-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Oct 04, 2018 at 12:15 PM
-- Server version: 5.7.23-0ubuntu0.16.04.1
-- PHP Version: 7.2.0RC4

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `flanaganbilton`
--

-- --------------------------------------------------------

--
-- Table structure for table `ts_redirects`
--

CREATE TABLE `ts_redirects` (
  `id` bigint(20) NOT NULL,
  `title` text,
  `section` text,
  `new_link` text,
  `old_link` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `ts_redirects`
--

INSERT INTO `ts_redirects` (`id`, `title`, `section`, `new_link`, `old_link`) VALUES
(1, '', '', '/property-tax-services', '/practice-areas'),
(2, '', '', '/property-tax-services', '/practice.htm'),
(3, '', '', '/', '/images/logo-old.png'),
(4, '', '', '/fb-advantage', '/about.htm'),
(5, '', '', '/pay-my-invoice', '/payment.htm'),
(6, '', '', '/software-demo', '/demo.htm'),
(7, '', '', '/fb-advantage', '/advantage.htm'),
(8, '', '', '/our-team', '/Team/Tom%20Flanagan%20Jr.htm'),
(9, '', '', '/our-team', '/Team/John%20Flanagan.htm'),
(10, '', '', '/our-team', '/Team/Kyle%20Sheehan.htm'),
(11, '', '', '/contact-us', '/contact.htm'),
(12, '', '', '/software-demo', '/fbPropertyManagerDemo.swf'),
(13, '', '', '/our-team', '/Team/Robert%20Pernai.htm'),
(14, '', '', '/our-team', '/Team/Pamela%20Flanagan.htm'),
(15, '', '', '/our-team', '/Team/James%20Owens.htm'),
(16, '', '', '/our-team', '/Team/Michael%20Flanagan.htm'),
(17, '', '', '/our-team', '/Team/Huan%20Cassioppi%20Tran.htm'),
(18, '', '', '/our-team', '/Team/Dean%20Bilton.htm'),
(19, '', '', '/our-team', '/Team/Spero%20Kopitas.htm'),
(20, '', '', '/our-team', '/Team/Abby%20Markowitz.htm'),
(21, '', '', '/our-team', '/Team/Tom%20Flanagan.htm'),
(22, '', '', '/our-team', '/Team/Orlando%20Pellegrino.htm'),
(23, '', '', '/', '/images/lawyer-male.jpg'),
(24, '', '', '/our-team', '/images/Huan-Cassioppi-Tran.jpg'),
(25, '', '', '/our-team', '/images/Mike-Flanagan.jpg'),
(26, '', '', '/our-team', '/images/Spero-Kopitas.jpg'),
(27, '', '', '/our-team', '/images/Tom-Flanagan.jpg'),
(28, '', '', '/our-team', '/images/Robert-Pernai.jpg'),
(29, '', '', '/our-team', '/images/Thomas-Flanagan.jpg');

-- --------------------------------------------------------

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

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3, 'siteurl', 'http://localhost/repositorio-flanaganbilton-web/web/wp', 'yes'),
(4, 'home', 'http://localhost/repositorio-flanaganbilton-web/web/wp', 'yes'),
(5, 'blogname', 'Flanagan | Bilton LLC', 'yes'),
(6, 'blogdescription', '', 'yes'),
(7, 'users_can_register', '0', 'yes'),
(8, 'admin_email', 'dev@cappen.com', 'yes'),
(9, 'start_of_week', '1', 'yes'),
(10, 'use_balanceTags', '0', 'yes'),
(11, 'use_smilies', '1', 'yes'),
(12, 'require_name_email', '1', 'yes'),
(13, 'comments_notify', '1', 'yes'),
(14, 'posts_per_rss', '10', 'yes'),
(15, 'rss_use_excerpt', '0', 'yes'),
(16, 'mailserver_url', 'mail.example.com', 'yes'),
(17, 'mailserver_login', 'login@example.com', 'yes'),
(18, 'mailserver_pass', 'password', 'yes'),
(19, 'mailserver_port', '110', 'yes'),
(20, 'default_category', '1', 'yes'),
(21, 'default_comment_status', 'open', 'yes'),
(22, 'default_ping_status', 'open', 'yes'),
(23, 'default_pingback_flag', '1', 'yes'),
(24, 'posts_per_page', '10', 'yes'),
(25, 'date_format', 'F j, Y', 'yes'),
(26, 'time_format', 'g:i a', 'yes'),
(27, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(28, 'comment_moderation', '0', 'yes'),
(29, 'moderation_notify', '1', 'yes'),
(30, 'permalink_structure', '/%postname%', 'yes'),
(32, 'hack_file', '0', 'yes'),
(33, 'blog_charset', 'UTF-8', 'yes'),
(34, 'moderation_keys', '', 'no'),
(35, 'active_plugins', 'a:6:{i:0;s:31:\"301-redirects/301-redirects.php\";i:1;s:30:\"advanced-custom-fields/acf.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:21:\"safe-svg/safe-svg.php\";i:4;s:53:\"simple-custom-post-order/simple-custom-post-order.php\";i:5;s:24:\"wordpress-seo/wp-seo.php\";}', 'yes'),
(36, 'category_base', '', 'yes'),
(37, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(38, 'comment_max_links', '2', 'yes'),
(39, 'gmt_offset', '0', 'yes'),
(40, 'default_email_category', '1', 'yes'),
(41, 'recently_edited', '', 'no'),
(42, 'template', 'flanaganbilton', 'yes'),
(43, 'stylesheet', 'flanaganbilton', 'yes'),
(44, 'comment_whitelist', '1', 'yes'),
(45, 'blacklist_keys', '', 'no'),
(46, 'comment_registration', '0', 'yes'),
(47, 'html_type', 'text/html', 'yes'),
(48, 'use_trackback', '0', 'yes'),
(49, 'default_role', 'subscriber', 'yes'),
(50, 'db_version', '38590', 'yes'),
(51, 'uploads_use_yearmonth_folders', '1', 'yes'),
(52, 'upload_path', '', 'yes'),
(53, 'blog_public', '1', 'yes'),
(54, 'default_link_category', '2', 'yes'),
(55, 'show_on_front', 'page', 'yes'),
(56, 'tag_base', '', 'yes'),
(57, 'show_avatars', '1', 'yes'),
(58, 'avatar_rating', 'G', 'yes'),
(59, 'upload_url_path', '', 'yes'),
(60, 'thumbnail_size_w', '150', 'yes'),
(61, 'thumbnail_size_h', '150', 'yes'),
(62, 'thumbnail_crop', '1', 'yes'),
(63, 'medium_size_w', '300', 'yes'),
(64, 'medium_size_h', '300', 'yes'),
(65, 'avatar_default', 'mystery', 'yes'),
(66, 'large_size_w', '1024', 'yes'),
(67, 'large_size_h', '1024', 'yes'),
(68, 'image_default_link_type', '', 'yes'),
(69, 'image_default_size', '', 'yes'),
(70, 'image_default_align', '', 'yes'),
(71, 'close_comments_for_old_posts', '0', 'yes'),
(72, 'close_comments_days_old', '14', 'yes'),
(73, 'thread_comments', '1', 'yes'),
(74, 'thread_comments_depth', '5', 'yes'),
(75, 'page_comments', '0', 'yes'),
(76, 'comments_per_page', '50', 'yes'),
(77, 'default_comments_page', 'newest', 'yes'),
(78, 'comment_order', 'asc', 'yes'),
(79, 'sticky_posts', 'a:0:{}', 'yes'),
(80, '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'),
(81, 'widget_text', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(82, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(83, 'uninstall_plugins', 'a:1:{s:53:\"simple-custom-post-order/simple-custom-post-order.php\";s:18:\"scporder_uninstall\";}', 'no'),
(84, 'timezone_string', '', 'yes'),
(85, 'page_for_posts', '0', 'yes'),
(86, 'page_on_front', '2', 'yes'),
(87, 'default_post_format', '0', 'yes'),
(88, 'link_manager_enabled', '0', 'yes'),
(89, 'finished_splitting_shared_terms', '1', 'yes'),
(90, 'site_icon', '0', 'yes'),
(91, 'medium_large_size_w', '768', 'yes'),
(92, 'medium_large_size_h', '0', 'yes'),
(93, 'initial_db_version', '38590', 'yes'),
(94, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";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;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(95, 'fresh_site', '0', 'yes'),
(96, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, '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'),
(98, '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'),
(99, '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'),
(100, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:18:\"widget-footer-link\";a:1:{i:0;s:12:\"footerlink-2\";}s:18:\"widget-footer-info\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(102, 'bedrock_autoloader', 'a:2:{s:7:\"plugins\";a:0:{}s:5:\"count\";i:1;}', 'no'),
(103, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'cron', 'a:5:{i:1538569147;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1538570183;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:1538570948;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1538599146;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'),
(113, 'theme_mods_twentyseventeen', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1520442714;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:2;}}', 'yes'),
(117, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.8-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.8-partial-5.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.8\";s:7:\"version\";s:5:\"4.9.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.9.5\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.8-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.8-partial-5.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.8-rollback-5.zip\";}s:7:\"current\";s:5:\"4.9.8\";s:7:\"version\";s:5:\"4.9.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.9.5\";s:9:\"new_files\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.7-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.7-partial-5.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.7-rollback-5.zip\";}s:7:\"current\";s:5:\"4.9.7\";s:7:\"version\";s:5:\"4.9.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.9.5\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1538553149;s:15:\"version_checked\";s:5:\"4.9.5\";s:12:\"translations\";a:0:{}}', 'no'),
(118, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1538553149;s:8:\"response\";a:4:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":12:{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.7.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.7.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:6:\"tested\";s:5:\"4.9.9\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.0.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:228:\"<p>This is a security and maintenance release and we strongly encourage you to update to it immediately. For more information, refer to the <a href=\"https://contactform7.com/category/releases/\">release announcement post</a>.</p>\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"safe-svg/safe-svg.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/safe-svg\";s:4:\"slug\";s:8:\"safe-svg\";s:6:\"plugin\";s:21:\"safe-svg/safe-svg.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/safe-svg/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/safe-svg.1.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:61:\"https://ps.w.org/safe-svg/assets/icon-256x256.png?rev=1706191\";s:2:\"1x\";s:53:\"https://ps.w.org/safe-svg/assets/icon.svg?rev=1706191\";s:3:\"svg\";s:53:\"https://ps.w.org/safe-svg/assets/icon.svg?rev=1706191\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/safe-svg/assets/banner-1544x500.png?rev=1706191\";s:2:\"1x\";s:63:\"https://ps.w.org/safe-svg/assets/banner-772x250.png?rev=1706191\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:3:\"8.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.8.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"simple-custom-post-order/simple-custom-post-order.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/simple-custom-post-order\";s:4:\"slug\";s:24:\"simple-custom-post-order\";s:6:\"plugin\";s:53:\"simple-custom-post-order/simple-custom-post-order.php\";s:11:\"new_version\";s:5:\"2.3.2\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/simple-custom-post-order/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/simple-custom-post-order.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/simple-custom-post-order/assets/icon-256x256.jpg?rev=1859717\";s:2:\"1x\";s:77:\"https://ps.w.org/simple-custom-post-order/assets/icon-256x256.jpg?rev=1859717\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/simple-custom-post-order/assets/banner-772x250.jpg?rev=1859717\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(119, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1538553150;s:7:\"checked\";a:4:{s:14:\"flanaganbilton\";s:5:\"1.0.0\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.5\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.0.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.7.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.5.zip\";}}s:12:\"translations\";a:0:{}}', 'no'),
(131, 'can_compress_scripts', '1', 'no'),
(140, 'nonce_key', '6G6g[36Q+)>5w(C%l2<DOh_PA^_|9hw:C@:Z/|@tDuT?MQjDvj}p8f[_eh]wf??f', 'no'),
(141, 'nonce_salt', ')tVeU[:EX#qF-XM:ztGpk5||Enx2eeus>.LxxY!>=|HuiV#HSvT&:-j1:-np.8nW', 'no'),
(143, 'auth_key', 'ktX}&s]?[rGE]GE m1fWTRAkb]Yy/LS$[U4TD_dJsS|z}v`=J>S7HSWcE6g/W^;:', 'no'),
(144, 'auth_salt', 'KD&$25$lx]~~_|E>Ey3kCv:QBcN-Sv1jE8GBgMk@q/f#;WP5SNlX.C2^t`X0[M&V', 'no'),
(145, 'logged_in_key', ':C?m||^sK+16TGo<K268WE=6AGBI[etZ, [.{?RpF]#Mi:Yg&)J6l4Ey^L}:Mab!', 'no'),
(146, 'logged_in_salt', 'G+&utq:Xe$=c;)%X>,8>hs(n{< *m7|;P3*}8Yk*r5M3f0Z,V,OC[&WW,bixyDi$', 'no'),
(149, 'template_root', '/themes', 'yes'),
(150, 'stylesheet_root', '/themes', 'yes'),
(151, 'current_theme', 'Flanagan', 'yes'),
(152, 'theme_mods_theme', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:4:\"menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1520430302;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:21:\"widget-socialnetworks\";a:0:{}}}}', 'yes'),
(153, 'theme_switched', '', 'yes'),
(154, 'widget_socialnetworks', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(164, 'WPLANG', '', 'yes'),
(165, 'new_admin_email', 'dev@cappen.com', 'yes'),
(170, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(195, 'theme_mods_flanaganbilton', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:4:\"menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1520442434;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:21:\"widget-socialnetworks\";a:0:{}}}}', 'yes'),
(202, 'recently_activated', 'a:0:{}', 'yes'),
(203, 'acf_version', '5.6.10', 'yes'),
(204, 'scporder_install', '1', 'yes'),
(239, 'scporder_options', 'a:2:{s:7:\"objects\";a:4:{i:0;s:8:\"carousel\";i:1;s:13:\"practice-area\";i:2;s:12:\"fb-advantage\";i:3;s:8:\"our-team\";}s:4:\"tags\";s:0:\"\";}', 'yes'),
(240, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.0.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1520961590;s:7:\"version\";s:5:\"5.0.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(241, 'widget_footerinfo', 'a:2:{i:2;a:3:{s:4:\"show\";s:4:\"true\";s:5:\"title\";s:10:\"Contact Us\";s:7:\"content\";s:143:\"Flanagan | Bilton LLC\r\n500 N Dearborn St, Suite 400\r\nChicago, IL 60654\r\n\r\n(312) 782-5000 | phone\r\n(312) 565-0821 | fax\r\ninfo@flanaganbilton.com\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(245, 'widget_footerlink', 'a:2:{i:2;a:3:{s:4:\"show\";s:4:\"true\";s:5:\"title\";s:27:\"Employee Outlook Web Access\";s:4:\"link\";s:34:\"https://www.flanaganbilton.com/owa\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(260, 'secure_auth_key', '> v4C(UxedEm.MsmHME*wkbt~ICrau_/cEE&L#hvJ %bmgI![>x*Tkom:Na#R;j{', 'no'),
(261, 'secure_auth_salt', '.jX#13+78{=R)hyvJ&wDawF(aOT~NYR+^5wa5j=G7682LIt+wC~!us6e%vhb~{Fb', 'no'),
(444, 'wpseo', 'a:18:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"7.2\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1523362746;}', 'yes'),
(445, 'wpseo_titles', 'a:90:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:1;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:23:\"post_types-post-maintax\";i:0;s:14:\"title-carousel\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-carousel\";s:0:\"\";s:16:\"noindex-carousel\";b:0;s:17:\"showdate-carousel\";b:0;s:27:\"display-metabox-pt-carousel\";b:1;s:19:\"title-practice-area\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-practice-area\";s:0:\"\";s:21:\"noindex-practice-area\";b:0;s:22:\"showdate-practice-area\";b:0;s:32:\"display-metabox-pt-practice-area\";b:1;s:18:\"title-fb-advantage\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-fb-advantage\";s:0:\"\";s:20:\"noindex-fb-advantage\";b:0;s:21:\"showdate-fb-advantage\";b:0;s:31:\"display-metabox-pt-fb-advantage\";b:1;s:14:\"title-our-team\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-our-team\";s:0:\"\";s:16:\"noindex-our-team\";b:0;s:17:\"showdate-our-team\";b:0;s:27:\"display-metabox-pt-our-team\";b:1;s:27:\"title-tax-category-our-team\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-category-our-team\";s:0:\"\";s:37:\"display-metabox-tax-category-our-team\";b:1;s:29:\"noindex-tax-category-our-team\";b:0;s:27:\"post_types-our-team-maintax\";i:0;s:35:\"taxonomy-category-our-team-ptparent\";i:0;}', 'yes'),
(446, 'wpseo_social', 'a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}', 'yes'),
(447, 'wpseo_flush_rewrite', '1', 'yes'),
(448, '_transient_timeout_wpseo_link_table_inaccessible', '1554898747', 'no'),
(449, '_transient_wpseo_link_table_inaccessible', '0', 'no'),
(450, '_transient_timeout_wpseo_meta_table_inaccessible', '1554898747', 'no'),
(451, '_transient_wpseo_meta_table_inaccessible', '0', 'no'),
(483, 'wpseo_sitemap_1_cache_validator', '6wuIy', 'no'),
(484, 'wpseo_sitemap_attachment_cache_validator', '5wZIh', 'no'),
(485, 'wpseo_sitemap_page_cache_validator', '6wuIO', 'no'),
(487, 'wpseo_sitemap_cache_validator_global', '4NLhP', 'no'),
(488, 'category_children', 'a:0:{}', 'yes'),
(491, 'wpseo_sitemap_fb-advantage_cache_validator', '5IyF5', 'no'),
(494, 'wpseo_sitemap_carousel_cache_validator', '5V8uk', 'no'),
(499, 'wpseo_sitemap_practice-area_cache_validator', '5IyEW', 'no'),
(502, 'wpseo_sitemap_our-team_cache_validator', 't2B6', 'no'),
(505, 'wpseo_sitemap_author_cache_validator', '52Sb9', 'no'),
(610, 'wpseo_sitemap_acf-field_cache_validator', '6tM2d', 'no'),
(611, 'wpseo_sitemap_acf-field-group_cache_validator', '6tM2p', 'no'),
(730, 'wpseo_sitemap_category-our-team_cache_validator', 't2Bc', 'no'),
(731, 'category-our-team_children', 'a:0:{}', 'yes'),
(741, 'wpseo_sitemap_275_cache_validator', '6vy6A', 'no'),
(742, 'wpseo_sitemap_425_cache_validator', '6vAj8', 'no'),
(763, 'wpseo-gsc-refresh_token', '1/FtbRep8ibTcR1cAw86pohTWq3sdrA5bdqgyXiPC9vp4', 'yes'),
(764, 'wpseo-gsc-access_token', 'a:5:{s:13:\"refresh_token\";s:45:\"1/FtbRep8ibTcR1cAw86pohTWq3sdrA5bdqgyXiPC9vp4\";s:12:\"access_token\";s:129:\"ya29.GlupBb3It4s8xGRMyqmp8GE4w8h55Cawd3c4nz7fubjOHBWJDB0q5C93EcK-KrS2cis6VOnYv8PBTgspmOUintC3z8HLEljvgp_PUiak7XmSvjmf6zHusADxwH6c\";s:7:\"expires\";i:1524756844;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1524753244;}', 'yes'),
(767, 'rewrite_rules', 'a:140:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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:34:\"carousel/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"carousel/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"carousel/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"carousel/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"carousel/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"carousel/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"carousel/(.+?)/embed/?$\";s:41:\"index.php?carousel=$matches[1]&embed=true\";s:27:\"carousel/(.+?)/trackback/?$\";s:35:\"index.php?carousel=$matches[1]&tb=1\";s:35:\"carousel/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?carousel=$matches[1]&paged=$matches[2]\";s:42:\"carousel/(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?carousel=$matches[1]&cpage=$matches[2]\";s:31:\"carousel/(.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?carousel=$matches[1]&page=$matches[2]\";s:39:\"practice-area/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"practice-area/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"practice-area/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"practice-area/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"practice-area/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"practice-area/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"practice-area/(.+?)/embed/?$\";s:46:\"index.php?practice-area=$matches[1]&embed=true\";s:32:\"practice-area/(.+?)/trackback/?$\";s:40:\"index.php?practice-area=$matches[1]&tb=1\";s:40:\"practice-area/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?practice-area=$matches[1]&paged=$matches[2]\";s:47:\"practice-area/(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?practice-area=$matches[1]&cpage=$matches[2]\";s:36:\"practice-area/(.+?)(?:/([0-9]+))?/?$\";s:52:\"index.php?practice-area=$matches[1]&page=$matches[2]\";s:38:\"fb-advantage/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"fb-advantage/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"fb-advantage/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"fb-advantage/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"fb-advantage/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"fb-advantage/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"fb-advantage/(.+?)/embed/?$\";s:45:\"index.php?fb-advantage=$matches[1]&embed=true\";s:31:\"fb-advantage/(.+?)/trackback/?$\";s:39:\"index.php?fb-advantage=$matches[1]&tb=1\";s:39:\"fb-advantage/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?fb-advantage=$matches[1]&paged=$matches[2]\";s:46:\"fb-advantage/(.+?)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?fb-advantage=$matches[1]&cpage=$matches[2]\";s:35:\"fb-advantage/(.+?)(?:/([0-9]+))?/?$\";s:51:\"index.php?fb-advantage=$matches[1]&page=$matches[2]\";s:34:\"our-team/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"our-team/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"our-team/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"our-team/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"our-team/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"our-team/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"our-team/(.+?)/embed/?$\";s:41:\"index.php?our-team=$matches[1]&embed=true\";s:27:\"our-team/(.+?)/trackback/?$\";s:35:\"index.php?our-team=$matches[1]&tb=1\";s:35:\"our-team/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?our-team=$matches[1]&paged=$matches[2]\";s:42:\"our-team/(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?our-team=$matches[1]&cpage=$matches[2]\";s:31:\"our-team/(.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?our-team=$matches[1]&page=$matches[2]\";s:56:\"category-our-team/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?category-our-team=$matches[1]&feed=$matches[2]\";s:51:\"category-our-team/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?category-our-team=$matches[1]&feed=$matches[2]\";s:32:\"category-our-team/(.+?)/embed/?$\";s:50:\"index.php?category-our-team=$matches[1]&embed=true\";s:44:\"category-our-team/(.+?)/page/?([0-9]{1,})/?$\";s:57:\"index.php?category-our-team=$matches[1]&paged=$matches[2]\";s:26:\"category-our-team/(.+?)/?$\";s:39:\"index.php?category-our-team=$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:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s: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'),
(776, 'wpseo_sitemap_266_cache_validator', 'wUyU', 'no'),
(780, 'wpseo_sitemap_270_cache_validator', '6h4rR', 'no'),
(781, 'wpseo_sitemap_417_cache_validator', '6h6x3', 'no'),
(2049, '_transient_timeout_yst_sm_carousel_1:4NLhP_5V8uk', '1538586230', 'no'),
(2050, '_transient_yst_sm_carousel_1:4NLhP_5V8uk', 'C:24:\"WPSEO_Sitemap_Cache_Data\":2040:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1992:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/carousel/banner-02</loc>\n		<lastmod>2018-03-26T20:16:33+00:00</lastmod>\n		<image:image>\n			<image:loc>https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/New-York.jpg</image:loc>\n			<image:title><![CDATA[New York]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/carousel/banner-04</loc>\n		<lastmod>2018-03-26T20:17:25+00:00</lastmod>\n		<image:image>\n			<image:loc>https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/Dallas-1.jpg</image:loc>\n			<image:title><![CDATA[Dallas]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/carousel/banner-05</loc>\n		<lastmod>2018-03-26T20:17:49+00:00</lastmod>\n		<image:image>\n			<image:loc>https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/Charlotte.jpg</image:loc>\n			<image:title><![CDATA[Charlotte]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/carousel/banner-01</loc>\n		<lastmod>2018-03-26T20:18:41+00:00</lastmod>\n		<image:image>\n			<image:loc>https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/rectangle-1.jpg</image:loc>\n			<image:title><![CDATA[rectangle]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/carousel/banner-03</loc>\n		<lastmod>2018-04-16T18:55:22+00:00</lastmod>\n		<image:image>\n			<image:loc>https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/MiamiNew.jpg</image:loc>\n			<image:title><![CDATA[Miami]]></image:title>\n		</image:image>\n	</url>\n</urlset>\";}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2053, '_site_transient_timeout_theme_roots', '1538554950', 'no'),
(2054, '_site_transient_theme_roots', 'a:4:{s:14:\"flanaganbilton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:65:\"/home/forge/flanaganbilton.cappendev.com/web/wp/wp-content/themes\";s:15:\"twentyseventeen\";s:65:\"/home/forge/flanaganbilton.cappendev.com/web/wp/wp-content/themes\";s:13:\"twentysixteen\";s:65:\"/home/forge/flanaganbilton.cappendev.com/web/wp/wp-content/themes\";}', 'no'),
(2055, '_transient_timeout_yst_sm_practice-area_1:4NLhP_5IyEW', '1538639550', 'no'),
(2056, '_transient_yst_sm_practice-area_1:4NLhP_5IyEW', 'C:24:\"WPSEO_Sitemap_Cache_Data\":1417:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1369:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/practice-area/advice-on-purchases</loc>\n		<lastmod>2018-04-19T14:34:48+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/practice-area/management-of-taxes-and-property-improvements</loc>\n		<lastmod>2018-04-19T14:36:18+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/practice-area/analysis-of-final-assessments</loc>\n		<lastmod>2018-04-19T14:36:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/practice-area/appearance-before-the-review-board</loc>\n		<lastmod>2018-04-19T14:37:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/practice-area/application-for-tax-incentives</loc>\n		<lastmod>2018-04-19T14:38:15+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://flanaganbilton.cappendev.com/practice-area/fb-portfolio-manager-software</loc>\n		<lastmod>2018-04-19T14:39:09+00:00</lastmod>\n	</url>\n</urlset>\";}}', 'no');

-- --------------------------------------------------------

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

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 2, '_edit_lock', '1533212504:1'),
(3, 2, '_edit_last', '1'),
(4, 6, '_edit_lock', '1524691851:1'),
(5, 6, '_edit_last', '2'),
(6, 6, '_wp_page_template', 'default'),
(7, 8, '_edit_last', '2'),
(8, 8, '_wp_page_template', 'default'),
(9, 8, '_edit_lock', '1524691361:1'),
(10, 10, '_edit_last', '2'),
(11, 10, '_wp_page_template', 'default'),
(12, 10, '_edit_lock', '1524773055:2'),
(13, 12, '_edit_lock', '1533157138:1'),
(14, 12, '_edit_last', '2'),
(15, 12, '_wp_page_template', 'default'),
(16, 14, '_edit_last', '1'),
(17, 14, '_wp_page_template', 'default'),
(18, 14, '_edit_lock', '1524691744:1'),
(19, 16, '_edit_lock', '1533158445:1'),
(20, 16, '_edit_last', '2'),
(21, 16, '_wp_page_template', 'default'),
(22, 18, '_menu_item_type', 'post_type'),
(23, 18, '_menu_item_menu_item_parent', '0'),
(24, 18, '_menu_item_object_id', '16'),
(25, 18, '_menu_item_object', 'page'),
(26, 18, '_menu_item_target', ''),
(27, 18, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(28, 18, '_menu_item_xfn', ''),
(29, 18, '_menu_item_url', ''),
(31, 19, '_menu_item_type', 'post_type'),
(32, 19, '_menu_item_menu_item_parent', '0'),
(33, 19, '_menu_item_object_id', '14'),
(34, 19, '_menu_item_object', 'page'),
(35, 19, '_menu_item_target', ''),
(36, 19, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(37, 19, '_menu_item_xfn', ''),
(38, 19, '_menu_item_url', ''),
(40, 20, '_menu_item_type', 'post_type'),
(41, 20, '_menu_item_menu_item_parent', '0'),
(42, 20, '_menu_item_object_id', '12'),
(43, 20, '_menu_item_object', 'page'),
(44, 20, '_menu_item_target', ''),
(45, 20, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(46, 20, '_menu_item_xfn', ''),
(47, 20, '_menu_item_url', ''),
(49, 21, '_menu_item_type', 'post_type'),
(50, 21, '_menu_item_menu_item_parent', '0'),
(51, 21, '_menu_item_object_id', '10'),
(52, 21, '_menu_item_object', 'page'),
(53, 21, '_menu_item_target', ''),
(54, 21, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(55, 21, '_menu_item_xfn', ''),
(56, 21, '_menu_item_url', ''),
(58, 22, '_menu_item_type', 'post_type'),
(59, 22, '_menu_item_menu_item_parent', '0'),
(60, 22, '_menu_item_object_id', '8'),
(61, 22, '_menu_item_object', 'page'),
(62, 22, '_menu_item_target', ''),
(63, 22, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(64, 22, '_menu_item_xfn', ''),
(65, 22, '_menu_item_url', ''),
(67, 23, '_menu_item_type', 'post_type'),
(68, 23, '_menu_item_menu_item_parent', '0'),
(69, 23, '_menu_item_object_id', '6'),
(70, 23, '_menu_item_object', 'page'),
(71, 23, '_menu_item_target', ''),
(72, 23, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(73, 23, '_menu_item_xfn', ''),
(74, 23, '_menu_item_url', ''),
(85, 25, '_menu_item_type', 'custom'),
(86, 25, '_menu_item_menu_item_parent', '0'),
(87, 25, '_menu_item_object_id', '25'),
(88, 25, '_menu_item_object', 'custom'),
(89, 25, '_menu_item_target', '_blank'),
(90, 25, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(91, 25, '_menu_item_xfn', ''),
(92, 25, '_menu_item_url', 'http://clients.flanaganbilton.com/'),
(94, 26, '_menu_item_type', 'custom'),
(95, 26, '_menu_item_menu_item_parent', '0'),
(96, 26, '_menu_item_object_id', '26'),
(97, 26, '_menu_item_object', 'custom'),
(98, 26, '_menu_item_target', '_blank'),
(99, 26, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(100, 26, '_menu_item_xfn', ''),
(101, 26, '_menu_item_url', 'https://fbtax.bamboohr.com/jobs/'),
(103, 27, '_edit_lock', '1520602423:1'),
(104, 27, '_edit_last', '1'),
(105, 27, 'field_5aa041472edc6', 'a:14:{s:3:\"key\";s:19:\"field_5aa041472edc6\";s:5:\"label\";s:5:\"Title\";s:4:\"name\";s:10:\"hero_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(106, 27, 'field_5aa041672edc7', 'a:14:{s:3:\"key\";s:19:\"field_5aa041672edc7\";s:5:\"label\";s:8:\"Subtitle\";s:4:\"name\";s:13:\"hero_subtitle\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(108, 27, 'position', 'normal'),
(109, 27, 'layout', 'default'),
(110, 27, 'hide_on_screen', ''),
(111, 27, 'field_5aa0417fa5b60', 'a:13:{s:3:\"key\";s:19:\"field_5aa0417fa5b60\";s:5:\"label\";s:11:\"Description\";s:4:\"name\";s:16:\"hero_description\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),
(112, 27, 'rule', 'a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(113, 28, 'hero_title', 'HEAD LINE GOES HERE'),
(114, 28, '_hero_title', 'field_5aa041472edc6'),
(115, 28, 'hero_subtitle', ''),
(116, 28, '_hero_subtitle', 'field_5aa041672edc7'),
(117, 28, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna quis augue sagittis fermentum. Donec finibus libero nibh, vitae mollis nisl blandit at.'),
(118, 28, '_hero_description', 'field_5aa0417fa5b60'),
(119, 2, 'hero_title', 'National Property Tax Consulting & Law Firm'),
(120, 2, '_hero_title', 'field_5aa041472edc6'),
(121, 2, 'hero_subtitle', ''),
(122, 2, '_hero_subtitle', 'field_5aa041672edc7'),
(123, 2, 'hero_description', 'Collaboration is what makes our firm different.'),
(124, 2, '_hero_description', 'field_5aa0417fa5b60'),
(130, 35, '_edit_lock', '1523897090:2'),
(131, 35, '_edit_last', '2'),
(132, 36, '_edit_lock', '1520882318:1'),
(133, 36, '_edit_last', '1'),
(134, 36, 'field_5aa28d10c0130', 'a:14:{s:3:\"key\";s:19:\"field_5aa28d10c0130\";s:5:\"label\";s:5:\"Title\";s:4:\"name\";s:16:\"home_about_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(135, 36, 'field_5aa28d25c0131', 'a:8:{s:3:\"key\";s:19:\"field_5aa28d25c0131\";s:5:\"label\";s:7:\"Content\";s:4:\"name\";s:18:\"home_about_content\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5aa67ae7ddcf5\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),
(136, 36, 'field_5aa28d77c0133', 'a:11:{s:3:\"key\";s:19:\"field_5aa28d77c0133\";s:5:\"label\";s:16:\"Background Image\";s:4:\"name\";s:27:\"home_about_background_image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}'),
(137, 36, 'field_5aa28d47c0132', 'a:11:{s:3:\"key\";s:19:\"field_5aa28d47c0132\";s:5:\"label\";s:4:\"Icon\";s:4:\"name\";s:15:\"home_about_icon\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:4;}'),
(139, 36, 'position', 'normal'),
(140, 36, 'layout', 'default'),
(141, 36, 'hide_on_screen', ''),
(143, 2, 'home_about_title', 'About Us'),
(144, 2, '_home_about_title', 'field_5aa28d10c0130'),
(145, 2, 'home_about_body', ''),
(146, 2, '_home_about_body', 'field_5aa28d25c0131'),
(147, 2, 'home_about_background_image', '93'),
(148, 2, '_home_about_background_image', 'field_5aa28d77c0133'),
(149, 2, 'home_about_icon', '331'),
(150, 2, '_home_about_icon', 'field_5aa28d47c0132'),
(153, 36, 'field_5aa67ae7ddcf5', 'a:10:{s:3:\"key\";s:19:\"field_5aa67ae7ddcf5\";s:5:\"label\";s:15:\"Show this area?\";s:4:\"name\";s:15:\"home_about_show\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";s:1:\"1\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(161, 38, 'hero_title', 'HEAD LINE GOES HERE'),
(162, 38, '_hero_title', 'field_5aa041472edc6'),
(163, 38, 'hero_subtitle', ''),
(164, 38, '_hero_subtitle', 'field_5aa041672edc7'),
(165, 38, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna quis augue sagittis fermentum. Donec finibus libero nibh, vitae mollis nisl blandit at.'),
(166, 38, '_hero_description', 'field_5aa0417fa5b60'),
(167, 38, 'home_about_show', '1'),
(168, 38, '_home_about_show', 'field_5aa67ae7ddcf5'),
(169, 38, 'home_about_title', 'About Us'),
(170, 38, '_home_about_title', 'field_5aa28d10c0130'),
(171, 38, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(172, 38, '_home_about_content', 'field_5aa28d25c0131'),
(173, 38, 'home_about_background_image', ''),
(174, 38, '_home_about_background_image', 'field_5aa28d77c0133'),
(175, 38, 'home_about_icon', ''),
(176, 38, '_home_about_icon', 'field_5aa28d47c0132'),
(177, 2, 'home_about_show', '1'),
(178, 2, '_home_about_show', 'field_5aa67ae7ddcf5'),
(179, 2, 'home_about_content', '<span style=\"font-weight: 400;\">Flanagan | Bilton LLC, is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike most tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our principals accumulated over 30 years of state and local government service – focusing on tax matters, property valuations and litigation at the trial level, appellate level and Supreme Court.</span>\r\n\r\n<span style=\"font-weight: 400;\">Headquartered in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.</span>'),
(180, 2, '_home_about_content', 'field_5aa28d25c0131'),
(182, 40, 'hero_title', 'HEAD LINE GOES HERE'),
(183, 40, '_hero_title', 'field_5aa041472edc6'),
(184, 40, 'hero_subtitle', ''),
(185, 40, '_hero_subtitle', 'field_5aa041672edc7'),
(186, 40, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna quis augue sagittis fermentum. Donec finibus libero nibh, vitae mollis nisl blandit at.'),
(187, 40, '_hero_description', 'field_5aa0417fa5b60'),
(188, 40, 'home_about_show', '1'),
(189, 40, '_home_about_show', 'field_5aa67ae7ddcf5'),
(190, 40, 'home_about_title', 'About Us'),
(191, 40, '_home_about_title', 'field_5aa28d10c0130'),
(192, 40, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(193, 40, '_home_about_content', 'field_5aa28d25c0131'),
(194, 40, 'home_about_background_image', ''),
(195, 40, '_home_about_background_image', 'field_5aa28d77c0133'),
(196, 40, 'home_about_icon', ''),
(197, 40, '_home_about_icon', 'field_5aa28d47c0132'),
(198, 36, 'rule', 'a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"2\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(199, 41, 'hero_title', 'HEAD LINE GOES HERE'),
(200, 41, '_hero_title', 'field_5aa041472edc6'),
(201, 41, 'hero_subtitle', ''),
(202, 41, '_hero_subtitle', 'field_5aa041672edc7'),
(203, 41, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna quis augue sagittis fermentum. Donec finibus libero nibh, vitae mollis nisl blandit at.'),
(204, 41, '_hero_description', 'field_5aa0417fa5b60'),
(205, 41, 'home_about_show', '1'),
(206, 41, '_home_about_show', 'field_5aa67ae7ddcf5'),
(207, 41, 'home_about_title', 'About Us'),
(208, 41, '_home_about_title', 'field_5aa28d10c0130'),
(209, 41, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(210, 41, '_home_about_content', 'field_5aa28d25c0131'),
(211, 41, 'home_about_background_image', ''),
(212, 41, '_home_about_background_image', 'field_5aa28d77c0133'),
(213, 41, 'home_about_icon', ''),
(214, 41, '_home_about_icon', 'field_5aa28d47c0132'),
(215, 53, '_edit_lock', '1521571911:1'),
(216, 53, '_edit_last', '1'),
(217, 2, 'home_pratice_area_title', 'Practice Areas'),
(218, 2, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(219, 2, 'home_practice_area_button_text', 'Learn More'),
(220, 2, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(221, 56, 'hero_title', 'HEAD LINE GOES HERE'),
(222, 56, '_hero_title', 'field_5aa041472edc6'),
(223, 56, 'hero_subtitle', ''),
(224, 56, '_hero_subtitle', 'field_5aa041672edc7'),
(225, 56, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna quis augue sagittis fermentum. Donec finibus libero nibh, vitae mollis nisl blandit at.'),
(226, 56, '_hero_description', 'field_5aa0417fa5b60'),
(227, 56, 'home_about_title', 'About Us'),
(228, 56, '_home_about_title', 'field_5aa28d10c0130'),
(229, 56, 'home_about_body', ''),
(230, 56, '_home_about_body', 'field_5aa28d25c0131'),
(231, 56, 'home_about_background_image', ''),
(232, 56, '_home_about_background_image', 'field_5aa28d77c0133'),
(233, 56, 'home_about_icon', ''),
(234, 56, '_home_about_icon', 'field_5aa28d47c0132'),
(235, 56, 'home_about_show', '1'),
(236, 56, '_home_about_show', 'field_5aa67ae7ddcf5'),
(237, 56, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(238, 56, '_home_about_content', 'field_5aa28d25c0131'),
(239, 56, 'home_pratice_area_title', 'Practice Areas'),
(240, 56, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(241, 56, 'home_practice_area_button_text', 'Learn More'),
(242, 56, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(243, 48, '_edit_lock', '1521554322:1'),
(244, 42, '_edit_lock', '1533212504:1'),
(245, 48, '_edit_last', '1'),
(246, 42, '_edit_last', '1'),
(249, 60, '_edit_lock', '1524148378:2'),
(250, 60, '_edit_last', '2'),
(251, 62, '_edit_last', '2'),
(252, 62, '_edit_lock', '1524148699:2'),
(253, 64, '_edit_last', '2'),
(254, 64, '_edit_lock', '1524148448:2'),
(255, 2, 'home_practice_area_show', '1'),
(256, 2, '_home_practice_area_show', 'field_5aa6e1940d151'),
(257, 56, 'home_practice_area_show', '1'),
(258, 56, '_home_practice_area_show', 'field_5aa6e1940d151'),
(259, 66, 'hero_title', 'HEAD LINE GOES HERE'),
(260, 66, '_hero_title', 'field_5aa041472edc6'),
(261, 66, 'hero_subtitle', ''),
(262, 66, '_hero_subtitle', 'field_5aa041672edc7'),
(263, 66, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna quis augue sagittis fermentum. Donec finibus libero nibh, vitae mollis nisl blandit at.'),
(264, 66, '_hero_description', 'field_5aa0417fa5b60'),
(265, 66, 'home_about_title', 'About Us'),
(266, 66, '_home_about_title', 'field_5aa28d10c0130'),
(267, 66, 'home_about_body', ''),
(268, 66, '_home_about_body', 'field_5aa28d25c0131'),
(269, 66, 'home_about_background_image', ''),
(270, 66, '_home_about_background_image', 'field_5aa28d77c0133'),
(271, 66, 'home_about_icon', ''),
(272, 66, '_home_about_icon', 'field_5aa28d47c0132'),
(273, 66, 'home_about_show', '1'),
(274, 66, '_home_about_show', 'field_5aa67ae7ddcf5'),
(275, 66, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(276, 66, '_home_about_content', 'field_5aa28d25c0131'),
(277, 66, 'home_pratice_area_title', 'Practice Areas'),
(278, 66, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(279, 66, 'home_practice_area_button_text', 'Learn More'),
(280, 66, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(281, 66, 'home_practice_area_show', '1'),
(282, 66, '_home_practice_area_show', 'field_5aa6e1940d151'),
(283, 67, '_edit_last', '2'),
(284, 67, '_edit_lock', '1524148491:2'),
(285, 77, '_edit_lock', '1524148524:2'),
(286, 77, '_edit_last', '2'),
(291, 83, '_edit_last', '2'),
(292, 83, '_edit_lock', '1524148622:2'),
(293, 85, 'hero_title', 'HEAD LINE GOES HERE'),
(294, 85, '_hero_title', 'field_5aa041472edc6'),
(295, 85, 'hero_subtitle', ''),
(296, 85, '_hero_subtitle', 'field_5aa041672edc7'),
(297, 85, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna quis augue sagittis fermentum. Donec finibus libero nibh, vitae mollis nisl blandit at.'),
(298, 85, '_hero_description', 'field_5aa0417fa5b60'),
(299, 85, 'home_about_title', 'About Us'),
(300, 85, '_home_about_title', 'field_5aa28d10c0130'),
(301, 85, 'home_about_body', ''),
(302, 85, '_home_about_body', 'field_5aa28d25c0131'),
(303, 85, 'home_about_background_image', ''),
(304, 85, '_home_about_background_image', 'field_5aa28d77c0133'),
(305, 85, 'home_about_icon', ''),
(306, 85, '_home_about_icon', 'field_5aa28d47c0132'),
(307, 85, 'home_about_show', '1'),
(308, 85, '_home_about_show', 'field_5aa67ae7ddcf5'),
(309, 85, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(310, 85, '_home_about_content', 'field_5aa28d25c0131'),
(311, 85, 'home_pratice_area_title', 'Practice Areas'),
(312, 85, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(313, 85, 'home_practice_area_button_text', 'Learn More'),
(314, 85, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(315, 85, 'home_practice_area_show', '1'),
(316, 85, '_home_practice_area_show', 'field_5aa6e1940d151'),
(317, 86, '_form', '<div class=\"row\">\n    <div class=\"col-form\">\n        [text* fullname class:form-contact-home__text placeholder \"Name\"] [email* email class:form-contact-home__text placeholder\n        \"Email Address\"] [text phone class:form-contact-home__text placeholder \"Phone Number (Optional)\"]\n    </div>\n    <div class=\"col-form\">\n        [textarea* message class:form-contact-home__textarea placeholder \"Message\"]\n    </div>\n</div>\n<div class=\"row\">\n    <div class=\"col-form --last\">\n        <button class=\"wpcf7-form-control wpcf7-submit form-contact-home__button\">Send message</button>\n    </div>\n</div>'),
(318, 86, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:25:\"Flanagan Bilton - Contact\";s:6:\"sender\";s:56:\"[fullname] <wordpress@flanaganbilton.orainteractive.com>\";s:9:\"recipient\";s:22:\"rip@orainteractive.com\";s:4:\"body\";s:175:\"From: [fullname] <[email]>\nPhone: [phone]\n\nMessage Body:\n[message]\n\n-- \nThis e-mail was sent from a contact form on Flanagan Bilton (https://flanaganbilton.orainteractive.com)\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(319, 86, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:32:\"Flanagan Bilton \"[your-subject]\"\";s:6:\"sender\";s:32:\"Flanagan Bilton <dev@cappen.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:147:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Flanagan Bilton (http://localhost/repositorio-flanaganbilton-web/web)\";s:18:\"additional_headers\";s:24:\"Reply-To: dev@cappen.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(320, 86, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:85:\"Thank you for contacting us! Someone from our team will be in touch with you shortly.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:76:\"Please ensure all required fields are completed before sending your message.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(321, 86, '_additional_settings', ''),
(322, 86, '_locale', 'en_US'),
(325, 88, '_wp_attached_file', '2018/03/rectangle-1.jpg'),
(326, 88, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1402;s:4:\"file\";s:23:\"2018/03/rectangle-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rectangle-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"rectangle-1-768x374.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"hero\";a:4:{s:4:\"file\";s:25:\"rectangle-1-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:24:\"rectangle-1-1000x922.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(327, 35, '_thumbnail_id', '88'),
(328, 90, '_edit_lock', '1522095250:2'),
(329, 90, '_edit_last', '2'),
(333, 93, '_wp_attached_file', '2018/03/rectangle.png'),
(334, 93, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1238;s:6:\"height\";i:1142;s:4:\"file\";s:21:\"2018/03/rectangle.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"rectangle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"rectangle-768x708.png\";s:5:\"width\";i:768;s:6:\"height\";i:708;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"hero\";a:4:{s:4:\"file\";s:23:\"rectangle-1238x1080.png\";s:5:\"width\";i:1238;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:22:\"rectangle-1000x922.png\";s:5:\"width\";i:1000;s:6:\"height\";i:922;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:{}}}'),
(335, 94, 'hero_title', 'HEAD LINE GOES HERE'),
(336, 94, '_hero_title', 'field_5aa041472edc6'),
(337, 94, 'hero_subtitle', ''),
(338, 94, '_hero_subtitle', 'field_5aa041672edc7'),
(339, 94, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna quis augue sagittis fermentum. Donec finibus libero nibh, vitae mollis nisl blandit at.'),
(340, 94, '_hero_description', 'field_5aa0417fa5b60'),
(341, 94, 'home_about_title', 'About Us'),
(342, 94, '_home_about_title', 'field_5aa28d10c0130'),
(343, 94, 'home_about_body', ''),
(344, 94, '_home_about_body', 'field_5aa28d25c0131'),
(345, 94, 'home_about_background_image', '93'),
(346, 94, '_home_about_background_image', 'field_5aa28d77c0133'),
(347, 94, 'home_about_icon', ''),
(348, 94, '_home_about_icon', 'field_5aa28d47c0132'),
(349, 94, 'home_about_show', '1'),
(350, 94, '_home_about_show', 'field_5aa67ae7ddcf5'),
(351, 94, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(352, 94, '_home_about_content', 'field_5aa28d25c0131'),
(353, 94, 'home_pratice_area_title', 'Practice Areas'),
(354, 94, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(355, 94, 'home_practice_area_button_text', 'Learn More'),
(356, 94, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(357, 94, 'home_practice_area_show', '1'),
(358, 94, '_home_practice_area_show', 'field_5aa6e1940d151'),
(359, 95, '_edit_lock', '1521733569:2'),
(360, 95, '_edit_last', '1'),
(363, 12, 'pay_my_invoce_subtitle', ''),
(364, 12, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(365, 12, 'pay_my_invoce_content', ''),
(366, 12, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(367, 12, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'Pay by Credit Card'),
(368, 12, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(369, 12, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(370, 12, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(371, 12, 'pay_my_invoce_block_01', ''),
(372, 12, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(373, 12, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'Pay by Check'),
(374, 12, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(375, 12, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to:\r\nFlanagan Bilton, LLC\r\n\r\nMailing address:\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654'),
(376, 12, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(377, 12, 'pay_my_invoce_block_02', ''),
(378, 12, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(379, 12, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'Pay by Wire Transfer '),
(380, 12, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(381, 12, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', '<strong>Lakeside Bank</strong>\r\n55 W Wacker Dr\r\nChicago, IL 60654\r\n<strong>Call</strong>: 312-540-5640\r\n\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(382, 12, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(383, 12, 'pay_my_invoce_block_03', ''),
(384, 12, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(385, 133, 'pay_my_invoce_subtitle', ''),
(386, 133, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(387, 133, 'pay_my_invoce_content', ''),
(388, 133, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(389, 133, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(390, 133, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(391, 133, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(392, 133, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(393, 133, 'pay_my_invoce_block_01', ''),
(394, 133, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(395, 133, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(396, 133, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(397, 133, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to: Flanagan Bilton, LLC\r\n\r\nFlanagan | Bilton, LLC 500 N Dearborn Street, Suite 400 Chicago, IL 60654'),
(398, 133, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(399, 133, 'pay_my_invoce_block_02', ''),
(400, 133, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(401, 133, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(402, 133, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(403, 133, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'Call 312-540-5640 Lakeside Bank 55 W Wacker Dr Chicago, IL 60654\r\n\r\nFlanagan | Bilton, LLC 500 N Dearborn Street, Suite 400 Chicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(404, 133, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(405, 133, 'pay_my_invoce_block_03', ''),
(406, 133, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(443, 12, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(444, 12, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(445, 12, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(446, 12, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(447, 135, 'pay_my_invoce_subtitle', ''),
(448, 135, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(449, 135, 'pay_my_invoce_content', ''),
(450, 135, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(451, 135, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(452, 135, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(453, 135, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(454, 135, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(455, 135, 'pay_my_invoce_block_01', ''),
(456, 135, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(457, 135, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(458, 135, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(459, 135, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to: Flanagan Bilton, LLC\r\n\r\nFlanagan | Bilton, LLC 500 N Dearborn Street, Suite 400 Chicago, IL 60654'),
(460, 135, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(461, 135, 'pay_my_invoce_block_02', ''),
(462, 135, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(463, 135, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(464, 135, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(465, 135, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'Call 312-540-5640 Lakeside Bank 55 W Wacker Dr Chicago, IL 60654\r\n\r\nFlanagan | Bilton, LLC 500 N Dearborn Street, Suite 400 Chicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(466, 135, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(467, 135, 'pay_my_invoce_block_03', ''),
(468, 135, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(469, 135, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(470, 135, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(471, 135, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(472, 135, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(473, 136, '_wp_attached_file', '2018/03/fb.svg'),
(474, 137, 'hero_title', 'HEAD LINE GOES HERE'),
(475, 137, '_hero_title', 'field_5aa041472edc6'),
(476, 137, 'hero_subtitle', ''),
(477, 137, '_hero_subtitle', 'field_5aa041672edc7'),
(478, 137, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna quis augue sagittis fermentum. Donec finibus libero nibh, vitae mollis nisl blandit at.'),
(479, 137, '_hero_description', 'field_5aa0417fa5b60'),
(480, 137, 'home_about_title', 'About Us'),
(481, 137, '_home_about_title', 'field_5aa28d10c0130'),
(482, 137, 'home_about_body', ''),
(483, 137, '_home_about_body', 'field_5aa28d25c0131'),
(484, 137, 'home_about_background_image', '93'),
(485, 137, '_home_about_background_image', 'field_5aa28d77c0133'),
(486, 137, 'home_about_icon', '136'),
(487, 137, '_home_about_icon', 'field_5aa28d47c0132'),
(488, 137, 'home_about_show', '1'),
(489, 137, '_home_about_show', 'field_5aa67ae7ddcf5'),
(490, 137, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(491, 137, '_home_about_content', 'field_5aa28d25c0131'),
(492, 137, 'home_pratice_area_title', 'Practice Areas'),
(493, 137, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(494, 137, 'home_practice_area_button_text', 'Learn More'),
(495, 137, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(496, 137, 'home_practice_area_show', '1'),
(497, 137, '_home_practice_area_show', 'field_5aa6e1940d151'),
(502, 139, 'pay_my_invoce_subtitle', 'Sub Headline Text goes here'),
(503, 139, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(504, 139, 'pay_my_invoce_content', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tincidunt mi urna, sit amet ultrices turpis ornare nec. Sed at lobortis odio, rutrum molestie risus.'),
(505, 139, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(506, 139, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(507, 139, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(508, 139, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(509, 139, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(510, 139, 'pay_my_invoce_block_01', ''),
(511, 139, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(512, 139, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(513, 139, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(514, 139, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to: Flanagan Bilton, LLC\r\n\r\nFlanagan | Bilton, LLC 500 N Dearborn Street, Suite 400 Chicago, IL 60654'),
(515, 139, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(516, 139, 'pay_my_invoce_block_02', ''),
(517, 139, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(518, 139, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(519, 139, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(520, 139, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'Call 312-540-5640 Lakeside Bank 55 W Wacker Dr Chicago, IL 60654\r\n\r\nFlanagan | Bilton, LLC 500 N Dearborn Street, Suite 400 Chicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(521, 139, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(522, 139, 'pay_my_invoce_block_03', ''),
(523, 139, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(524, 139, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(525, 139, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(526, 139, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(527, 139, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(530, 12, '_thumbnail_id', '323'),
(533, 144, '_wp_attached_file', '2018/03/rectangle-3-1.png'),
(534, 144, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:2160;s:4:\"file\";s:25:\"2018/03/rectangle-3-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"rectangle-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"rectangle-3-1-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"hero\";a:4:{s:4:\"file\";s:27:\"rectangle-3-1-1920x1080.png\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:26:\"rectangle-3-1-1000x922.png\";s:5:\"width\";i:1000;s:6:\"height\";i:922;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:{}}}'),
(535, 2, 'home_practice_area_background', '144'),
(536, 2, '_home_practice_area_background', 'field_5aabc2cd9a37c'),
(537, 145, 'hero_title', 'HEAD LINE GOES HERE'),
(538, 145, '_hero_title', 'field_5aa041472edc6'),
(539, 145, 'hero_subtitle', ''),
(540, 145, '_hero_subtitle', 'field_5aa041672edc7'),
(541, 145, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna quis augue sagittis fermentum. Donec finibus libero nibh, vitae mollis nisl blandit at.'),
(542, 145, '_hero_description', 'field_5aa0417fa5b60'),
(543, 145, 'home_about_title', 'About Us'),
(544, 145, '_home_about_title', 'field_5aa28d10c0130'),
(545, 145, 'home_about_body', ''),
(546, 145, '_home_about_body', 'field_5aa28d25c0131'),
(547, 145, 'home_about_background_image', '93'),
(548, 145, '_home_about_background_image', 'field_5aa28d77c0133'),
(549, 145, 'home_about_icon', '136'),
(550, 145, '_home_about_icon', 'field_5aa28d47c0132'),
(551, 145, 'home_about_show', '1'),
(552, 145, '_home_about_show', 'field_5aa67ae7ddcf5'),
(553, 145, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(554, 145, '_home_about_content', 'field_5aa28d25c0131'),
(555, 145, 'home_pratice_area_title', 'Practice Areas'),
(556, 145, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(557, 145, 'home_practice_area_button_text', 'Learn More'),
(558, 145, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(559, 145, 'home_practice_area_show', '1'),
(560, 145, '_home_practice_area_show', 'field_5aa6e1940d151'),
(561, 145, 'home_practice_area_background', '144'),
(562, 145, '_home_practice_area_background', 'field_5aabc2cd9a37c'),
(595, 156, '_edit_lock', '1533158426:1'),
(596, 156, '_edit_last', '1'),
(597, 16, 'software_demo_subtitle', 'F|B Portfolio Manager'),
(598, 16, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(599, 16, 'software_demo_content', 'Each client has the opportunity to take advantage of Flanagan Bilton’s state-of-the-art online portfolio manager reporting system.'),
(600, 16, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(601, 16, 'software_demo_block_01_software_demo_extra_title_two', ''),
(602, 16, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(603, 16, 'software_demo_block_01_software_demo_extra_content_two', ''),
(604, 16, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(605, 16, 'software_demo_block_01', ''),
(606, 16, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(607, 16, 'hero_title', ''),
(608, 16, '_hero_title', 'field_5aa041472edc6'),
(609, 16, 'hero_subtitle', ''),
(610, 16, '_hero_subtitle', 'field_5aa041672edc7'),
(611, 16, 'hero_description', ''),
(612, 16, '_hero_description', 'field_5aa0417fa5b60'),
(613, 17, 'software_demo_subtitle', ''),
(614, 17, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(615, 17, 'software_demo_content', ''),
(616, 17, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(617, 17, 'software_demo_block_01_software_demo_extra_title_two', ''),
(618, 17, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(619, 17, 'software_demo_block_01_software_demo_extra_content_two', ''),
(620, 17, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(621, 17, 'software_demo_block_01', ''),
(622, 17, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(623, 17, 'hero_title', ''),
(624, 17, '_hero_title', 'field_5aa041472edc6'),
(625, 17, 'hero_subtitle', ''),
(626, 17, '_hero_subtitle', 'field_5aa041672edc7'),
(627, 17, 'hero_description', ''),
(628, 17, '_hero_description', 'field_5aa0417fa5b60'),
(629, 169, 'software_demo_subtitle', 'Sub Headline Text goes here'),
(630, 169, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(631, 169, 'software_demo_content', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tincidunt mi urna, sit amet ultrices turpis ornare nec. Sed at lobortis odio, rutrum molestie risus.'),
(632, 169, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(633, 169, 'software_demo_block_01_software_demo_extra_title_two', ''),
(634, 169, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(635, 169, 'software_demo_block_01_software_demo_extra_content_two', ''),
(636, 169, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(637, 169, 'software_demo_block_01', ''),
(638, 169, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(639, 169, 'hero_title', ''),
(640, 169, '_hero_title', 'field_5aa041472edc6'),
(641, 169, 'hero_subtitle', ''),
(642, 169, '_hero_subtitle', 'field_5aa041672edc7'),
(643, 169, 'hero_description', ''),
(644, 169, '_hero_description', 'field_5aa0417fa5b60'),
(645, 16, 'software_demo_block_01_software_demo_extra_headline_one', 'The Advantage'),
(646, 16, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(647, 16, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(648, 16, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(649, 16, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(650, 16, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(651, 16, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(652, 16, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(653, 172, 'software_demo_subtitle', 'Sub Headline Text goes here'),
(654, 172, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(655, 172, 'software_demo_content', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tincidunt mi urna, sit amet ultrices turpis ornare nec. Sed at lobortis odio, rutrum molestie risus.'),
(656, 172, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(657, 172, 'software_demo_block_01_software_demo_extra_title_two', ''),
(658, 172, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(659, 172, 'software_demo_block_01_software_demo_extra_content_two', ''),
(660, 172, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(661, 172, 'software_demo_block_01', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(662, 172, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(663, 172, 'hero_title', ''),
(664, 172, '_hero_title', 'field_5aa041472edc6'),
(665, 172, 'hero_subtitle', ''),
(666, 172, '_hero_subtitle', 'field_5aa041672edc7'),
(667, 172, 'hero_description', ''),
(668, 172, '_hero_description', 'field_5aa0417fa5b60'),
(669, 172, 'software_demo_block_01_software_demo_extra_headline_one', 'HeadLine'),
(670, 172, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(671, 172, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada lobortis laoreet. In suscipit venenatis viverra. Quisque cursus, dolor nec ornare imperdiet, erat leo auctor neque, eu iaculis metus purus eu quam. Nam ullamcorper, sem eget gravida finibus, dui nisl tincidunt purus, vel sollicitudin diam orci suscipit urna.'),
(672, 172, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(673, 172, 'software_demo_block_01_software_demo_extra_subheader_one', 'Sub Header '),
(674, 172, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(675, 172, 'software_demo_block_01_software_demo_extra_subheader_content_one', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada lobortis laoreet. In suscipit venenatis viverra. Quisque cursus.'),
(676, 172, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(682, 6, 'hero_title', ''),
(683, 6, '_hero_title', 'field_5aa041472edc6'),
(684, 6, 'hero_subtitle', ''),
(685, 6, '_hero_subtitle', 'field_5aa041672edc7'),
(686, 6, 'hero_description', ''),
(687, 6, '_hero_description', 'field_5aa0417fa5b60'),
(688, 39, 'hero_title', ''),
(689, 39, '_hero_title', 'field_5aa041472edc6'),
(690, 39, 'hero_subtitle', ''),
(691, 39, '_hero_subtitle', 'field_5aa041672edc7'),
(692, 39, 'hero_description', ''),
(693, 39, '_hero_description', 'field_5aa0417fa5b60'),
(694, 8, 'hero_title', 'F|B Advantage'),
(695, 8, '_hero_title', 'field_5aa041472edc6'),
(696, 8, 'hero_subtitle', 'Our Expertise is Your Advantage…'),
(697, 8, '_hero_subtitle', 'field_5aa041672edc7'),
(698, 8, 'hero_description', 'Flanagan | Bilton has focused specifically on property tax matters for over 50 years, and as a result, our clients have saved billions of dollars in property taxes.'),
(699, 8, '_hero_description', 'field_5aa0417fa5b60'),
(700, 9, 'hero_title', ''),
(701, 9, '_hero_title', 'field_5aa041472edc6'),
(702, 9, 'hero_subtitle', ''),
(703, 9, '_hero_subtitle', 'field_5aa041672edc7'),
(704, 9, 'hero_description', ''),
(705, 9, '_hero_description', 'field_5aa0417fa5b60'),
(706, 16, 'software_demo_video_image', '177'),
(707, 16, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(708, 16, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(709, 16, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(710, 176, 'software_demo_subtitle', 'Sub Headline Text goes here'),
(711, 176, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(712, 176, 'software_demo_content', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tincidunt mi urna, sit amet ultrices turpis ornare nec. Sed at lobortis odio, rutrum molestie risus.'),
(713, 176, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(714, 176, 'software_demo_block_01_software_demo_extra_title_two', ''),
(715, 176, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(716, 176, 'software_demo_block_01_software_demo_extra_content_two', ''),
(717, 176, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(718, 176, 'software_demo_block_01', ''),
(719, 176, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(720, 176, 'hero_title', ''),
(721, 176, '_hero_title', 'field_5aa041472edc6'),
(722, 176, 'hero_subtitle', ''),
(723, 176, '_hero_subtitle', 'field_5aa041672edc7'),
(724, 176, 'hero_description', ''),
(725, 176, '_hero_description', 'field_5aa0417fa5b60'),
(726, 176, 'software_demo_block_01_software_demo_extra_headline_one', 'HeadLine'),
(727, 176, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(728, 176, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada lobortis laoreet. In suscipit venenatis viverra. Quisque cursus, dolor nec ornare imperdiet, erat leo auctor neque, eu iaculis metus purus eu quam. Nam ullamcorper, sem eget gravida finibus, dui nisl tincidunt purus, vel sollicitudin diam orci suscipit urna.'),
(729, 176, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(730, 176, 'software_demo_block_01_software_demo_extra_subheader_one', 'Sub Header '),
(731, 176, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(732, 176, 'software_demo_block_01_software_demo_extra_subheader_content_one', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada lobortis laoreet. In suscipit venenatis viverra. Quisque cursus.'),
(733, 176, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(734, 176, 'software_demo_video_image', ''),
(735, 176, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(736, 176, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(737, 176, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(740, 178, 'software_demo_subtitle', 'Sub Headline Text goes here'),
(741, 178, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(742, 178, 'software_demo_content', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tincidunt mi urna, sit amet ultrices turpis ornare nec. Sed at lobortis odio, rutrum molestie risus.'),
(743, 178, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(744, 178, 'software_demo_block_01_software_demo_extra_title_two', ''),
(745, 178, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(746, 178, 'software_demo_block_01_software_demo_extra_content_two', ''),
(747, 178, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(748, 178, 'software_demo_block_01', ''),
(749, 178, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(750, 178, 'hero_title', ''),
(751, 178, '_hero_title', 'field_5aa041472edc6'),
(752, 178, 'hero_subtitle', ''),
(753, 178, '_hero_subtitle', 'field_5aa041672edc7'),
(754, 178, 'hero_description', ''),
(755, 178, '_hero_description', 'field_5aa0417fa5b60'),
(756, 178, 'software_demo_block_01_software_demo_extra_headline_one', 'HeadLine'),
(757, 178, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(758, 178, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada lobortis laoreet. In suscipit venenatis viverra. Quisque cursus, dolor nec ornare imperdiet, erat leo auctor neque, eu iaculis metus purus eu quam. Nam ullamcorper, sem eget gravida finibus, dui nisl tincidunt purus, vel sollicitudin diam orci suscipit urna.'),
(759, 178, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(760, 178, 'software_demo_block_01_software_demo_extra_subheader_one', 'Sub Header '),
(761, 178, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(762, 178, 'software_demo_block_01_software_demo_extra_subheader_content_one', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada lobortis laoreet. In suscipit venenatis viverra. Quisque cursus.'),
(763, 178, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(764, 178, 'software_demo_video_image', '177'),
(765, 178, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(766, 178, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(767, 178, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(768, 14, 'hero_title', 'Property Tax Services'),
(769, 14, '_hero_title', 'field_5aa041472edc6'),
(770, 14, 'hero_subtitle', 'Custom Services Tailored to Your Needs...'),
(771, 14, '_hero_subtitle', 'field_5aa041672edc7'),
(772, 14, 'hero_description', 'Flanagan | Bilton provides comprehensive services customized to the property tax requirements of individual portfolios. Clients can take advantage of one or more of the many services:'),
(773, 14, '_hero_description', 'field_5aa0417fa5b60'),
(774, 179, 'hero_title', 'Practice Areas'),
(775, 179, '_hero_title', 'field_5aa041472edc6'),
(776, 179, 'hero_subtitle', 'Custom Services Tailored to Your Needs...'),
(777, 179, '_hero_subtitle', 'field_5aa041672edc7'),
(778, 179, 'hero_description', 'Flanagan | Bilton LLC provides comprehensive services customized to the property tax requirements of individual portfolios. Clients can take advantage of one or more of nine essential services:'),
(779, 179, '_hero_description', 'field_5aa0417fa5b60'),
(781, 180, '_edit_lock', '1521575968:1'),
(782, 180, '_edit_last', '1'),
(785, 14, 'page_image', '381'),
(786, 14, '_page_image', 'field_5aafcb39bb2a0'),
(787, 193, 'hero_title', 'Practice Areas'),
(788, 193, '_hero_title', 'field_5aa041472edc6'),
(789, 193, 'hero_subtitle', 'Custom Services Tailored to Your Needs...'),
(790, 193, '_hero_subtitle', 'field_5aa041672edc7'),
(791, 193, 'hero_description', 'Flanagan | Bilton LLC provides comprehensive services customized to the property tax requirements of individual portfolios. Clients can take advantage of one or more of nine essential services:'),
(792, 193, '_hero_description', 'field_5aa0417fa5b60'),
(793, 193, 'page_image', '192'),
(794, 193, '_page_image', 'field_5aafcb39bb2a0'),
(795, 194, '_wp_attached_file', '2018/03/rectangle-4.jpg'),
(796, 194, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2480;s:6:\"height\";i:706;s:4:\"file\";s:23:\"2018/03/rectangle-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rectangle-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"rectangle-4-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"hero\";a:4:{s:4:\"file\";s:24:\"rectangle-4-1920x706.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:24:\"rectangle-4-1000x706.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:23:\"rectangle-4-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(797, 195, 'hero_title', 'Practice Areas'),
(798, 195, '_hero_title', 'field_5aa041472edc6'),
(799, 195, 'hero_subtitle', 'Custom Services Tailored to Your Needs...'),
(800, 195, '_hero_subtitle', 'field_5aa041672edc7'),
(801, 195, 'hero_description', 'Flanagan | Bilton LLC provides comprehensive services customized to the property tax requirements of individual portfolios. Clients can take advantage of one or more of nine essential services:'),
(802, 195, '_hero_description', 'field_5aa0417fa5b60'),
(803, 195, 'page_image', '194'),
(804, 195, '_page_image', 'field_5aafcb39bb2a0'),
(805, 8, 'page_image', '219'),
(806, 8, '_page_image', 'field_5aafcb39bb2a0'),
(807, 196, 'hero_title', 'F|B Advantage'),
(808, 196, '_hero_title', 'field_5aa041472edc6'),
(809, 196, 'hero_subtitle', 'Our Expertise is Your Advantage…'),
(810, 196, '_hero_subtitle', 'field_5aa041672edc7'),
(811, 196, 'hero_description', 'Flanagan | Bilton LLC clients have saved more than $750 million in property taxes on properties valued at more than $25 billion.'),
(812, 196, '_hero_description', 'field_5aa0417fa5b60'),
(813, 196, 'page_image', ''),
(814, 196, '_page_image', 'field_5aafcb39bb2a0'),
(815, 197, '_wp_attached_file', '2018/03/fb-advantage.jpg'),
(816, 197, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1400;s:4:\"file\";s:24:\"2018/03/fb-advantage.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"fb-advantage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"fb-advantage-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"hero\";a:4:{s:4:\"file\";s:26:\"fb-advantage-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:25:\"fb-advantage-1000x922.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:24:\"fb-advantage-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(817, 8, '_thumbnail_id', '197'),
(818, 198, '_edit_lock', '1524148820:2'),
(819, 198, '_edit_last', '2'),
(840, 205, '_edit_lock', '1524148855:2'),
(841, 205, '_edit_last', '2'),
(842, 206, '_edit_lock', '1524148921:2'),
(843, 206, '_edit_last', '2'),
(844, 208, '_edit_lock', '1524148963:2'),
(845, 208, '_edit_last', '2'),
(846, 211, '_edit_lock', '1524149029:2'),
(847, 211, '_edit_last', '2'),
(848, 219, '_wp_attached_file', '2018/03/rectangle-5.jpg'),
(849, 219, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1018;s:4:\"file\";s:23:\"2018/03/rectangle-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rectangle-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"rectangle-5-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:24:\"rectangle-5-1000x922.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:23:\"rectangle-5-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"page-image-cover\";a:4:{s:4:\"file\";s:24:\"rectangle-5-1300x370.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(850, 220, 'hero_title', 'F|B Advantage'),
(851, 220, '_hero_title', 'field_5aa041472edc6'),
(852, 220, 'hero_subtitle', 'Our Expertise is Your Advantage…'),
(853, 220, '_hero_subtitle', 'field_5aa041672edc7'),
(854, 220, 'hero_description', 'Flanagan | Bilton LLC clients have saved more than $750 million in property taxes on properties valued at more than $25 billion.'),
(855, 220, '_hero_description', 'field_5aa0417fa5b60'),
(856, 220, 'page_image', '219'),
(857, 220, '_page_image', 'field_5aafcb39bb2a0'),
(858, 223, '_edit_lock', '1521557896:1'),
(859, 223, '_edit_last', '1'),
(860, 6, 'contact_us_subtitle', 'HOW CAN WE HELP?'),
(861, 6, '_contact_us_subtitle', 'field_5ab114a90e86c'),
(862, 6, 'contact_us_sub_headline', ''),
(863, 6, '_contact_us_sub_headline', 'field_5ab114b70e86d'),
(864, 6, 'contact_us_content', 'For more information, you can contact our Chicago office by phone, fax or email.'),
(865, 6, '_contact_us_content', 'field_5ab114c80e86e'),
(866, 6, 'contact_us_info', 'Flanagan | Bilton LLC\r\n500 N Dearborn St, Suite 400\r\nChicago, IL 60654\r\n\r\n(312) 782-5000 | phone\r\n(312) 565-0821 | fax\r\ninfo@flanaganbilton.com'),
(867, 6, '_contact_us_info', 'field_5ab114d60e86f'),
(868, 228, 'hero_title', ''),
(869, 228, '_hero_title', 'field_5aa041472edc6'),
(870, 228, 'hero_subtitle', ''),
(871, 228, '_hero_subtitle', 'field_5aa041672edc7'),
(872, 228, 'hero_description', ''),
(873, 228, '_hero_description', 'field_5aa0417fa5b60'),
(874, 228, 'contact_us_subtitle', 'HOW CAN WE HELP?'),
(875, 228, '_contact_us_subtitle', 'field_5ab114a90e86c'),
(876, 228, 'contact_us_sub_headline', 'Sub Headline Text goes here'),
(877, 228, '_contact_us_sub_headline', 'field_5ab114b70e86d'),
(878, 228, 'contact_us_content', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tincidunt mi urna, sit amet ultrices turpis ornare nec. Sed at lobortis odio, rutrum molestie risus.'),
(879, 228, '_contact_us_content', 'field_5ab114c80e86e'),
(880, 228, 'contact_us_info', 'Flanagan | Bilton LLC\r\n500 N Dearborn St, Suite 400\r\nChicago, IL 60654\r\n\r\n(312) 782-5000 | phone\r\n(312) 565-0821 | fax\r\ninfo@flanaganbilton.com'),
(881, 228, '_contact_us_info', 'field_5ab114d60e86f'),
(883, 229, '_form', '<div class=\"row\">\n    <div class=\"col-form\">\n        [text* fullname class:form-contact__text placeholder \"Name\"] [email* email class:form-contact__text placeholder\n        \"Email Address\"] [text phone class:form-contact__text placeholder \"Phone Number (Optional)\"]\n    </div>\n    <div class=\"col-form\">\n        [textarea* message class:form-contact__textarea placeholder \"Message\"]\n    </div>\n</div>\n<div class=\"row\">\n    <div class=\"col-form --last\">\n        <button class=\"wpcf7-form-control wpcf7-submit form-contact__button\">Send message</button>\n    </div>\n</div>'),
(884, 229, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:25:\"Flanagan Bilton - Contact\";s:6:\"sender\";s:56:\"[fullname] <wordpress@flanaganbilton.orainteractive.com>\";s:9:\"recipient\";s:22:\"rip@orainteractive.com\";s:4:\"body\";s:175:\"From: [fullname] <[email]>\nPhone: [phone]\n\nMessage Body:\n[message]\n\n-- \nThis e-mail was sent from a contact form on Flanagan Bilton (https://flanaganbilton.orainteractive.com)\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(885, 229, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:32:\"Flanagan Bilton \"[your-subject]\"\";s:6:\"sender\";s:56:\"Flanagan Bilton <wordpress@flanaganbilton.cappendev.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:132:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Flanagan Bilton (https://flanaganbilton.cappendev.com)\";s:18:\"additional_headers\";s:24:\"Reply-To: dev@cappen.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(886, 229, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:85:\"Thank you for contacting us! Someone from our team will be in touch with you shortly.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:76:\"Please ensure all required fields are completed before sending your message.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(887, 229, '_additional_settings', ''),
(888, 229, '_locale', 'en_US'),
(890, 230, '_wp_attached_file', '2018/03/our-team.jpg'),
(891, 230, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1400;s:4:\"file\";s:20:\"2018/03/our-team.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"our-team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"our-team-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"hero\";a:4:{s:4:\"file\";s:22:\"our-team-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:21:\"our-team-1000x922.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:20:\"our-team-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"page-image-cover\";a:4:{s:4:\"file\";s:21:\"our-team-1300x370.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"fb-advantage\";a:4:{s:4:\"file\";s:20:\"our-team-955x675.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(892, 10, '_thumbnail_id', '326'),
(893, 10, 'page_image', ''),
(894, 10, '_page_image', 'field_5aafcb39bb2a0'),
(895, 10, 'hero_title', 'MEET OUR TEAM'),
(896, 10, '_hero_title', 'field_5aa041472edc6'),
(897, 10, 'hero_subtitle', ''),
(898, 10, '_hero_subtitle', 'field_5aa041672edc7'),
(899, 10, 'hero_description', 'Flanagan | Bilton is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. They are the key to providing the full range of service capabilities our clients need by working together as integrated, collaborative teams with each member drawing from a unique set of talents.'),
(900, 10, '_hero_description', 'field_5aa0417fa5b60'),
(901, 231, 'page_image', ''),
(902, 231, '_page_image', 'field_5aafcb39bb2a0'),
(903, 231, 'hero_title', 'The Distinguished Team'),
(904, 231, '_hero_title', 'field_5aa041472edc6'),
(905, 231, 'hero_subtitle', 'Sub Headline Text goes here'),
(906, 231, '_hero_subtitle', 'field_5aa041672edc7'),
(907, 231, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tincidunt mi urna, sit amet ultrices turpis ornare nec. Sed at lobortis odio, rutrum molestie risus. '),
(908, 231, '_hero_description', 'field_5aa0417fa5b60'),
(909, 232, '_edit_last', '2'),
(910, 232, '_edit_lock', '1528393588:2'),
(911, 236, '_edit_lock', '1524166747:1'),
(912, 236, '_edit_last', '1'),
(913, 232, 'our_team_content_our_team_position', ''),
(914, 232, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(915, 232, 'our_team_content_our_team_education', ''),
(916, 232, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(917, 232, 'our_team_content_our_team_admitted_to_practice_law', ''),
(918, 232, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(919, 232, 'our_team_content_our_team_experience', ''),
(920, 232, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(921, 232, 'our_team_content_our_team_member_certifications', ''),
(922, 232, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(923, 232, 'our_team_content', ''),
(924, 232, '_our_team_content', 'field_5ab158b2b45e5'),
(925, 243, 'our_team_content_our_team_position', 'Managing Partner'),
(926, 243, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(927, 243, 'our_team_content_our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(928, 243, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(929, 243, 'our_team_content_our_team_admitted_to_practice_law', 'Illinois'),
(930, 243, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(931, 243, 'our_team_content_our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1968 - Present)\r\nCook County States Attorney\'s Office\r\nCondemation Division\r\nCriminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(932, 243, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(933, 243, 'our_team_content_our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(934, 243, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(935, 243, 'our_team_content', ''),
(936, 243, '_our_team_content', 'field_5ab158b2b45e5'),
(937, 244, 'our_team_content_our_team_position', ''),
(938, 244, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(939, 244, 'our_team_content_our_team_education', ''),
(940, 244, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(941, 244, 'our_team_content_our_team_admitted_to_practice_law', ''),
(942, 244, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(943, 244, 'our_team_content_our_team_experience', ''),
(944, 244, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(945, 244, 'our_team_content_our_team_member_certifications', ''),
(946, 244, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(947, 244, 'our_team_content', ''),
(948, 244, '_our_team_content', 'field_5ab158b2b45e5'),
(949, 232, 'our_team_position', 'Managing Partner'),
(950, 232, '_our_team_position', 'field_5ab15b5f1f16a'),
(951, 232, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(952, 232, '_our_team_education', 'field_5ab15b6f1f16b'),
(953, 232, 'our_team_admitted_to_practice_law', 'Illinois'),
(954, 232, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(955, 232, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Managing Partner (1968 - Present)\r\nCook County States Attorney\'s Office - Condemation Division, Criminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(956, 232, '_our_team_experience', 'field_5ab15bcc546f2'),
(957, 232, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(958, 232, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(959, 250, 'our_team_content_our_team_position', ''),
(960, 250, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(961, 250, 'our_team_content_our_team_education', ''),
(962, 250, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(963, 250, 'our_team_content_our_team_admitted_to_practice_law', ''),
(964, 250, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(965, 250, 'our_team_content_our_team_experience', ''),
(966, 250, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(967, 250, 'our_team_content_our_team_member_certifications', ''),
(968, 250, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(969, 250, 'our_team_content', ''),
(970, 250, '_our_team_content', 'field_5ab158b2b45e5'),
(971, 250, 'our_team_position', 'Managing Partner'),
(972, 250, '_our_team_position', 'field_5ab15b5f1f16a'),
(973, 250, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(974, 250, '_our_team_education', 'field_5ab15b6f1f16b'),
(975, 250, 'our_team_admitted_to_practice_law', 'Illinois'),
(976, 250, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(977, 250, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1968 - Present)\r\nCook County States Attorney\'s Office\r\nCondemation Division\r\nCriminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(978, 250, '_our_team_experience', 'field_5ab15bcc546f2'),
(979, 250, 'our_team_member_certifications', 'Bar Associations\r\nChicago, Illinois and American Bar Associations\r\nMembership\r\nInternational Association of Assessing Officers (IAAO)'),
(980, 250, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(981, 251, '_edit_lock', '1525331079:2'),
(982, 251, '_edit_last', '2'),
(983, 251, 'our_team_position', 'Partner'),
(984, 251, '_our_team_position', 'field_5ab15b5f1f16a'),
(985, 251, 'our_team_education', 'University of Michigan, B.S.\r\nDePaul University, L.L.B.'),
(986, 251, '_our_team_education', 'field_5ab15b6f1f16b'),
(987, 251, 'our_team_admitted_to_practice_law', 'Illinois\r\nMinnesota\r\nTexas'),
(988, 251, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(989, 251, 'our_team_experience', '46 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Partner (1971 - Present)\r\nVedder Price Law Firm\r\nCook County States Attorney\'s Office\r\nCivil Division\r\nCriminal Division'),
(990, 251, '_our_team_experience', 'field_5ab15bcc546f2'),
(991, 251, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Minnesota and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(992, 251, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(993, 252, 'our_team_position', ''),
(994, 252, '_our_team_position', 'field_5ab15b5f1f16a'),
(995, 252, 'our_team_education', ''),
(996, 252, '_our_team_education', 'field_5ab15b6f1f16b'),
(997, 252, 'our_team_admitted_to_practice_law', ''),
(998, 252, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(999, 252, 'our_team_experience', ''),
(1000, 252, '_our_team_experience', 'field_5ab15bcc546f2'),
(1001, 252, 'our_team_member_certifications', ''),
(1002, 252, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1003, 253, 'our_team_position', 'Partner'),
(1004, 253, '_our_team_position', 'field_5ab15b5f1f16a'),
(1005, 253, 'our_team_education', 'University of Michigan, B.S.\r\nDePaul University, L.L.B.'),
(1006, 253, '_our_team_education', 'field_5ab15b6f1f16b'),
(1007, 253, 'our_team_admitted_to_practice_law', 'Illinois\r\nMinnesota\r\nTexas'),
(1008, 253, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1009, 253, 'our_team_experience', '46 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1971 - Present)\r\nVedder Price Law Firm\r\nCook County States Attorney\'s Office\r\nCivil Division\r\nCriminal Division'),
(1010, 253, '_our_team_experience', 'field_5ab15bcc546f2'),
(1011, 253, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Minnesota and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(1012, 253, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1013, 254, '_edit_lock', '1524773847:2'),
(1014, 254, '_edit_last', '2'),
(1015, 255, 'our_team_content_our_team_position', ''),
(1016, 255, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(1017, 255, 'our_team_content_our_team_education', ''),
(1018, 255, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(1019, 255, 'our_team_content_our_team_admitted_to_practice_law', ''),
(1020, 255, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(1021, 255, 'our_team_content_our_team_experience', ''),
(1022, 255, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(1023, 255, 'our_team_content_our_team_member_certifications', ''),
(1024, 255, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(1025, 255, 'our_team_content', ''),
(1026, 255, '_our_team_content', 'field_5ab158b2b45e5'),
(1027, 255, 'our_team_position', 'Managing Partner'),
(1028, 255, '_our_team_position', 'field_5ab15b5f1f16a'),
(1029, 255, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(1030, 255, '_our_team_education', 'field_5ab15b6f1f16b'),
(1031, 255, 'our_team_admitted_to_practice_law', 'Illinois'),
(1032, 255, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1033, 255, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1968 - Present)\r\nCook County States Attorney\'s Office\r\nCondemation Division\r\nCriminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(1034, 255, '_our_team_experience', 'field_5ab15bcc546f2'),
(1035, 255, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(1036, 255, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1037, 254, 'our_team_position', 'Head of National Tax Appeals Division - Senior Tax Consultant'),
(1038, 254, '_our_team_position', 'field_5ab15b5f1f16a'),
(1039, 254, 'our_team_education', 'University of Iowa, B.S.'),
(1040, 254, '_our_team_education', 'field_5ab15b6f1f16b'),
(1041, 254, 'our_team_admitted_to_practice_law', ''),
(1042, 254, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1043, 254, 'our_team_experience', '47 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Senior Tax Consultant (1997 - Present)\r\nCook County Assessor\'s Office, Director\r\nCook County Assessor\'s Office, Head of Commercial Division for Tax Appeals'),
(1044, 254, '_our_team_experience', 'field_5ab15bcc546f2'),
(1045, 254, 'our_team_member_certifications', '<strong>Membership</strong>\r\nPresidential Citation and 30 year member of the International Association of Assessing Officers (IAAO)\r\nExecutive Board of IAAO\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)\r\nCertified Member of the Institute of Property Taxation (CMI)\r\nCertified Tennessee Tax Representative\r\nTexas Senior Appraiser\r\nSenior State Tax Representative in State of Texas'),
(1046, 254, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1047, 256, 'our_team_position', 'Head of National Tax Appeals Division - Senior Tax Consultant'),
(1048, 256, '_our_team_position', 'field_5ab15b5f1f16a'),
(1049, 256, 'our_team_education', 'University of Iowa, B.S.'),
(1050, 256, '_our_team_education', 'field_5ab15b6f1f16b'),
(1051, 256, 'our_team_admitted_to_practice_law', ''),
(1052, 256, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1053, 256, 'our_team_experience', '47 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1997 - Present)\r\nCook County Assessor\'s Office\r\nDirector\r\nHead of Commercial Division for Tax Appeals'),
(1054, 256, '_our_team_experience', 'field_5ab15bcc546f2'),
(1055, 256, 'our_team_member_certifications', '<strong>Membership</strong>\r\nPresidential Citation and 30 year member of the International Association of Assessing Officers (IAAO)\r\nExecutive Board of IAAO\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)\r\nCertified Member of the Institute of Property Taxation (CMI)\r\nCertified Tennessee Tax Representative\r\nTexas Senior Appraiser\r\nSenior State Tax Representative in State of Texas'),
(1056, 256, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1057, 257, '_edit_lock', '1524773740:2'),
(1058, 257, '_edit_last', '2'),
(1059, 257, 'our_team_position', 'Senior Attorney & Tax Consultant'),
(1060, 257, '_our_team_position', 'field_5ab15b5f1f16a'),
(1061, 257, 'our_team_education', 'DePaul University, B.S., M.B.A.\r\nJohn Marshall School of Law, J.D.'),
(1062, 257, '_our_team_education', 'field_5ab15b6f1f16b'),
(1063, 257, 'our_team_admitted_to_practice_law', 'Illinois\r\nTexas'),
(1064, 257, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1065, 257, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Senior Attorney (1995 - Present)\r\nThe Balcor Company, Director of Property Taxes'),
(1066, 257, '_our_team_experience', 'field_5ab15bcc546f2'),
(1067, 257, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nIllinois Society of Certified Public Accountants\r\nInstitute of Professionals in Taxation (IPT)\r\nCertifications\r\nCertified Public Accountant (CPA)\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative\r\nLevel II Certified Indiana Assessor'),
(1068, 257, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1069, 258, 'our_team_position', 'Senior Attorney & Tax Consultant'),
(1070, 258, '_our_team_position', 'field_5ab15b5f1f16a'),
(1071, 258, 'our_team_education', 'DePaul University, B.S., M.B.A.\r\nJohn Marshall School of Law, J.D.'),
(1072, 258, '_our_team_education', 'field_5ab15b6f1f16b'),
(1073, 258, 'our_team_admitted_to_practice_law', 'Illinois\r\nTexas'),
(1074, 258, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1075, 258, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1995 - Present)\r\nThe Balcor Company\r\nDirector of Property Taxes'),
(1076, 258, '_our_team_experience', 'field_5ab15bcc546f2'),
(1077, 258, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nIllinois Society of Certified Public Accountants\r\nInstitute of Professionals in Taxation (IPT)\r\nCertifications\r\nCertified Public Accountant (CPA)\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative\r\nLevel II Certified Indiana Assessor'),
(1078, 258, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1079, 259, '_edit_lock', '1524690151:1'),
(1080, 259, '_edit_last', '1'),
(1081, 259, 'our_team_position', 'Attorney & Tax Consultant'),
(1082, 259, '_our_team_position', 'field_5ab15b5f1f16a'),
(1083, 259, 'our_team_education', 'University of Iowa, B.S.\r\nLoyola University of Chicago, J.D.'),
(1084, 259, '_our_team_education', 'field_5ab15b6f1f16b'),
(1085, 259, 'our_team_admitted_to_practice_law', 'Illinois\r\nCalifornia\r\nFlorida\r\nDistrict of Columbia'),
(1086, 259, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1087, 259, 'our_team_experience', '19 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Attorney (1997 - Present)'),
(1088, 259, '_our_team_experience', 'field_5ab15bcc546f2'),
(1089, 259, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Calfiornia, Florida and District of Columbia Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)'),
(1090, 259, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1091, 260, 'our_team_position', 'Attorney & Tax Consultant'),
(1092, 260, '_our_team_position', 'field_5ab15b5f1f16a'),
(1093, 260, 'our_team_education', 'University of Iowa, B.S.\r\nLoyola University of Chicago, J.D.'),
(1094, 260, '_our_team_education', 'field_5ab15b6f1f16b'),
(1095, 260, 'our_team_admitted_to_practice_law', 'Illinois\r\nCalifornia\r\nFlorida\r\nDistrict of Columbia'),
(1096, 260, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1097, 260, 'our_team_experience', '19 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1997 - Present)'),
(1098, 260, '_our_team_experience', 'field_5ab15bcc546f2'),
(1099, 260, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Calfiornia, Florida and District of Columbia Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)'),
(1100, 260, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1102, 262, '_edit_lock', '1524514930:2'),
(1103, 262, '_edit_last', '2'),
(1104, 262, 'our_team_position', 'Attorney & Tax Consultant'),
(1105, 262, '_our_team_position', 'field_5ab15b5f1f16a'),
(1106, 262, 'our_team_education', 'Miami of Ohio University, B.S.\r\nFlorida Coastal School of Law, J.D.'),
(1107, 262, '_our_team_education', 'field_5ab15b6f1f16b'),
(1108, 262, 'our_team_admitted_to_practice_law', 'Illinois\r\nNorth Carolina'),
(1109, 262, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1110, 262, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2012-Present)\r\nFlanagan | Bilton Law Firm, Intern (2007-2012)\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(1111, 262, '_our_team_experience', 'field_5ab15bcc546f2'),
(1112, 262, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois and North Carolina Bar Associations'),
(1113, 262, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1114, 263, 'our_team_position', 'Attorney & Tax Consultant'),
(1115, 263, '_our_team_position', 'field_5ab15b5f1f16a'),
(1116, 263, 'our_team_education', 'Miami of Ohio University, B.S.\r\nFlorida Coastal School of Law, J.D.'),
(1117, 263, '_our_team_education', 'field_5ab15b6f1f16b'),
(1118, 263, 'our_team_admitted_to_practice_law', 'Illinois\r\nNorth Carolina'),
(1119, 263, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1120, 263, 'our_team_experience', 'Flanagan | Bilton Law Firm\r\nFull time 2012-Present\r\nIntern 2007-2012\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(1121, 263, '_our_team_experience', 'field_5ab15bcc546f2'),
(1122, 263, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllionis and North Carolina Bar Associations'),
(1123, 263, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1124, 264, '_edit_lock', '1524773779:2'),
(1125, 264, '_edit_last', '2'),
(1126, 264, 'our_team_position', 'Attorney & Tax Consultant'),
(1127, 264, '_our_team_position', 'field_5ab15b5f1f16a'),
(1128, 264, 'our_team_education', 'University of Miami, B.B.A.\r\nUniversity of Miami, J.D.'),
(1129, 264, '_our_team_education', 'field_5ab15b6f1f16b'),
(1130, 264, 'our_team_admitted_to_practice_law', 'Florida\r\nMassachusetts\r\nIllinois'),
(1131, 264, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1132, 264, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2013-Present)\r\nFlanagan | Bilton Law Firm, Intern (2007-2013)\r\nGNP Management - Property Management\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(1133, 264, '_our_team_experience', 'field_5ab15bcc546f2'),
(1134, 264, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nFlorida, Massachusetts, and Illinois Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Arizona Tax Representative'),
(1135, 264, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1136, 265, 'our_team_position', 'Attorney & Tax Consultant'),
(1137, 265, '_our_team_position', 'field_5ab15b5f1f16a'),
(1138, 265, 'our_team_education', 'University of Miami, B.B.A.\r\nUniversity of Miami, J.D.'),
(1139, 265, '_our_team_education', 'field_5ab15b6f1f16b'),
(1140, 265, 'our_team_admitted_to_practice_law', 'Florida\r\nMassachusetts\r\nIllinois'),
(1141, 265, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1142, 265, 'our_team_experience', 'Flanagan | Bilton Law Firm\r\nFull time 2013-Present\r\nIntern 2007-2013\r\nGNP Management - Property Management\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(1143, 265, '_our_team_experience', 'field_5ab15bcc546f2'),
(1144, 265, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nFlorida, Massachusetts, and Illinois Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Arizona Tax Representative'),
(1145, 265, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1146, 266, '_edit_lock', '1524773230:2'),
(1147, 266, '_edit_last', '2'),
(1148, 266, 'our_team_position', 'Attorney & Tax Consultant'),
(1149, 266, '_our_team_position', 'field_5ab15b5f1f16a'),
(1150, 266, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nChicago-Kent College of Law, J.D.'),
(1151, 266, '_our_team_education', 'field_5ab15b6f1f16b'),
(1152, 266, 'our_team_admitted_to_practice_law', 'Illinois\r\nNew York\r\nNew Jersey\r\nNebraska'),
(1153, 266, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1154, 266, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2014-Present)\r\nFlanagan | Bilton Law Firm, Intern 2011-2014\r\nNew York Yankees\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(1155, 266, '_our_team_experience', 'field_5ab15bcc546f2'),
(1156, 266, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, New York, New Jersey, and Nebraska Bar Associations'),
(1157, 266, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1158, 267, 'our_team_position', 'Attorney & Tax Consultant'),
(1159, 267, '_our_team_position', 'field_5ab15b5f1f16a'),
(1160, 267, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nChicago-Kent College of Law, J.D.'),
(1161, 267, '_our_team_education', 'field_5ab15b6f1f16b'),
(1162, 267, 'our_team_admitted_to_practice_law', 'Illinois\r\nNew York\r\nNew Jersey\r\nNebraska'),
(1163, 267, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1164, 267, 'our_team_experience', 'Flanagan | Bilton Law Firm\r\nFull time 2014-Present\r\nIntern 2011-2014\r\nNew York Yankees\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(1165, 267, '_our_team_experience', 'field_5ab15bcc546f2'),
(1166, 267, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllionis, New York, New Jersey, and Nebraska Bar Associations'),
(1167, 267, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1168, 268, '_edit_lock', '1524514950:2'),
(1169, 268, '_edit_last', '2'),
(1170, 268, 'our_team_position', 'Attorney & Tax Consultant'),
(1171, 268, '_our_team_position', 'field_5ab15b5f1f16a'),
(1172, 268, 'our_team_education', 'Southern Methodist University, B.B.A.\r\nSouthern Methodist University Dedman School of Law, J.D.'),
(1173, 268, '_our_team_education', 'field_5ab15b6f1f16b'),
(1174, 268, 'our_team_admitted_to_practice_law', 'Texas'),
(1175, 268, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1176, 268, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2016-Present)\r\nFlanagan | Bilton Law Firm, Intern (2012-2015)\r\nSMU Dedman School of Law Federal Taxpayer Representative\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(1177, 268, '_our_team_experience', 'field_5ab15bcc546f2'),
(1178, 268, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nTexas Bar Association'),
(1179, 268, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1180, 269, 'our_team_position', 'Attorney & Tax Consultant'),
(1181, 269, '_our_team_position', 'field_5ab15b5f1f16a'),
(1182, 269, 'our_team_education', 'Southern Methodist University, B.B.A.\r\nSouthern Methodist University Dedman School of Law, J.D.'),
(1183, 269, '_our_team_education', 'field_5ab15b6f1f16b'),
(1184, 269, 'our_team_admitted_to_practice_law', 'Texas'),
(1185, 269, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1186, 269, 'our_team_experience', 'Flanagan | Bilton Law Firm\r\nFull time 2016-Present\r\nIntern 2012-2015\r\nSMU Dedman School of Law Federal Taxpayer Representative\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(1187, 269, '_our_team_experience', 'field_5ab15bcc546f2'),
(1188, 269, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nTexas Bar Association'),
(1189, 269, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1190, 270, '_edit_lock', '1524773673:2'),
(1191, 270, '_edit_last', '2'),
(1192, 270, 'our_team_position', 'Attorney & Tax Consultant'),
(1193, 270, '_our_team_position', 'field_5ab15b5f1f16a'),
(1194, 270, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nSt. Thomas University School of Law, J.D.'),
(1195, 270, '_our_team_education', 'field_5ab15b6f1f16b'),
(1196, 270, 'our_team_admitted_to_practice_law', 'Illinois'),
(1197, 270, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1198, 270, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2017-Present)\r\nSears Holdings Corporation, Sr. Tax Manager\r\nFinlay Management, Asset Manager'),
(1199, 270, '_our_team_experience', 'field_5ab15bcc546f2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1200, 270, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Chicago, and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Admitted to Practice at the U.S. Tax Court</strong>'),
(1201, 270, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1202, 271, 'our_team_position', 'Attorney & Tax Consultant'),
(1203, 271, '_our_team_position', 'field_5ab15b5f1f16a'),
(1204, 271, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nSt. Thomas University School of Law, J.D.'),
(1205, 271, '_our_team_education', 'field_5ab15b6f1f16b'),
(1206, 271, 'our_team_admitted_to_practice_law', 'Illinois'),
(1207, 271, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1208, 271, 'our_team_experience', 'Flanagan | Bilton Law Firm\r\nAttorney 2017-Present\r\nSears Holdings Corporation\r\nSr. Tax Manager\r\nFinlay Management\r\nAsset Manager'),
(1209, 271, '_our_team_experience', 'field_5ab15bcc546f2'),
(1210, 271, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllionis, Chicago, and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Admitted to Practice at the U.S. Tax Court</strong>'),
(1211, 271, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1212, 272, '_edit_lock', '1524773767:2'),
(1213, 272, '_edit_last', '2'),
(1214, 272, 'our_team_position', 'Tax Consultant'),
(1215, 272, '_our_team_position', 'field_5ab15b5f1f16a'),
(1216, 272, 'our_team_education', 'DePaul University, B.S.'),
(1217, 272, '_our_team_education', 'field_5ab15b6f1f16b'),
(1218, 272, 'our_team_admitted_to_practice_law', ''),
(1219, 272, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1220, 272, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Tax Consultant (1991-Present)'),
(1221, 272, '_our_team_experience', 'field_5ab15bcc546f2'),
(1222, 272, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative'),
(1223, 272, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1224, 273, 'our_team_position', ''),
(1225, 273, '_our_team_position', 'field_5ab15b5f1f16a'),
(1226, 273, 'our_team_education', 'DePaul University, B.S.'),
(1227, 273, '_our_team_education', 'field_5ab15b6f1f16b'),
(1228, 273, 'our_team_admitted_to_practice_law', ''),
(1229, 273, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1230, 273, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm 1991-Present'),
(1231, 273, '_our_team_experience', 'field_5ab15bcc546f2'),
(1232, 273, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative'),
(1233, 273, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1234, 274, 'our_team_position', 'Tax Consultant'),
(1235, 274, '_our_team_position', 'field_5ab15b5f1f16a'),
(1236, 274, 'our_team_education', 'DePaul University, B.S.'),
(1237, 274, '_our_team_education', 'field_5ab15b6f1f16b'),
(1238, 274, 'our_team_admitted_to_practice_law', ''),
(1239, 274, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1240, 274, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm 1991-Present'),
(1241, 274, '_our_team_experience', 'field_5ab15bcc546f2'),
(1242, 274, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative'),
(1243, 274, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1244, 275, '_edit_lock', '1524773697:2'),
(1245, 275, '_edit_last', '2'),
(1246, 275, 'our_team_position', 'Head of Cook County Tax Appeals Division - Senior Tax Consultant'),
(1247, 275, '_our_team_position', 'field_5ab15b5f1f16a'),
(1248, 275, 'our_team_education', 'St. Xavier University, B.A.'),
(1249, 275, '_our_team_education', 'field_5ab15b6f1f16b'),
(1250, 275, 'our_team_admitted_to_practice_law', ''),
(1251, 275, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1252, 275, 'our_team_experience', '33 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Senior Tax Consultant (1994-Present)\r\nCook County Assessor\'s Office\r\nDirector of Commercial Division'),
(1253, 275, '_our_team_experience', 'field_5ab15bcc546f2'),
(1254, 275, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)'),
(1255, 275, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1256, 276, 'our_team_position', 'Head of Cook County Tax Appeals Division - Senior Tax Consultant'),
(1257, 276, '_our_team_position', 'field_5ab15b5f1f16a'),
(1258, 276, 'our_team_education', 'St. Xavier University, B.A.'),
(1259, 276, '_our_team_education', 'field_5ab15b6f1f16b'),
(1260, 276, 'our_team_admitted_to_practice_law', ''),
(1261, 276, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1262, 276, 'our_team_experience', '33 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm 1994-Present\r\nCook County Assessor\'s Office\r\nDirector of Commercial Division'),
(1263, 276, '_our_team_experience', 'field_5ab15bcc546f2'),
(1264, 276, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illionis Assessing Officer (CIAO)'),
(1265, 276, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1266, 277, '_edit_lock', '1524690133:1'),
(1267, 277, '_edit_last', '1'),
(1268, 277, 'our_team_position', 'Real Estate Tax Consultant - Paralegal Manager'),
(1269, 277, '_our_team_position', 'field_5ab15b5f1f16a'),
(1270, 277, 'our_team_education', 'Indiana University, B.S.\r\nLoyola University of Chicago, M.B.A.\r\nRoosevelt University, Paralegal Certificate Program - Specialization: Real Estate and Mortgages'),
(1271, 277, '_our_team_education', 'field_5ab15b6f1f16b'),
(1272, 277, 'our_team_admitted_to_practice_law', ''),
(1273, 277, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1274, 277, 'our_team_experience', '29 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, 1987-Present'),
(1275, 277, '_our_team_experience', 'field_5ab15bcc546f2'),
(1276, 277, 'our_team_member_certifications', ''),
(1277, 277, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1278, 278, 'our_team_position', 'Real Estate Tax Consultant - Paralegal Manager'),
(1279, 278, '_our_team_position', 'field_5ab15b5f1f16a'),
(1280, 278, 'our_team_education', 'Indiana University, B.S.\r\nLoyola University of Chicago, M.B.A.\r\nRoosevelt University, Paralegal Certificate Program - Specialization: Real Estate and Mortgages'),
(1281, 278, '_our_team_education', 'field_5ab15b6f1f16b'),
(1282, 278, 'our_team_admitted_to_practice_law', ''),
(1283, 278, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1284, 278, 'our_team_experience', '29 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm 1987-Present'),
(1285, 278, '_our_team_experience', 'field_5ab15bcc546f2'),
(1286, 278, 'our_team_member_certifications', ''),
(1287, 278, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1288, 232, 'our_team_years_experience', '48 Years\' Experience'),
(1289, 232, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1290, 280, 'our_team_content_our_team_position', ''),
(1291, 280, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(1292, 280, 'our_team_content_our_team_education', ''),
(1293, 280, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(1294, 280, 'our_team_content_our_team_admitted_to_practice_law', ''),
(1295, 280, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(1296, 280, 'our_team_content_our_team_experience', ''),
(1297, 280, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(1298, 280, 'our_team_content_our_team_member_certifications', ''),
(1299, 280, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(1300, 280, 'our_team_content', ''),
(1301, 280, '_our_team_content', 'field_5ab158b2b45e5'),
(1302, 280, 'our_team_position', 'Managing Partner'),
(1303, 280, '_our_team_position', 'field_5ab15b5f1f16a'),
(1304, 280, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(1305, 280, '_our_team_education', 'field_5ab15b6f1f16b'),
(1306, 280, 'our_team_admitted_to_practice_law', 'Illinois'),
(1307, 280, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1308, 280, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1968 - Present)\r\nCook County States Attorney\'s Office\r\nCondemation Division\r\nCriminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(1309, 280, '_our_team_experience', 'field_5ab15bcc546f2'),
(1310, 280, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(1311, 280, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1312, 280, 'our_team_years_experience', '48 Years\' Experience'),
(1313, 280, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1314, 254, 'our_team_years_experience', '47 Years\' Experience'),
(1315, 254, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1316, 281, 'our_team_position', 'Head of National Tax Appeals Division - Senior Tax Consultant'),
(1317, 281, '_our_team_position', 'field_5ab15b5f1f16a'),
(1318, 281, 'our_team_education', 'University of Iowa, B.S.'),
(1319, 281, '_our_team_education', 'field_5ab15b6f1f16b'),
(1320, 281, 'our_team_admitted_to_practice_law', ''),
(1321, 281, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1322, 281, 'our_team_experience', '47 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1997 - Present)\r\nCook County Assessor\'s Office\r\nDirector\r\nHead of Commercial Division for Tax Appeals'),
(1323, 281, '_our_team_experience', 'field_5ab15bcc546f2'),
(1324, 281, 'our_team_member_certifications', '<strong>Membership</strong>\r\nPresidential Citation and 30 year member of the International Association of Assessing Officers (IAAO)\r\nExecutive Board of IAAO\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)\r\nCertified Member of the Institute of Property Taxation (CMI)\r\nCertified Tennessee Tax Representative\r\nTexas Senior Appraiser\r\nSenior State Tax Representative in State of Texas'),
(1325, 281, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1326, 281, 'our_team_years_experience', '47 Years\' Experience'),
(1327, 281, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1328, 251, 'our_team_years_experience', '46 Years\' Experience'),
(1329, 251, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1330, 282, 'our_team_position', 'Partner'),
(1331, 282, '_our_team_position', 'field_5ab15b5f1f16a'),
(1332, 282, 'our_team_education', 'University of Michigan, B.S.\r\nDePaul University, L.L.B.'),
(1333, 282, '_our_team_education', 'field_5ab15b6f1f16b'),
(1334, 282, 'our_team_admitted_to_practice_law', 'Illinois\r\nMinnesota\r\nTexas'),
(1335, 282, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1336, 282, 'our_team_experience', '46 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1971 - Present)\r\nVedder Price Law Firm\r\nCook County States Attorney\'s Office\r\nCivil Division\r\nCriminal Division'),
(1337, 282, '_our_team_experience', 'field_5ab15bcc546f2'),
(1338, 282, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Minnesota and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(1339, 282, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1340, 282, 'our_team_years_experience', '46 Years\' Experience'),
(1341, 282, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1342, 257, 'our_team_years_experience', '25 Years\' Experience'),
(1343, 257, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1344, 283, 'our_team_position', 'Senior Attorney & Tax Consultant'),
(1345, 283, '_our_team_position', 'field_5ab15b5f1f16a'),
(1346, 283, 'our_team_education', 'DePaul University, B.S., M.B.A.\r\nJohn Marshall School of Law, J.D.'),
(1347, 283, '_our_team_education', 'field_5ab15b6f1f16b'),
(1348, 283, 'our_team_admitted_to_practice_law', 'Illinois\r\nTexas'),
(1349, 283, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1350, 283, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1995 - Present)\r\nThe Balcor Company\r\nDirector of Property Taxes'),
(1351, 283, '_our_team_experience', 'field_5ab15bcc546f2'),
(1352, 283, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nIllinois Society of Certified Public Accountants\r\nInstitute of Professionals in Taxation (IPT)\r\nCertifications\r\nCertified Public Accountant (CPA)\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative\r\nLevel II Certified Indiana Assessor'),
(1353, 283, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1354, 283, 'our_team_years_experience', '25 Years\' Experience'),
(1355, 283, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1356, 259, 'our_team_years_experience', '19 Years\' Experience'),
(1357, 259, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1358, 284, 'our_team_position', 'Attorney & Tax Consultant'),
(1359, 284, '_our_team_position', 'field_5ab15b5f1f16a'),
(1360, 284, 'our_team_education', 'University of Iowa, B.S.\r\nLoyola University of Chicago, J.D.'),
(1361, 284, '_our_team_education', 'field_5ab15b6f1f16b'),
(1362, 284, 'our_team_admitted_to_practice_law', 'Illinois\r\nCalifornia\r\nFlorida\r\nDistrict of Columbia'),
(1363, 284, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1364, 284, 'our_team_experience', '19 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1997 - Present)'),
(1365, 284, '_our_team_experience', 'field_5ab15bcc546f2'),
(1366, 284, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Calfiornia, Florida and District of Columbia Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)'),
(1367, 284, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1368, 284, 'our_team_years_experience', '19 Years\' Experience'),
(1369, 284, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1370, 272, 'our_team_years_experience', '25 Years\' Experience'),
(1371, 272, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1372, 285, 'our_team_position', 'Tax Consultant'),
(1373, 285, '_our_team_position', 'field_5ab15b5f1f16a'),
(1374, 285, 'our_team_education', 'DePaul University, B.S.'),
(1375, 285, '_our_team_education', 'field_5ab15b6f1f16b'),
(1376, 285, 'our_team_admitted_to_practice_law', ''),
(1377, 285, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1378, 285, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm 1991-Present'),
(1379, 285, '_our_team_experience', 'field_5ab15bcc546f2'),
(1380, 285, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative'),
(1381, 285, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1382, 285, 'our_team_years_experience', '25 Years\' Experience'),
(1383, 285, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1384, 275, 'our_team_years_experience', '33 Years\' Experience'),
(1385, 275, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1386, 286, 'our_team_position', 'Head of Cook County Tax Appeals Division - Senior Tax Consultant'),
(1387, 286, '_our_team_position', 'field_5ab15b5f1f16a'),
(1388, 286, 'our_team_education', 'St. Xavier University, B.A.'),
(1389, 286, '_our_team_education', 'field_5ab15b6f1f16b'),
(1390, 286, 'our_team_admitted_to_practice_law', ''),
(1391, 286, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1392, 286, 'our_team_experience', '33 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm 1994-Present\r\nCook County Assessor\'s Office\r\nDirector of Commercial Division'),
(1393, 286, '_our_team_experience', 'field_5ab15bcc546f2'),
(1394, 286, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illionis Assessing Officer (CIAO)'),
(1395, 286, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1396, 286, 'our_team_years_experience', '33 Years\' Experience'),
(1397, 286, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1398, 277, 'our_team_years_experience', '29 Years\' Experience'),
(1399, 277, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1400, 287, 'our_team_position', 'Real Estate Tax Consultant - Paralegal Manager'),
(1401, 287, '_our_team_position', 'field_5ab15b5f1f16a'),
(1402, 287, 'our_team_education', 'Indiana University, B.S.\r\nLoyola University of Chicago, M.B.A.\r\nRoosevelt University, Paralegal Certificate Program - Specialization: Real Estate and Mortgages'),
(1403, 287, '_our_team_education', 'field_5ab15b6f1f16b'),
(1404, 287, 'our_team_admitted_to_practice_law', ''),
(1405, 287, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1406, 287, 'our_team_experience', '29 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm 1987-Present'),
(1407, 287, '_our_team_experience', 'field_5ab15bcc546f2'),
(1408, 287, 'our_team_member_certifications', ''),
(1409, 287, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1410, 287, 'our_team_years_experience', '29 Years\' Experience'),
(1411, 287, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1423, 262, 'our_team_years_experience', ''),
(1424, 262, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1425, 288, 'our_team_position', 'Attorney & Tax Consultant'),
(1426, 288, '_our_team_position', 'field_5ab15b5f1f16a'),
(1427, 288, 'our_team_education', 'Miami of Ohio University, B.S.\r\nFlorida Coastal School of Law, J.D.'),
(1428, 288, '_our_team_education', 'field_5ab15b6f1f16b'),
(1429, 288, 'our_team_admitted_to_practice_law', 'Illinois\r\nNorth Carolina'),
(1430, 288, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1431, 288, 'our_team_experience', 'Flanagan | Bilton Law Firm\r\nFull time 2012-Present\r\nIntern 2007-2012\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(1432, 288, '_our_team_experience', 'field_5ab15bcc546f2'),
(1433, 288, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois and North Carolina Bar Associations'),
(1434, 288, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1435, 288, 'our_team_years_experience', ''),
(1436, 288, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1437, 270, 'our_team_years_experience', ''),
(1438, 270, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1439, 289, 'our_team_position', 'Attorney & Tax Consultant'),
(1440, 289, '_our_team_position', 'field_5ab15b5f1f16a'),
(1441, 289, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nSt. Thomas University School of Law, J.D.'),
(1442, 289, '_our_team_education', 'field_5ab15b6f1f16b'),
(1443, 289, 'our_team_admitted_to_practice_law', 'Illinois'),
(1444, 289, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1445, 289, 'our_team_experience', 'Flanagan | Bilton Law Firm\r\nAttorney 2017-Present\r\nSears Holdings Corporation\r\nSr. Tax Manager\r\nFinlay Management\r\nAsset Manager'),
(1446, 289, '_our_team_experience', 'field_5ab15bcc546f2'),
(1447, 289, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Chicago, and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Admitted to Practice at the U.S. Tax Court</strong>'),
(1448, 289, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1449, 289, 'our_team_years_experience', ''),
(1450, 289, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1451, 290, 'our_team_position', 'Head of Cook County Tax Appeals Division - Senior Tax Consultant'),
(1452, 290, '_our_team_position', 'field_5ab15b5f1f16a'),
(1453, 290, 'our_team_education', 'St. Xavier University, B.A.'),
(1454, 290, '_our_team_education', 'field_5ab15b6f1f16b'),
(1455, 290, 'our_team_admitted_to_practice_law', ''),
(1456, 290, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1457, 290, 'our_team_experience', '33 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm 1994-Present\r\nCook County Assessor\'s Office\r\nDirector of Commercial Division'),
(1458, 290, '_our_team_experience', 'field_5ab15bcc546f2'),
(1459, 290, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)'),
(1460, 290, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1461, 290, 'our_team_years_experience', '33 Years\' Experience'),
(1462, 290, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1463, 266, 'our_team_years_experience', ''),
(1464, 266, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1465, 291, 'our_team_position', 'Attorney & Tax Consultant'),
(1466, 291, '_our_team_position', 'field_5ab15b5f1f16a'),
(1467, 291, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nChicago-Kent College of Law, J.D.'),
(1468, 291, '_our_team_education', 'field_5ab15b6f1f16b'),
(1469, 291, 'our_team_admitted_to_practice_law', 'Illinois\r\nNew York\r\nNew Jersey\r\nNebraska'),
(1470, 291, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1471, 291, 'our_team_experience', 'Flanagan | Bilton Law Firm\r\nFull time 2014-Present\r\nIntern 2011-2014\r\nNew York Yankees\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(1472, 291, '_our_team_experience', 'field_5ab15bcc546f2'),
(1473, 291, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, New York, New Jersey, and Nebraska Bar Associations'),
(1474, 291, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1475, 291, 'our_team_years_experience', ''),
(1476, 291, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1477, 292, 'our_team_position', 'Attorney & Tax Consultant'),
(1478, 292, '_our_team_position', 'field_5ab15b5f1f16a'),
(1479, 292, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nSt. Thomas University School of Law, J.D.'),
(1480, 292, '_our_team_education', 'field_5ab15b6f1f16b'),
(1481, 292, 'our_team_admitted_to_practice_law', 'Illinois'),
(1482, 292, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1483, 292, 'our_team_experience', 'Flanagan | Bilton Law Firm\r\nAttorney 2017-Present\r\nSears Holdings Corporation\r\nSr. Tax Manager\r\nFinlay Management\r\nAsset Manager'),
(1484, 292, '_our_team_experience', 'field_5ab15bcc546f2'),
(1485, 292, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Chicago, and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Admitted to Practice at the U.S. Tax Court</strong>'),
(1486, 292, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1487, 292, 'our_team_years_experience', ''),
(1488, 292, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1489, 293, 'our_team_position', 'Attorney & Tax Consultant'),
(1490, 293, '_our_team_position', 'field_5ab15b5f1f16a'),
(1491, 293, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nSt. Thomas University School of Law, J.D.'),
(1492, 293, '_our_team_education', 'field_5ab15b6f1f16b'),
(1493, 293, 'our_team_admitted_to_practice_law', 'Illinois'),
(1494, 293, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1495, 293, 'our_team_experience', '<strong>Flanagan | Bilton Law Firm</strong>, Attorney (2017-Present)\r\n<strong>Sears Holdings Corporation</strong>, Sr. Tax Manager\r\n<strong>Finlay Management</strong>, Asset Manager'),
(1496, 293, '_our_team_experience', 'field_5ab15bcc546f2'),
(1497, 293, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Chicago, and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Admitted to Practice at the U.S. Tax Court</strong>'),
(1498, 293, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1499, 293, 'our_team_years_experience', ''),
(1500, 293, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1501, 294, '_wp_attached_file', '2018/03/Thomas-Flanagan.jpg'),
(1502, 294, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:294;s:4:\"file\";s:27:\"2018/03/Thomas-Flanagan.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Thomas-Flanagan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352200031\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1504, 295, '_wp_attached_file', '2018/03/Huan-Cassioppi-Tran.jpg'),
(1505, 295, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:294;s:4:\"file\";s:31:\"2018/03/Huan-Cassioppi-Tran.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Huan-Cassioppi-Tran-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352198326\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1506, 296, '_wp_attached_file', '2018/03/Mike-Flanagan.jpg'),
(1507, 296, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:294;s:4:\"file\";s:25:\"2018/03/Mike-Flanagan.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Mike-Flanagan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352197488\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1508, 297, '_wp_attached_file', '2018/03/Robert-Pernai.jpg'),
(1509, 297, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:294;s:4:\"file\";s:25:\"2018/03/Robert-Pernai.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Robert-Pernai-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352197144\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1510, 298, '_wp_attached_file', '2018/03/SperoKopitas.jpg'),
(1511, 298, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:294;s:4:\"file\";s:24:\"2018/03/SperoKopitas.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SperoKopitas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352196796\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1512, 299, '_wp_attached_file', '2018/03/Tom-Flanagan.jpg'),
(1513, 299, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:294;s:4:\"file\";s:24:\"2018/03/Tom-Flanagan.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Tom-Flanagan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D2X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1399975062\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1514, 259, '_thumbnail_id', '295'),
(1515, 257, '_thumbnail_id', '297'),
(1516, 262, '_thumbnail_id', '296'),
(1517, 264, '_thumbnail_id', '299'),
(1518, 264, 'our_team_years_experience', ''),
(1519, 264, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1520, 265, 'our_team_years_experience', ''),
(1521, 265, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1522, 272, '_thumbnail_id', '298'),
(1523, 300, 'software_demo_subtitle', 'Sub Headline Text goes here'),
(1524, 300, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(1525, 300, 'software_demo_content', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tincidunt mi urna, sit amet ultrices turpis ornare nec. Sed at lobortis odio, rutrum molestie risus.'),
(1526, 300, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(1527, 300, 'software_demo_block_01_software_demo_extra_title_two', ''),
(1528, 300, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(1529, 300, 'software_demo_block_01_software_demo_extra_content_two', ''),
(1530, 300, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(1531, 300, 'software_demo_block_01', ''),
(1532, 300, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(1533, 300, 'hero_title', ''),
(1534, 300, '_hero_title', 'field_5aa041472edc6'),
(1535, 300, 'hero_subtitle', ''),
(1536, 300, '_hero_subtitle', 'field_5aa041672edc7'),
(1537, 300, 'hero_description', ''),
(1538, 300, '_hero_description', 'field_5aa0417fa5b60'),
(1539, 300, 'software_demo_block_01_software_demo_extra_headline_one', 'HeadLine'),
(1540, 300, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(1541, 300, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada lobortis laoreet. In suscipit venenatis viverra. Quisque cursus, dolor nec ornare imperdiet, erat leo auctor neque, eu iaculis metus purus eu quam. Nam ullamcorper, sem eget gravida finibus, dui nisl tincidunt purus, vel sollicitudin diam orci suscipit urna.'),
(1542, 300, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(1543, 300, 'software_demo_block_01_software_demo_extra_subheader_one', 'Sub Header '),
(1544, 300, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(1545, 300, 'software_demo_block_01_software_demo_extra_subheader_content_one', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada lobortis laoreet. In suscipit venenatis viverra. Quisque cursus.'),
(1546, 300, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(1547, 300, 'software_demo_video_image', '177'),
(1548, 300, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(1549, 300, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(1550, 300, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(1551, 312, 'hero_title', 'F|B Advantage'),
(1552, 312, '_hero_title', 'field_5aa041472edc6'),
(1553, 312, 'hero_subtitle', 'Our Expertise is Your Advantage…'),
(1554, 312, '_hero_subtitle', 'field_5aa041672edc7'),
(1555, 312, 'hero_description', 'Flanagan | Bilton LLC clients have saved more than $1 billion in property taxes on properties valued at more than $30 billion.'),
(1556, 312, '_hero_description', 'field_5aa0417fa5b60'),
(1557, 312, 'page_image', '219'),
(1558, 312, '_page_image', 'field_5aafcb39bb2a0'),
(1559, 313, 'hero_title', 'COLLABORATION'),
(1560, 313, '_hero_title', 'field_5aa041472edc6'),
(1561, 313, 'hero_subtitle', ''),
(1562, 313, '_hero_subtitle', 'field_5aa041672edc7'),
(1563, 313, 'hero_description', 'It\'s what makes our firm different.'),
(1564, 313, '_hero_description', 'field_5aa0417fa5b60'),
(1565, 313, 'home_about_title', 'About Us'),
(1566, 313, '_home_about_title', 'field_5aa28d10c0130'),
(1567, 313, 'home_about_body', ''),
(1568, 313, '_home_about_body', 'field_5aa28d25c0131'),
(1569, 313, 'home_about_background_image', '93'),
(1570, 313, '_home_about_background_image', 'field_5aa28d77c0133'),
(1571, 313, 'home_about_icon', '136'),
(1572, 313, '_home_about_icon', 'field_5aa28d47c0132'),
(1573, 313, 'home_about_show', '1'),
(1574, 313, '_home_about_show', 'field_5aa67ae7ddcf5'),
(1575, 313, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(1576, 313, '_home_about_content', 'field_5aa28d25c0131'),
(1577, 313, 'home_pratice_area_title', 'Practice Areas'),
(1578, 313, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(1579, 313, 'home_practice_area_button_text', 'Learn More'),
(1580, 313, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(1581, 313, 'home_practice_area_show', '1'),
(1582, 313, '_home_practice_area_show', 'field_5aa6e1940d151'),
(1583, 313, 'home_practice_area_background', '144'),
(1584, 313, '_home_practice_area_background', 'field_5aabc2cd9a37c'),
(1585, 314, 'hero_title', 'HEADLINE GOES HERE'),
(1586, 314, '_hero_title', 'field_5aa041472edc6'),
(1587, 314, 'hero_subtitle', ''),
(1588, 314, '_hero_subtitle', 'field_5aa041672edc7'),
(1589, 314, 'hero_description', 'Collaboration is what makes our firm different.'),
(1590, 314, '_hero_description', 'field_5aa0417fa5b60'),
(1591, 314, 'home_about_title', 'About Us'),
(1592, 314, '_home_about_title', 'field_5aa28d10c0130'),
(1593, 314, 'home_about_body', ''),
(1594, 314, '_home_about_body', 'field_5aa28d25c0131'),
(1595, 314, 'home_about_background_image', '93'),
(1596, 314, '_home_about_background_image', 'field_5aa28d77c0133'),
(1597, 314, 'home_about_icon', '136'),
(1598, 314, '_home_about_icon', 'field_5aa28d47c0132'),
(1599, 314, 'home_about_show', '1'),
(1600, 314, '_home_about_show', 'field_5aa67ae7ddcf5'),
(1601, 314, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(1602, 314, '_home_about_content', 'field_5aa28d25c0131'),
(1603, 314, 'home_pratice_area_title', 'Practice Areas'),
(1604, 314, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(1605, 314, 'home_practice_area_button_text', 'Learn More'),
(1606, 314, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(1607, 314, 'home_practice_area_show', '1'),
(1608, 314, '_home_practice_area_show', 'field_5aa6e1940d151'),
(1609, 314, 'home_practice_area_background', '144'),
(1610, 314, '_home_practice_area_background', 'field_5aabc2cd9a37c'),
(1611, 315, 'page_image', ''),
(1612, 315, '_page_image', 'field_5aafcb39bb2a0'),
(1613, 315, 'hero_title', 'MEET OUR TEAM'),
(1614, 315, '_hero_title', 'field_5aa041472edc6'),
(1615, 315, 'hero_subtitle', ''),
(1616, 315, '_hero_subtitle', 'field_5aa041672edc7'),
(1617, 315, 'hero_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tincidunt mi urna, sit amet ultrices turpis ornare nec. Sed at lobortis odio, rutrum molestie risus. '),
(1618, 315, '_hero_description', 'field_5aa0417fa5b60'),
(1619, 316, 'page_image', ''),
(1620, 316, '_page_image', 'field_5aafcb39bb2a0'),
(1621, 316, 'hero_title', 'MEET OUR TEAM'),
(1622, 316, '_hero_title', 'field_5aa041472edc6'),
(1623, 316, 'hero_subtitle', ''),
(1624, 316, '_hero_subtitle', 'field_5aa041672edc7'),
(1625, 316, 'hero_description', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. They are the key to providing the full range of service capabilities our clients need by working together as integrated, collaborative teams with each member drawing from a unique set of talents.'),
(1626, 316, '_hero_description', 'field_5aa0417fa5b60'),
(1627, 317, 'hero_title', ''),
(1628, 317, '_hero_title', 'field_5aa041472edc6'),
(1629, 317, 'hero_subtitle', ''),
(1630, 317, '_hero_subtitle', 'field_5aa041672edc7'),
(1631, 317, 'hero_description', ''),
(1632, 317, '_hero_description', 'field_5aa0417fa5b60'),
(1633, 317, 'contact_us_subtitle', 'HOW CAN WE HELP?'),
(1634, 317, '_contact_us_subtitle', 'field_5ab114a90e86c'),
(1635, 317, 'contact_us_sub_headline', ''),
(1636, 317, '_contact_us_sub_headline', 'field_5ab114b70e86d'),
(1637, 317, 'contact_us_content', 'For more information, you can contact our Chicago office by phone, fax or email.'),
(1638, 317, '_contact_us_content', 'field_5ab114c80e86e'),
(1639, 317, 'contact_us_info', 'Flanagan | Bilton LLC\r\n500 N Dearborn St, Suite 400\r\nChicago, IL 60654\r\n\r\n(312) 782-5000 | phone\r\n(312) 565-0821 | fax\r\ninfo@flanaganbilton.com'),
(1640, 317, '_contact_us_info', 'field_5ab114d60e86f'),
(1641, 318, 'pay_my_invoce_subtitle', ''),
(1642, 318, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(1643, 318, 'pay_my_invoce_content', ''),
(1644, 318, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(1645, 318, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(1646, 318, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(1647, 318, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(1648, 318, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(1649, 318, 'pay_my_invoce_block_01', ''),
(1650, 318, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(1651, 318, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(1652, 318, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(1653, 318, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to: Flanagan Bilton, LLC\r\n\r\nFlanagan | Bilton, LLC 500 N Dearborn Street, Suite 400 Chicago, IL 60654'),
(1654, 318, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(1655, 318, 'pay_my_invoce_block_02', ''),
(1656, 318, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(1657, 318, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(1658, 318, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(1659, 318, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'Call 312-540-5640 Lakeside Bank 55 W Wacker Dr Chicago, IL 60654\r\n\r\nFlanagan | Bilton, LLC 500 N Dearborn Street, Suite 400 Chicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(1660, 318, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(1661, 318, 'pay_my_invoce_block_03', ''),
(1662, 318, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(1663, 318, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(1664, 318, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(1665, 318, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(1666, 318, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(1667, 319, 'software_demo_subtitle', ''),
(1668, 319, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(1669, 319, 'software_demo_content', ''),
(1670, 319, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(1671, 319, 'software_demo_block_01_software_demo_extra_title_two', ''),
(1672, 319, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(1673, 319, 'software_demo_block_01_software_demo_extra_content_two', ''),
(1674, 319, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(1675, 319, 'software_demo_block_01', ''),
(1676, 319, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(1677, 319, 'hero_title', ''),
(1678, 319, '_hero_title', 'field_5aa041472edc6'),
(1679, 319, 'hero_subtitle', ''),
(1680, 319, '_hero_subtitle', 'field_5aa041672edc7'),
(1681, 319, 'hero_description', ''),
(1682, 319, '_hero_description', 'field_5aa0417fa5b60'),
(1683, 319, 'software_demo_block_01_software_demo_extra_headline_one', ''),
(1684, 319, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(1685, 319, 'software_demo_block_01_software_demo_extra_headline_content_one', ''),
(1686, 319, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(1687, 319, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(1688, 319, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(1689, 319, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(1690, 319, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(1691, 319, 'software_demo_video_image', '177'),
(1692, 319, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(1693, 319, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(1694, 319, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(1695, 320, 'software_demo_subtitle', ''),
(1696, 320, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(1697, 320, 'software_demo_content', 'We\'ve made it easy to access the FB Portfolio manager.'),
(1698, 320, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(1699, 320, 'software_demo_block_01_software_demo_extra_title_two', ''),
(1700, 320, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(1701, 320, 'software_demo_block_01_software_demo_extra_content_two', ''),
(1702, 320, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(1703, 320, 'software_demo_block_01', ''),
(1704, 320, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(1705, 320, 'hero_title', ''),
(1706, 320, '_hero_title', 'field_5aa041472edc6'),
(1707, 320, 'hero_subtitle', ''),
(1708, 320, '_hero_subtitle', 'field_5aa041672edc7'),
(1709, 320, 'hero_description', ''),
(1710, 320, '_hero_description', 'field_5aa0417fa5b60'),
(1711, 320, 'software_demo_block_01_software_demo_extra_headline_one', ''),
(1712, 320, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(1713, 320, 'software_demo_block_01_software_demo_extra_headline_content_one', ''),
(1714, 320, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(1715, 320, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(1716, 320, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(1717, 320, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(1718, 320, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(1719, 320, 'software_demo_video_image', '177'),
(1720, 320, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(1721, 320, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(1722, 320, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(1723, 321, 'software_demo_subtitle', ''),
(1724, 321, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(1725, 321, 'software_demo_content', 'See how the FB Portfolio Manager can support your needs.'),
(1726, 321, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(1727, 321, 'software_demo_block_01_software_demo_extra_title_two', ''),
(1728, 321, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(1729, 321, 'software_demo_block_01_software_demo_extra_content_two', ''),
(1730, 321, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(1731, 321, 'software_demo_block_01', ''),
(1732, 321, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(1733, 321, 'hero_title', ''),
(1734, 321, '_hero_title', 'field_5aa041472edc6'),
(1735, 321, 'hero_subtitle', ''),
(1736, 321, '_hero_subtitle', 'field_5aa041672edc7'),
(1737, 321, 'hero_description', ''),
(1738, 321, '_hero_description', 'field_5aa0417fa5b60'),
(1739, 321, 'software_demo_block_01_software_demo_extra_headline_one', ''),
(1740, 321, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(1741, 321, 'software_demo_block_01_software_demo_extra_headline_content_one', ''),
(1742, 321, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(1743, 321, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(1744, 321, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(1745, 321, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(1746, 321, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(1747, 321, 'software_demo_video_image', '177'),
(1748, 321, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(1749, 321, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(1750, 321, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(1751, 322, 'software_demo_subtitle', ''),
(1752, 322, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(1753, 322, 'software_demo_content', 'See what the Flanagan Bilton Portfolio Manager has to offer.'),
(1754, 322, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(1755, 322, 'software_demo_block_01_software_demo_extra_title_two', ''),
(1756, 322, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(1757, 322, 'software_demo_block_01_software_demo_extra_content_two', ''),
(1758, 322, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(1759, 322, 'software_demo_block_01', ''),
(1760, 322, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(1761, 322, 'hero_title', ''),
(1762, 322, '_hero_title', 'field_5aa041472edc6'),
(1763, 322, 'hero_subtitle', ''),
(1764, 322, '_hero_subtitle', 'field_5aa041672edc7'),
(1765, 322, 'hero_description', ''),
(1766, 322, '_hero_description', 'field_5aa0417fa5b60'),
(1767, 322, 'software_demo_block_01_software_demo_extra_headline_one', ''),
(1768, 322, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(1769, 322, 'software_demo_block_01_software_demo_extra_headline_content_one', ''),
(1770, 322, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(1771, 322, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(1772, 322, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(1773, 322, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(1774, 322, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(1775, 322, 'software_demo_video_image', '177'),
(1776, 322, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(1777, 322, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(1778, 322, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(1779, 323, '_wp_attached_file', '2018/03/pay-my-invoice-1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1780, 323, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:905;s:4:\"file\";s:28:\"2018/03/pay-my-invoice-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"pay-my-invoice-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"pay-my-invoice-1-768x632.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:29:\"pay-my-invoice-1-1000x905.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:28:\"pay-my-invoice-1-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"page-image-cover\";a:4:{s:4:\"file\";s:29:\"pay-my-invoice-1-1100x370.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"fb-advantage\";a:4:{s:4:\"file\";s:28:\"pay-my-invoice-1-955x675.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"our-team\";a:4:{s:4:\"file\";s:28:\"pay-my-invoice-1-308x308.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1785, 326, '_wp_attached_file', '2018/03/teampageHeader.jpg'),
(1786, 326, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2018/03/teampageHeader.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"teampageHeader-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"teampageHeader-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:27:\"teampageHeader-1000x700.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:26:\"teampageHeader-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"page-image-cover\";a:4:{s:4:\"file\";s:27:\"teampageHeader-1300x370.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"fb-advantage\";a:4:{s:4:\"file\";s:26:\"teampageHeader-955x675.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"our-team\";a:4:{s:4:\"file\";s:26:\"teampageHeader-308x308.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1787, 327, 'page_image', ''),
(1788, 327, '_page_image', 'field_5aafcb39bb2a0'),
(1789, 327, 'hero_title', 'MEET OUR TEAM'),
(1790, 327, '_hero_title', 'field_5aa041472edc6'),
(1791, 327, 'hero_subtitle', 'Collaboration. It\'s what makes our firm different.'),
(1792, 327, '_hero_subtitle', 'field_5aa041672edc7'),
(1793, 327, 'hero_description', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. They are the key to providing the full range of service capabilities our clients need by working together as integrated, collaborative teams with each member drawing from a unique set of talents.'),
(1794, 327, '_hero_description', 'field_5aa0417fa5b60'),
(1795, 328, 'page_image', ''),
(1796, 328, '_page_image', 'field_5aafcb39bb2a0'),
(1797, 328, 'hero_title', 'MEET OUR TEAM'),
(1798, 328, '_hero_title', 'field_5aa041472edc6'),
(1799, 328, 'hero_subtitle', ''),
(1800, 328, '_hero_subtitle', 'field_5aa041672edc7'),
(1801, 328, 'hero_description', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. They are the key to providing the full range of service capabilities our clients need by working together as integrated, collaborative teams with each member drawing from a unique set of talents.'),
(1802, 328, '_hero_description', 'field_5aa0417fa5b60'),
(1803, 329, 'software_demo_subtitle', 'F|B Portfolio Manager'),
(1804, 329, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(1805, 329, 'software_demo_content', 'See what the Flanagan Bilton Portfolio Manager has to offer.'),
(1806, 329, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(1807, 329, 'software_demo_block_01_software_demo_extra_title_two', ''),
(1808, 329, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(1809, 329, 'software_demo_block_01_software_demo_extra_content_two', ''),
(1810, 329, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(1811, 329, 'software_demo_block_01', ''),
(1812, 329, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(1813, 329, 'hero_title', ''),
(1814, 329, '_hero_title', 'field_5aa041472edc6'),
(1815, 329, 'hero_subtitle', ''),
(1816, 329, '_hero_subtitle', 'field_5aa041672edc7'),
(1817, 329, 'hero_description', ''),
(1818, 329, '_hero_description', 'field_5aa0417fa5b60'),
(1819, 329, 'software_demo_block_01_software_demo_extra_headline_one', ''),
(1820, 329, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(1821, 329, 'software_demo_block_01_software_demo_extra_headline_content_one', ''),
(1822, 329, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(1823, 329, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(1824, 329, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(1825, 329, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(1826, 329, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(1827, 329, 'software_demo_video_image', '177'),
(1828, 329, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(1829, 329, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(1830, 329, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(1831, 330, 'software_demo_subtitle', 'F|B Portfolio Manager'),
(1832, 330, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(1833, 330, 'software_demo_content', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(1834, 330, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(1835, 330, 'software_demo_block_01_software_demo_extra_title_two', ''),
(1836, 330, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(1837, 330, 'software_demo_block_01_software_demo_extra_content_two', ''),
(1838, 330, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(1839, 330, 'software_demo_block_01', ''),
(1840, 330, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(1841, 330, 'hero_title', ''),
(1842, 330, '_hero_title', 'field_5aa041472edc6'),
(1843, 330, 'hero_subtitle', ''),
(1844, 330, '_hero_subtitle', 'field_5aa041672edc7'),
(1845, 330, 'hero_description', ''),
(1846, 330, '_hero_description', 'field_5aa0417fa5b60'),
(1847, 330, 'software_demo_block_01_software_demo_extra_headline_one', ''),
(1848, 330, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(1849, 330, 'software_demo_block_01_software_demo_extra_headline_content_one', ''),
(1850, 330, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(1851, 330, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(1852, 330, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(1853, 330, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(1854, 330, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(1855, 330, 'software_demo_video_image', '177'),
(1856, 330, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(1857, 330, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(1858, 330, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(1859, 331, '_wp_attached_file', '2018/03/logo-white.svg'),
(1860, 332, 'hero_title', 'HEADLINE GOES HERE'),
(1861, 332, '_hero_title', 'field_5aa041472edc6'),
(1862, 332, 'hero_subtitle', ''),
(1863, 332, '_hero_subtitle', 'field_5aa041672edc7'),
(1864, 332, 'hero_description', 'Collaboration is what makes our firm different.'),
(1865, 332, '_hero_description', 'field_5aa0417fa5b60'),
(1866, 332, 'home_about_title', 'About Us'),
(1867, 332, '_home_about_title', 'field_5aa28d10c0130'),
(1868, 332, 'home_about_body', ''),
(1869, 332, '_home_about_body', 'field_5aa28d25c0131'),
(1870, 332, 'home_about_background_image', '93'),
(1871, 332, '_home_about_background_image', 'field_5aa28d77c0133'),
(1872, 332, 'home_about_icon', '331'),
(1873, 332, '_home_about_icon', 'field_5aa28d47c0132'),
(1874, 332, 'home_about_show', '1'),
(1875, 332, '_home_about_show', 'field_5aa67ae7ddcf5'),
(1876, 332, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(1877, 332, '_home_about_content', 'field_5aa28d25c0131'),
(1878, 332, 'home_pratice_area_title', 'Practice Areas'),
(1879, 332, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(1880, 332, 'home_practice_area_button_text', 'Learn More'),
(1881, 332, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(1882, 332, 'home_practice_area_show', '1'),
(1883, 332, '_home_practice_area_show', 'field_5aa6e1940d151'),
(1884, 332, 'home_practice_area_background', '144'),
(1885, 332, '_home_practice_area_background', 'field_5aabc2cd9a37c'),
(1886, 333, '_wp_attached_file', '2018/03/Charlotte.jpg'),
(1887, 333, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2018/03/Charlotte.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Charlotte-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Charlotte-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:22:\"Charlotte-1000x700.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:21:\"Charlotte-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"page-image-cover\";a:4:{s:4:\"file\";s:22:\"Charlotte-1300x370.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"fb-advantage\";a:4:{s:4:\"file\";s:21:\"Charlotte-955x675.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"our-team\";a:4:{s:4:\"file\";s:21:\"Charlotte-308x308.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1888, 334, '_edit_last', '2'),
(1889, 334, '_edit_lock', '1524064625:2'),
(1894, 338, '_wp_attached_file', '2018/03/New-York.jpg'),
(1895, 338, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2018/03/New-York.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"New-York-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"New-York-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:21:\"New-York-1000x700.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:20:\"New-York-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"page-image-cover\";a:4:{s:4:\"file\";s:21:\"New-York-1300x370.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"fb-advantage\";a:4:{s:4:\"file\";s:20:\"New-York-955x675.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"our-team\";a:4:{s:4:\"file\";s:20:\"New-York-308x308.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1896, 90, '_thumbnail_id', '338'),
(1900, 340, '_edit_lock', '1522095303:2'),
(1901, 340, '_edit_last', '2'),
(1902, 341, '_wp_attached_file', '2018/03/Dallas-1.jpg'),
(1903, 341, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2018/03/Dallas-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Dallas-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Dallas-1-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:21:\"Dallas-1-1000x700.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:20:\"Dallas-1-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"page-image-cover\";a:4:{s:4:\"file\";s:21:\"Dallas-1-1300x370.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"fb-advantage\";a:4:{s:4:\"file\";s:20:\"Dallas-1-955x675.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"our-team\";a:4:{s:4:\"file\";s:20:\"Dallas-1-308x308.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1904, 340, '_thumbnail_id', '341'),
(1905, 343, '_edit_lock', '1522095329:2'),
(1906, 343, '_edit_last', '2'),
(1907, 343, '_thumbnail_id', '333'),
(1908, 345, '_wp_attached_file', '2018/03/rectangle-6.jpg'),
(1909, 345, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2018/03/rectangle-6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rectangle-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"rectangle-6-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:24:\"rectangle-6-1000x700.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:23:\"rectangle-6-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"page-image-cover\";a:4:{s:4:\"file\";s:24:\"rectangle-6-1300x370.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"fb-advantage\";a:4:{s:4:\"file\";s:23:\"rectangle-6-955x675.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"our-team\";a:4:{s:4:\"file\";s:23:\"rectangle-6-308x308.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1910, 14, '_thumbnail_id', '345'),
(1911, 347, 'our_team_content_our_team_position', ''),
(1912, 347, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(1913, 347, 'our_team_content_our_team_education', ''),
(1914, 347, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(1915, 347, 'our_team_content_our_team_admitted_to_practice_law', ''),
(1916, 347, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(1917, 347, 'our_team_content_our_team_experience', ''),
(1918, 347, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(1919, 347, 'our_team_content_our_team_member_certifications', ''),
(1920, 347, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(1921, 347, 'our_team_content', ''),
(1922, 347, '_our_team_content', 'field_5ab158b2b45e5'),
(1923, 347, 'our_team_position', 'Managing Partner'),
(1924, 347, '_our_team_position', 'field_5ab15b5f1f16a'),
(1925, 347, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(1926, 347, '_our_team_education', 'field_5ab15b6f1f16b'),
(1927, 347, 'our_team_admitted_to_practice_law', 'Illinois'),
(1928, 347, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1929, 347, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1968 - Present)\r\nCook County States Attorney\'s Office\r\nCondemation Division\r\nCriminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(1930, 347, '_our_team_experience', 'field_5ab15bcc546f2'),
(1931, 347, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(1932, 347, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1933, 347, 'our_team_years_experience', '48 Years\' Experience'),
(1934, 347, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1935, 348, 'our_team_content_our_team_position', ''),
(1936, 348, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(1937, 348, 'our_team_content_our_team_education', ''),
(1938, 348, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(1939, 348, 'our_team_content_our_team_admitted_to_practice_law', ''),
(1940, 348, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(1941, 348, 'our_team_content_our_team_experience', ''),
(1942, 348, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(1943, 348, 'our_team_content_our_team_member_certifications', ''),
(1944, 348, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(1945, 348, 'our_team_content', ''),
(1946, 348, '_our_team_content', 'field_5ab158b2b45e5'),
(1947, 348, 'our_team_position', 'Managing Partner'),
(1948, 348, '_our_team_position', 'field_5ab15b5f1f16a'),
(1949, 348, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(1950, 348, '_our_team_education', 'field_5ab15b6f1f16b'),
(1951, 348, 'our_team_admitted_to_practice_law', 'Illinois'),
(1952, 348, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(1953, 348, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1968 - Present)\r\nCook County States Attorney\'s Office\r\nCondemation Division\r\nCriminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(1954, 348, '_our_team_experience', 'field_5ab15bcc546f2'),
(1955, 348, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(1956, 348, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(1957, 348, 'our_team_years_experience', '48 Years\' Experience'),
(1958, 348, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(1959, 349, 'hero_title', 'National Property Tax Consulting & Law Firm Since 1968'),
(1960, 349, '_hero_title', 'field_5aa041472edc6'),
(1961, 349, 'hero_subtitle', ''),
(1962, 349, '_hero_subtitle', 'field_5aa041672edc7'),
(1963, 349, 'hero_description', 'Collaboration is what makes our firm different.'),
(1964, 349, '_hero_description', 'field_5aa0417fa5b60'),
(1965, 349, 'home_about_title', 'About Us'),
(1966, 349, '_home_about_title', 'field_5aa28d10c0130'),
(1967, 349, 'home_about_body', ''),
(1968, 349, '_home_about_body', 'field_5aa28d25c0131'),
(1969, 349, 'home_about_background_image', '93'),
(1970, 349, '_home_about_background_image', 'field_5aa28d77c0133'),
(1971, 349, 'home_about_icon', '331'),
(1972, 349, '_home_about_icon', 'field_5aa28d47c0132'),
(1973, 349, 'home_about_show', '1'),
(1974, 349, '_home_about_show', 'field_5aa67ae7ddcf5'),
(1975, 349, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(1976, 349, '_home_about_content', 'field_5aa28d25c0131'),
(1977, 349, 'home_pratice_area_title', 'Practice Areas'),
(1978, 349, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(1979, 349, 'home_practice_area_button_text', 'Learn More'),
(1980, 349, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(1981, 349, 'home_practice_area_show', '1'),
(1982, 349, '_home_practice_area_show', 'field_5aa6e1940d151'),
(1983, 349, 'home_practice_area_background', '144'),
(1984, 349, '_home_practice_area_background', 'field_5aabc2cd9a37c'),
(1985, 350, 'our_team_content_our_team_position', ''),
(1986, 350, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(1987, 350, 'our_team_content_our_team_education', ''),
(1988, 350, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(1989, 350, 'our_team_content_our_team_admitted_to_practice_law', ''),
(1990, 350, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(1991, 350, 'our_team_content_our_team_experience', ''),
(1992, 350, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(1993, 350, 'our_team_content_our_team_member_certifications', ''),
(1994, 350, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(1995, 350, 'our_team_content', ''),
(1996, 350, '_our_team_content', 'field_5ab158b2b45e5'),
(1997, 350, 'our_team_position', 'Managing Partner'),
(1998, 350, '_our_team_position', 'field_5ab15b5f1f16a'),
(1999, 350, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(2000, 350, '_our_team_education', 'field_5ab15b6f1f16b'),
(2001, 350, 'our_team_admitted_to_practice_law', 'Illinois'),
(2002, 350, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2003, 350, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\n<strong>Flanagan | Bilton Law Firm</strong>, Managing Partner (1968 - Present)\r\nCook County States Attorney\'s Office\r\nCondemation Division\r\nCriminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(2004, 350, '_our_team_experience', 'field_5ab15bcc546f2'),
(2005, 350, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(2006, 350, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2007, 350, 'our_team_years_experience', '48 Years\' Experience'),
(2008, 350, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2009, 351, 'our_team_content_our_team_position', ''),
(2010, 351, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(2011, 351, 'our_team_content_our_team_education', ''),
(2012, 351, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(2013, 351, 'our_team_content_our_team_admitted_to_practice_law', ''),
(2014, 351, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(2015, 351, 'our_team_content_our_team_experience', ''),
(2016, 351, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(2017, 351, 'our_team_content_our_team_member_certifications', ''),
(2018, 351, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(2019, 351, 'our_team_content', ''),
(2020, 351, '_our_team_content', 'field_5ab158b2b45e5'),
(2021, 351, 'our_team_position', 'Managing Partner'),
(2022, 351, '_our_team_position', 'field_5ab15b5f1f16a'),
(2023, 351, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(2024, 351, '_our_team_education', 'field_5ab15b6f1f16b'),
(2025, 351, 'our_team_admitted_to_practice_law', 'Illinois'),
(2026, 351, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2027, 351, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1968 - Present)\r\nCook County States Attorney\'s Office\r\nCondemation Division\r\nCriminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(2028, 351, '_our_team_experience', 'field_5ab15bcc546f2'),
(2029, 351, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(2030, 351, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2031, 351, 'our_team_years_experience', '48 Years\' Experience'),
(2032, 351, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2033, 352, 'our_team_position', 'Partner'),
(2034, 352, '_our_team_position', 'field_5ab15b5f1f16a'),
(2035, 352, 'our_team_education', 'University of Michigan, B.S.\r\nDePaul University, L.L.B.'),
(2036, 352, '_our_team_education', 'field_5ab15b6f1f16b'),
(2037, 352, 'our_team_admitted_to_practice_law', 'Illinois\r\nMinnesota\r\nTexas'),
(2038, 352, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2039, 352, 'our_team_experience', '46 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, (1971 - Present)\r\nVedder Price Law Firm\r\nCook County States Attorney\'s Office\r\nCivil Division\r\nCriminal Division'),
(2040, 352, '_our_team_experience', 'field_5ab15bcc546f2'),
(2041, 352, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Minnesota and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(2042, 352, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2043, 352, 'our_team_years_experience', '46 Years\' Experience'),
(2044, 352, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2045, 353, 'our_team_position', 'Head of National Tax Appeals Division - Senior Tax Consultant'),
(2046, 353, '_our_team_position', 'field_5ab15b5f1f16a'),
(2047, 353, 'our_team_education', 'University of Iowa, B.S.'),
(2048, 353, '_our_team_education', 'field_5ab15b6f1f16b'),
(2049, 353, 'our_team_admitted_to_practice_law', ''),
(2050, 353, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2051, 353, 'our_team_experience', '47 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, (1997 - Present)\r\nCook County Assessor\'s Office\r\nDirector\r\nHead of Commercial Division for Tax Appeals'),
(2052, 353, '_our_team_experience', 'field_5ab15bcc546f2'),
(2053, 353, 'our_team_member_certifications', '<strong>Membership</strong>\r\nPresidential Citation and 30 year member of the International Association of Assessing Officers (IAAO)\r\nExecutive Board of IAAO\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)\r\nCertified Member of the Institute of Property Taxation (CMI)\r\nCertified Tennessee Tax Representative\r\nTexas Senior Appraiser\r\nSenior State Tax Representative in State of Texas'),
(2054, 353, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2055, 353, 'our_team_years_experience', '47 Years\' Experience'),
(2056, 353, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2057, 354, 'hero_title', 'National Property Tax Consulting & Law Firm'),
(2058, 354, '_hero_title', 'field_5aa041472edc6'),
(2059, 354, 'hero_subtitle', ''),
(2060, 354, '_hero_subtitle', 'field_5aa041672edc7'),
(2061, 354, 'hero_description', 'Collaboration is what makes our firm different.'),
(2062, 354, '_hero_description', 'field_5aa0417fa5b60'),
(2063, 354, 'home_about_title', 'About Us'),
(2064, 354, '_home_about_title', 'field_5aa28d10c0130'),
(2065, 354, 'home_about_body', ''),
(2066, 354, '_home_about_body', 'field_5aa28d25c0131'),
(2067, 354, 'home_about_background_image', '93'),
(2068, 354, '_home_about_background_image', 'field_5aa28d77c0133'),
(2069, 354, 'home_about_icon', '331'),
(2070, 354, '_home_about_icon', 'field_5aa28d47c0132'),
(2071, 354, 'home_about_show', '1'),
(2072, 354, '_home_about_show', 'field_5aa67ae7ddcf5'),
(2073, 354, 'home_about_content', 'Flanagan | Bilton LLC is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our founding partners accumulated 25 years of state and local government service – focusing on tax matters, property valuations and litigation at both the trial and appellate level.\r\n\r\nBased in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.'),
(2074, 354, '_home_about_content', 'field_5aa28d25c0131'),
(2075, 354, 'home_pratice_area_title', 'Practice Areas'),
(2076, 354, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(2077, 354, 'home_practice_area_button_text', 'Learn More'),
(2078, 354, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(2079, 354, 'home_practice_area_show', '1'),
(2080, 354, '_home_practice_area_show', 'field_5aa6e1940d151'),
(2081, 354, 'home_practice_area_background', '144'),
(2082, 354, '_home_practice_area_background', 'field_5aabc2cd9a37c'),
(2083, 355, 'our_team_position', 'Head of National Tax Appeals Division - Senior Tax Consultant'),
(2084, 355, '_our_team_position', 'field_5ab15b5f1f16a'),
(2085, 355, 'our_team_education', 'University of Iowa, B.S.'),
(2086, 355, '_our_team_education', 'field_5ab15b6f1f16b'),
(2087, 355, 'our_team_admitted_to_practice_law', ''),
(2088, 355, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2089, 355, 'our_team_experience', '47 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, (1997 - Present)\r\nCook County Assessor\'s Office, Director\r\nCook County Assessor\'s Office, Head of Commercial Division for Tax Appeals'),
(2090, 355, '_our_team_experience', 'field_5ab15bcc546f2'),
(2091, 355, 'our_team_member_certifications', '<strong>Membership</strong>\r\nPresidential Citation and 30 year member of the International Association of Assessing Officers (IAAO)\r\nExecutive Board of IAAO\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)\r\nCertified Member of the Institute of Property Taxation (CMI)\r\nCertified Tennessee Tax Representative\r\nTexas Senior Appraiser\r\nSenior State Tax Representative in State of Texas'),
(2092, 355, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2093, 355, 'our_team_years_experience', '47 Years\' Experience'),
(2094, 355, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2095, 356, 'our_team_content_our_team_position', ''),
(2096, 356, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(2097, 356, 'our_team_content_our_team_education', ''),
(2098, 356, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(2099, 356, 'our_team_content_our_team_admitted_to_practice_law', ''),
(2100, 356, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(2101, 356, 'our_team_content_our_team_experience', ''),
(2102, 356, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(2103, 356, 'our_team_content_our_team_member_certifications', ''),
(2104, 356, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(2105, 356, 'our_team_content', ''),
(2106, 356, '_our_team_content', 'field_5ab158b2b45e5'),
(2107, 356, 'our_team_position', 'Managing Partner'),
(2108, 356, '_our_team_position', 'field_5ab15b5f1f16a'),
(2109, 356, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(2110, 356, '_our_team_education', 'field_5ab15b6f1f16b'),
(2111, 356, 'our_team_admitted_to_practice_law', 'Illinois'),
(2112, 356, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2113, 356, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm (1968 - Present)\r\nCook County States Attorney\'s Office - Condemation Division, Criminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(2114, 356, '_our_team_experience', 'field_5ab15bcc546f2'),
(2115, 356, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(2116, 356, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2117, 356, 'our_team_years_experience', '48 Years\' Experience'),
(2118, 356, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2119, 357, 'our_team_position', 'Senior Attorney & Tax Consultant'),
(2120, 357, '_our_team_position', 'field_5ab15b5f1f16a'),
(2121, 357, 'our_team_education', 'DePaul University, B.S., M.B.A.\r\nJohn Marshall School of Law, J.D.'),
(2122, 357, '_our_team_education', 'field_5ab15b6f1f16b'),
(2123, 357, 'our_team_admitted_to_practice_law', 'Illinois\r\nTexas'),
(2124, 357, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2125, 357, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, (1995 - Present)\r\nThe Balcor Company, Director of Property Taxes'),
(2126, 357, '_our_team_experience', 'field_5ab15bcc546f2'),
(2127, 357, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nIllinois Society of Certified Public Accountants\r\nInstitute of Professionals in Taxation (IPT)\r\nCertifications\r\nCertified Public Accountant (CPA)\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative\r\nLevel II Certified Indiana Assessor'),
(2128, 357, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2129, 357, 'our_team_years_experience', '25 Years\' Experience'),
(2130, 357, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2131, 358, 'our_team_position', 'Attorney & Tax Consultant'),
(2132, 358, '_our_team_position', 'field_5ab15b5f1f16a'),
(2133, 358, 'our_team_education', 'University of Iowa, B.S.\r\nLoyola University of Chicago, J.D.'),
(2134, 358, '_our_team_education', 'field_5ab15b6f1f16b'),
(2135, 358, 'our_team_admitted_to_practice_law', 'Illinois\r\nCalifornia\r\nFlorida\r\nDistrict of Columbia'),
(2136, 358, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2137, 358, 'our_team_experience', '19 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, (1997 - Present)'),
(2138, 358, '_our_team_experience', 'field_5ab15bcc546f2'),
(2139, 358, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Calfiornia, Florida and District of Columbia Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)'),
(2140, 358, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2141, 358, 'our_team_years_experience', '19 Years\' Experience'),
(2142, 358, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2143, 359, 'our_team_position', 'Attorney & Tax Consultant'),
(2144, 359, '_our_team_position', 'field_5ab15b5f1f16a'),
(2145, 359, 'our_team_education', 'Miami of Ohio University, B.S.\r\nFlorida Coastal School of Law, J.D.'),
(2146, 359, '_our_team_education', 'field_5ab15b6f1f16b'),
(2147, 359, 'our_team_admitted_to_practice_law', 'Illinois\r\nNorth Carolina'),
(2148, 359, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2149, 359, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2012-Present)\r\nFlanagan | Bilton Law Firm, Intern (2007-2012)\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(2150, 359, '_our_team_experience', 'field_5ab15bcc546f2'),
(2151, 359, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois and North Carolina Bar Associations'),
(2152, 359, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2153, 359, 'our_team_years_experience', ''),
(2154, 359, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2155, 360, 'our_team_position', 'Attorney & Tax Consultant'),
(2156, 360, '_our_team_position', 'field_5ab15b5f1f16a'),
(2157, 360, 'our_team_education', 'University of Miami, B.B.A.\r\nUniversity of Miami, J.D.'),
(2158, 360, '_our_team_education', 'field_5ab15b6f1f16b'),
(2159, 360, 'our_team_admitted_to_practice_law', 'Florida\r\nMassachusetts\r\nIllinois'),
(2160, 360, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2161, 360, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2013-Present)\r\nFlanagan | Bilton Law Firm, Intern (2007-2013)\r\nGNP Management - Property Management\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(2162, 360, '_our_team_experience', 'field_5ab15bcc546f2'),
(2163, 360, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nFlorida, Massachusetts, and Illinois Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Arizona Tax Representative'),
(2164, 360, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2165, 360, 'our_team_years_experience', ''),
(2166, 360, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2167, 361, 'our_team_position', 'Attorney & Tax Consultant'),
(2168, 361, '_our_team_position', 'field_5ab15b5f1f16a'),
(2169, 361, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nChicago-Kent College of Law, J.D.'),
(2170, 361, '_our_team_education', 'field_5ab15b6f1f16b'),
(2171, 361, 'our_team_admitted_to_practice_law', 'Illinois\r\nNew York\r\nNew Jersey\r\nNebraska'),
(2172, 361, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2173, 361, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2014-Present)\r\nFlanagan | Bilton Law Firm, Intern 2011-2014\r\nNew York Yankees\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(2174, 361, '_our_team_experience', 'field_5ab15bcc546f2'),
(2175, 361, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, New York, New Jersey, and Nebraska Bar Associations'),
(2176, 361, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2177, 361, 'our_team_years_experience', ''),
(2178, 361, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2179, 268, 'our_team_years_experience', ''),
(2180, 268, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2181, 362, 'our_team_position', 'Attorney & Tax Consultant'),
(2182, 362, '_our_team_position', 'field_5ab15b5f1f16a'),
(2183, 362, 'our_team_education', 'Southern Methodist University, B.B.A.\r\nSouthern Methodist University Dedman School of Law, J.D.'),
(2184, 362, '_our_team_education', 'field_5ab15b6f1f16b'),
(2185, 362, 'our_team_admitted_to_practice_law', 'Texas'),
(2186, 362, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2187, 362, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2016-Present)\r\nFlanagan | Bilton Law Firm, Intern (2012-2015)\r\nSMU Dedman School of Law Federal Taxpayer Representative\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(2188, 362, '_our_team_experience', 'field_5ab15bcc546f2'),
(2189, 362, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nTexas Bar Association'),
(2190, 362, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2191, 362, 'our_team_years_experience', ''),
(2192, 362, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2193, 363, 'our_team_position', 'Attorney & Tax Consultant'),
(2194, 363, '_our_team_position', 'field_5ab15b5f1f16a'),
(2195, 363, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nSt. Thomas University School of Law, J.D.'),
(2196, 363, '_our_team_education', 'field_5ab15b6f1f16b'),
(2197, 363, 'our_team_admitted_to_practice_law', 'Illinois'),
(2198, 363, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2199, 363, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2017-Present)\r\nSears Holdings Corporation, Sr. Tax Manager\r\nFinlay Management, Asset Manager'),
(2200, 363, '_our_team_experience', 'field_5ab15bcc546f2'),
(2201, 363, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Chicago, and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Admitted to Practice at the U.S. Tax Court</strong>'),
(2202, 363, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2203, 363, 'our_team_years_experience', ''),
(2204, 363, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2205, 364, 'our_team_position', 'Tax Consultant'),
(2206, 364, '_our_team_position', 'field_5ab15b5f1f16a'),
(2207, 364, 'our_team_education', 'DePaul University, B.S.'),
(2208, 364, '_our_team_education', 'field_5ab15b6f1f16b'),
(2209, 364, 'our_team_admitted_to_practice_law', ''),
(2210, 364, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2211, 364, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, (1991-Present)'),
(2212, 364, '_our_team_experience', 'field_5ab15bcc546f2'),
(2213, 364, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative'),
(2214, 364, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2215, 364, 'our_team_years_experience', '25 Years\' Experience'),
(2216, 364, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2217, 365, 'our_team_position', 'Head of Cook County Tax Appeals Division - Senior Tax Consultant'),
(2218, 365, '_our_team_position', 'field_5ab15b5f1f16a'),
(2219, 365, 'our_team_education', 'St. Xavier University, B.A.'),
(2220, 365, '_our_team_education', 'field_5ab15b6f1f16b'),
(2221, 365, 'our_team_admitted_to_practice_law', ''),
(2222, 365, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2223, 365, 'our_team_experience', '33 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, 1994-Present\r\nCook County Assessor\'s Office\r\nDirector of Commercial Division'),
(2224, 365, '_our_team_experience', 'field_5ab15bcc546f2'),
(2225, 365, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)'),
(2226, 365, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2227, 365, 'our_team_years_experience', '33 Years\' Experience'),
(2228, 365, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2229, 366, 'our_team_position', 'Real Estate Tax Consultant - Paralegal Manager'),
(2230, 366, '_our_team_position', 'field_5ab15b5f1f16a'),
(2231, 366, 'our_team_education', 'Indiana University, B.S.\r\nLoyola University of Chicago, M.B.A.\r\nRoosevelt University, Paralegal Certificate Program - Specialization: Real Estate and Mortgages'),
(2232, 366, '_our_team_education', 'field_5ab15b6f1f16b'),
(2233, 366, 'our_team_admitted_to_practice_law', ''),
(2234, 366, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2235, 366, 'our_team_experience', '29 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, 1987-Present'),
(2236, 366, '_our_team_experience', 'field_5ab15bcc546f2'),
(2237, 366, 'our_team_member_certifications', ''),
(2238, 366, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2239, 366, 'our_team_years_experience', '29 Years\' Experience'),
(2240, 366, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2241, 367, 'our_team_content_our_team_position', ''),
(2242, 367, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(2243, 367, 'our_team_content_our_team_education', ''),
(2244, 367, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(2245, 367, 'our_team_content_our_team_admitted_to_practice_law', ''),
(2246, 367, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(2247, 367, 'our_team_content_our_team_experience', ''),
(2248, 367, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(2249, 367, 'our_team_content_our_team_member_certifications', ''),
(2250, 367, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(2251, 367, 'our_team_content', ''),
(2252, 367, '_our_team_content', 'field_5ab158b2b45e5'),
(2253, 367, 'our_team_position', 'Managing Partner'),
(2254, 367, '_our_team_position', 'field_5ab15b5f1f16a'),
(2255, 367, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(2256, 367, '_our_team_education', 'field_5ab15b6f1f16b'),
(2257, 367, 'our_team_admitted_to_practice_law', 'Illinois'),
(2258, 367, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2259, 367, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Managing Partner (1968 - Present)\r\nCook County States Attorney\'s Office - Condemation Division, Criminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(2260, 367, '_our_team_experience', 'field_5ab15bcc546f2'),
(2261, 367, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(2262, 367, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2263, 367, 'our_team_years_experience', '48 Years\' Experience'),
(2264, 367, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2265, 368, 'our_team_position', 'Partner'),
(2266, 368, '_our_team_position', 'field_5ab15b5f1f16a'),
(2267, 368, 'our_team_education', 'University of Michigan, B.S.\r\nDePaul University, L.L.B.'),
(2268, 368, '_our_team_education', 'field_5ab15b6f1f16b'),
(2269, 368, 'our_team_admitted_to_practice_law', 'Illinois\r\nMinnesota\r\nTexas'),
(2270, 368, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2271, 368, 'our_team_experience', '46 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Partner (1971 - Present)\r\nVedder Price Law Firm\r\nCook County States Attorney\'s Office\r\nCivil Division\r\nCriminal Division'),
(2272, 368, '_our_team_experience', 'field_5ab15bcc546f2'),
(2273, 368, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Minnesota and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(2274, 368, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2275, 368, 'our_team_years_experience', '46 Years\' Experience'),
(2276, 368, '_our_team_years_experience', 'field_5ab165e67d2c9');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2277, 369, 'our_team_position', 'Head of National Tax Appeals Division - Senior Tax Consultant'),
(2278, 369, '_our_team_position', 'field_5ab15b5f1f16a'),
(2279, 369, 'our_team_education', 'University of Iowa, B.S.'),
(2280, 369, '_our_team_education', 'field_5ab15b6f1f16b'),
(2281, 369, 'our_team_admitted_to_practice_law', ''),
(2282, 369, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2283, 369, 'our_team_experience', '47 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Senior Tax Consultant (1997 - Present)\r\nCook County Assessor\'s Office, Director\r\nCook County Assessor\'s Office, Head of Commercial Division for Tax Appeals'),
(2284, 369, '_our_team_experience', 'field_5ab15bcc546f2'),
(2285, 369, 'our_team_member_certifications', '<strong>Membership</strong>\r\nPresidential Citation and 30 year member of the International Association of Assessing Officers (IAAO)\r\nExecutive Board of IAAO\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)\r\nCertified Member of the Institute of Property Taxation (CMI)\r\nCertified Tennessee Tax Representative\r\nTexas Senior Appraiser\r\nSenior State Tax Representative in State of Texas'),
(2286, 369, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2287, 369, 'our_team_years_experience', '47 Years\' Experience'),
(2288, 369, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2289, 370, 'our_team_position', 'Senior Attorney & Tax Consultant'),
(2290, 370, '_our_team_position', 'field_5ab15b5f1f16a'),
(2291, 370, 'our_team_education', 'DePaul University, B.S., M.B.A.\r\nJohn Marshall School of Law, J.D.'),
(2292, 370, '_our_team_education', 'field_5ab15b6f1f16b'),
(2293, 370, 'our_team_admitted_to_practice_law', 'Illinois\r\nTexas'),
(2294, 370, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2295, 370, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Senior Attorney (1995 - Present)\r\nThe Balcor Company, Director of Property Taxes'),
(2296, 370, '_our_team_experience', 'field_5ab15bcc546f2'),
(2297, 370, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nIllinois Society of Certified Public Accountants\r\nInstitute of Professionals in Taxation (IPT)\r\nCertifications\r\nCertified Public Accountant (CPA)\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative\r\nLevel II Certified Indiana Assessor'),
(2298, 370, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2299, 370, 'our_team_years_experience', '25 Years\' Experience'),
(2300, 370, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2301, 371, 'our_team_position', 'Attorney & Tax Consultant'),
(2302, 371, '_our_team_position', 'field_5ab15b5f1f16a'),
(2303, 371, 'our_team_education', 'University of Iowa, B.S.\r\nLoyola University of Chicago, J.D.'),
(2304, 371, '_our_team_education', 'field_5ab15b6f1f16b'),
(2305, 371, 'our_team_admitted_to_practice_law', 'Illinois\r\nCalifornia\r\nFlorida\r\nDistrict of Columbia'),
(2306, 371, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2307, 371, 'our_team_experience', '19 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Attorney (1997 - Present)'),
(2308, 371, '_our_team_experience', 'field_5ab15bcc546f2'),
(2309, 371, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Calfiornia, Florida and District of Columbia Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)'),
(2310, 371, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2311, 371, 'our_team_years_experience', '19 Years\' Experience'),
(2312, 371, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2313, 372, 'our_team_position', 'Tax Consultant'),
(2314, 372, '_our_team_position', 'field_5ab15b5f1f16a'),
(2315, 372, 'our_team_education', 'DePaul University, B.S.'),
(2316, 372, '_our_team_education', 'field_5ab15b6f1f16b'),
(2317, 372, 'our_team_admitted_to_practice_law', ''),
(2318, 372, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2319, 372, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Tax Consultant (1991-Present)'),
(2320, 372, '_our_team_experience', 'field_5ab15bcc546f2'),
(2321, 372, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative'),
(2322, 372, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2323, 372, 'our_team_years_experience', '25 Years\' Experience'),
(2324, 372, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2325, 373, 'our_team_position', 'Head of Cook County Tax Appeals Division - Senior Tax Consultant'),
(2326, 373, '_our_team_position', 'field_5ab15b5f1f16a'),
(2327, 373, 'our_team_education', 'St. Xavier University, B.A.'),
(2328, 373, '_our_team_education', 'field_5ab15b6f1f16b'),
(2329, 373, 'our_team_admitted_to_practice_law', ''),
(2330, 373, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2331, 373, 'our_team_experience', '33 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Senior Tax Consultant (1994-Present)\r\nCook County Assessor\'s Office\r\nDirector of Commercial Division'),
(2332, 373, '_our_team_experience', 'field_5ab15bcc546f2'),
(2333, 373, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)'),
(2334, 373, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2335, 373, 'our_team_years_experience', '33 Years\' Experience'),
(2336, 373, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2337, 374, 'software_demo_subtitle', 'F|B Portfolio Manager'),
(2338, 374, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(2339, 374, 'software_demo_content', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(2340, 374, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(2341, 374, 'software_demo_block_01_software_demo_extra_title_two', ''),
(2342, 374, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(2343, 374, 'software_demo_block_01_software_demo_extra_content_two', ''),
(2344, 374, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(2345, 374, 'software_demo_block_01', ''),
(2346, 374, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(2347, 374, 'hero_title', ''),
(2348, 374, '_hero_title', 'field_5aa041472edc6'),
(2349, 374, 'hero_subtitle', ''),
(2350, 374, '_hero_subtitle', 'field_5aa041672edc7'),
(2351, 374, 'hero_description', ''),
(2352, 374, '_hero_description', 'field_5aa0417fa5b60'),
(2353, 374, 'software_demo_block_01_software_demo_extra_headline_one', 'F|B Portfolio Manager'),
(2354, 374, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(2355, 374, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(2356, 374, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(2357, 374, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(2358, 374, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(2359, 374, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(2360, 374, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(2361, 374, 'software_demo_video_image', '177'),
(2362, 374, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(2363, 374, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(2364, 374, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(2365, 375, 'software_demo_subtitle', 'F|B Portfolio Manager'),
(2366, 375, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(2367, 375, 'software_demo_content', 'Each client has the opportunity to take advantage of Flanagan Bilton’s state-of-the-art online  portfolio manager reporting system.'),
(2368, 375, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(2369, 375, 'software_demo_block_01_software_demo_extra_title_two', ''),
(2370, 375, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(2371, 375, 'software_demo_block_01_software_demo_extra_content_two', ''),
(2372, 375, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(2373, 375, 'software_demo_block_01', ''),
(2374, 375, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(2375, 375, 'hero_title', ''),
(2376, 375, '_hero_title', 'field_5aa041472edc6'),
(2377, 375, 'hero_subtitle', ''),
(2378, 375, '_hero_subtitle', 'field_5aa041672edc7'),
(2379, 375, 'hero_description', ''),
(2380, 375, '_hero_description', 'field_5aa0417fa5b60'),
(2381, 375, 'software_demo_block_01_software_demo_extra_headline_one', 'F|B Portfolio Manager'),
(2382, 375, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(2383, 375, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(2384, 375, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(2385, 375, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(2386, 375, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(2387, 375, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(2388, 375, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(2389, 375, 'software_demo_video_image', '177'),
(2390, 375, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(2391, 375, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(2392, 375, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(2393, 376, 'software_demo_subtitle', ''),
(2394, 376, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(2395, 376, 'software_demo_content', 'Each client has the opportunity to take advantage of Flanagan Bilton’s state-of-the-art online  portfolio manager reporting system.'),
(2396, 376, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(2397, 376, 'software_demo_block_01_software_demo_extra_title_two', ''),
(2398, 376, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(2399, 376, 'software_demo_block_01_software_demo_extra_content_two', ''),
(2400, 376, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(2401, 376, 'software_demo_block_01', ''),
(2402, 376, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(2403, 376, 'hero_title', ''),
(2404, 376, '_hero_title', 'field_5aa041472edc6'),
(2405, 376, 'hero_subtitle', ''),
(2406, 376, '_hero_subtitle', 'field_5aa041672edc7'),
(2407, 376, 'hero_description', ''),
(2408, 376, '_hero_description', 'field_5aa0417fa5b60'),
(2409, 376, 'software_demo_block_01_software_demo_extra_headline_one', 'F|B Portfolio Manager'),
(2410, 376, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(2411, 376, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(2412, 376, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(2413, 376, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(2414, 376, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(2415, 376, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(2416, 376, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(2417, 376, 'software_demo_video_image', '177'),
(2418, 376, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(2419, 376, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(2420, 376, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(2421, 377, 'software_demo_subtitle', ''),
(2422, 377, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(2423, 377, 'software_demo_content', 'Each client has the opportunity to take advantage of Flanagan Bilton’s state-of-the-art online portfolio manager reporting system.'),
(2424, 377, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(2425, 377, 'software_demo_block_01_software_demo_extra_title_two', ''),
(2426, 377, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(2427, 377, 'software_demo_block_01_software_demo_extra_content_two', ''),
(2428, 377, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(2429, 377, 'software_demo_block_01', ''),
(2430, 377, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(2431, 377, 'hero_title', ''),
(2432, 377, '_hero_title', 'field_5aa041472edc6'),
(2433, 377, 'hero_subtitle', ''),
(2434, 377, '_hero_subtitle', 'field_5aa041672edc7'),
(2435, 377, 'hero_description', ''),
(2436, 377, '_hero_description', 'field_5aa0417fa5b60'),
(2437, 377, 'software_demo_block_01_software_demo_extra_headline_one', 'F|B Portfolio Manager'),
(2438, 377, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(2439, 377, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(2440, 377, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(2441, 377, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(2442, 377, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(2443, 377, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(2444, 377, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(2445, 377, 'software_demo_video_image', '177'),
(2446, 377, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(2447, 377, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(2448, 377, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(2449, 378, 'software_demo_subtitle', 'F|B Portfolio Manager'),
(2450, 378, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(2451, 378, 'software_demo_content', 'Each client has the opportunity to take advantage of Flanagan Bilton’s state-of-the-art online portfolio manager reporting system.'),
(2452, 378, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(2453, 378, 'software_demo_block_01_software_demo_extra_title_two', ''),
(2454, 378, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(2455, 378, 'software_demo_block_01_software_demo_extra_content_two', ''),
(2456, 378, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(2457, 378, 'software_demo_block_01', ''),
(2458, 378, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(2459, 378, 'hero_title', ''),
(2460, 378, '_hero_title', 'field_5aa041472edc6'),
(2461, 378, 'hero_subtitle', ''),
(2462, 378, '_hero_subtitle', 'field_5aa041672edc7'),
(2463, 378, 'hero_description', ''),
(2464, 378, '_hero_description', 'field_5aa0417fa5b60'),
(2465, 378, 'software_demo_block_01_software_demo_extra_headline_one', 'The Advantage'),
(2466, 378, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(2467, 378, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(2468, 378, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(2469, 378, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(2470, 378, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(2471, 378, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(2472, 378, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(2473, 378, 'software_demo_video_image', '177'),
(2474, 378, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(2475, 378, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(2476, 378, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(2477, 379, 'software_demo_subtitle', 'F|B Portfolio Manager'),
(2478, 379, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(2479, 379, 'software_demo_content', 'Each client has the opportunity to take advantage of Flanagan Bilton’s state-of-the-art online portfolio manager reporting system.'),
(2480, 379, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(2481, 379, 'software_demo_block_01_software_demo_extra_title_two', ''),
(2482, 379, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(2483, 379, 'software_demo_block_01_software_demo_extra_content_two', ''),
(2484, 379, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(2485, 379, 'software_demo_block_01', ''),
(2486, 379, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(2487, 379, 'hero_title', ''),
(2488, 379, '_hero_title', 'field_5aa041472edc6'),
(2489, 379, 'hero_subtitle', ''),
(2490, 379, '_hero_subtitle', 'field_5aa041672edc7'),
(2491, 379, 'hero_description', ''),
(2492, 379, '_hero_description', 'field_5aa0417fa5b60'),
(2493, 379, 'software_demo_block_01_software_demo_extra_headline_one', 'The Advantage'),
(2494, 379, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(2495, 379, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(2496, 379, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(2497, 379, 'software_demo_block_01_software_demo_extra_subheader_one', 'The Advantage'),
(2498, 379, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(2499, 379, 'software_demo_block_01_software_demo_extra_subheader_content_one', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(2500, 379, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(2501, 379, 'software_demo_video_image', '177'),
(2502, 379, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(2503, 379, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(2504, 379, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(2505, 380, 'software_demo_subtitle', 'F|B Portfolio Manager'),
(2506, 380, '_software_demo_subtitle', 'field_5aabd2cfdf534'),
(2507, 380, 'software_demo_content', 'Each client has the opportunity to take advantage of Flanagan Bilton’s state-of-the-art online portfolio manager reporting system.'),
(2508, 380, '_software_demo_content', 'field_5aabd2cfdfa7b'),
(2509, 380, 'software_demo_block_01_software_demo_extra_title_two', ''),
(2510, 380, '_software_demo_block_01_software_demo_extra_title_two', 'field_5aabd2d022656'),
(2511, 380, 'software_demo_block_01_software_demo_extra_content_two', ''),
(2512, 380, '_software_demo_block_01_software_demo_extra_content_two', 'field_5aabd2d0226ec'),
(2513, 380, 'software_demo_block_01', ''),
(2514, 380, '_software_demo_block_01', 'field_5aabd2cfdfdd7'),
(2515, 380, 'hero_title', ''),
(2516, 380, '_hero_title', 'field_5aa041472edc6'),
(2517, 380, 'hero_subtitle', ''),
(2518, 380, '_hero_subtitle', 'field_5aa041672edc7'),
(2519, 380, 'hero_description', ''),
(2520, 380, '_hero_description', 'field_5aa0417fa5b60'),
(2521, 380, 'software_demo_block_01_software_demo_extra_headline_one', 'The Advantage'),
(2522, 380, '_software_demo_block_01_software_demo_extra_headline_one', 'field_5aabd2d022656'),
(2523, 380, 'software_demo_block_01_software_demo_extra_headline_content_one', 'Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.'),
(2524, 380, '_software_demo_block_01_software_demo_extra_headline_content_one', 'field_5aabd2d0226ec'),
(2525, 380, 'software_demo_block_01_software_demo_extra_subheader_one', ''),
(2526, 380, '_software_demo_block_01_software_demo_extra_subheader_one', 'field_5aabd48d6e4d9'),
(2527, 380, 'software_demo_block_01_software_demo_extra_subheader_content_one', ''),
(2528, 380, '_software_demo_block_01_software_demo_extra_subheader_content_one', 'field_5aabd4916e4da'),
(2529, 380, 'software_demo_video_image', '177'),
(2530, 380, '_software_demo_video_image', 'field_5aabfd13e09ff'),
(2531, 380, 'software_demo_video_link', 'https://player.vimeo.com/video/258122154'),
(2532, 380, '_software_demo_video_link', 'field_5aabfd39e0a00'),
(2533, 381, '_wp_attached_file', '2018/04/rectangle-5.jpg'),
(2534, 381, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:353;s:4:\"file\";s:23:\"2018/04/rectangle-5.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rectangle-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"rectangle-5-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:24:\"rectangle-5-1000x353.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:23:\"rectangle-5-630x353.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"fb-advantage\";a:4:{s:4:\"file\";s:23:\"rectangle-5-955x353.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"our-team\";a:4:{s:4:\"file\";s:23:\"rectangle-5-308x308.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2535, 14, '_yoast_wpseo_content_score', '30'),
(2536, 382, 'hero_title', 'Practice Areas'),
(2537, 382, '_hero_title', 'field_5aa041472edc6'),
(2538, 382, 'hero_subtitle', 'Custom Services Tailored to Your Needs...'),
(2539, 382, '_hero_subtitle', 'field_5aa041672edc7'),
(2540, 382, 'hero_description', 'Flanagan | Bilton LLC provides comprehensive services customized to the property tax requirements of individual portfolios. Clients can take advantage of one or more of nine essential services:'),
(2541, 382, '_hero_description', 'field_5aa0417fa5b60'),
(2542, 382, 'page_image', '381'),
(2543, 382, '_page_image', 'field_5aafcb39bb2a0'),
(2544, 383, '_wp_attached_file', '2018/04/Miamiupdate.jpg'),
(2545, 383, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1400;s:4:\"file\";s:23:\"2018/04/Miamiupdate.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Miamiupdate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Miamiupdate-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"hero\";a:4:{s:4:\"file\";s:25:\"Miamiupdate-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:24:\"Miamiupdate-1000x922.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:23:\"Miamiupdate-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"page-image-cover\";a:4:{s:4:\"file\";s:24:\"Miamiupdate-1300x370.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"fb-advantage\";a:4:{s:4:\"file\";s:23:\"Miamiupdate-955x675.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"our-team\";a:4:{s:4:\"file\";s:23:\"Miamiupdate-308x308.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2546, 334, '_thumbnail_id', '393'),
(2547, 334, '_yoast_wpseo_content_score', '30'),
(2548, 12, '_yoast_wpseo_content_score', '30'),
(2549, 384, 'pay_my_invoce_subtitle', ''),
(2550, 384, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(2551, 384, 'pay_my_invoce_content', ''),
(2552, 384, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(2553, 384, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(2554, 384, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(2555, 384, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(2556, 384, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(2557, 384, 'pay_my_invoce_block_01', ''),
(2558, 384, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(2559, 384, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(2560, 384, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(2561, 384, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to: Flanagan Bilton, LLC\r\n\r\nFlanagan | Bilton, LLC\r\n\r\n500 N Dearborn Street, Suite 400 Chicago, IL 60654'),
(2562, 384, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(2563, 384, 'pay_my_invoce_block_02', ''),
(2564, 384, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(2565, 384, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(2566, 384, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(2567, 384, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'Call Lakeside Bank at 312-540-5640\r\n55 W Wacker Dr Chicago, IL 60654\r\n\r\nFlanagan | Bilton, LLC\r\n500 N Dearborn Street, Suite 400 Chicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(2568, 384, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(2569, 384, 'pay_my_invoce_block_03', ''),
(2570, 384, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(2571, 384, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(2572, 384, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(2573, 384, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(2574, 384, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(2575, 385, 'pay_my_invoce_subtitle', ''),
(2576, 385, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(2577, 385, 'pay_my_invoce_content', ''),
(2578, 385, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(2579, 385, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(2580, 385, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(2581, 385, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(2582, 385, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(2583, 385, 'pay_my_invoce_block_01', ''),
(2584, 385, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(2585, 385, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(2586, 385, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(2587, 385, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to: Flanagan Bilton, LLC\r\n\r\nFlanagan | Bilton, LLC\r\n\r\n500 N Dearborn Street, Suite 400 Chicago, IL 60654'),
(2588, 385, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(2589, 385, 'pay_my_invoce_block_02', ''),
(2590, 385, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(2591, 385, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(2592, 385, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(2593, 385, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'Call Lakeside Bank at 312-540-5640\r\n\r\n55 W Wacker Dr Chicago, IL 60654\r\n\r\nFlanagan | Bilton, LLC\r\n\r\n500 N Dearborn Street, Suite 400 Chicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(2594, 385, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(2595, 385, 'pay_my_invoce_block_03', ''),
(2596, 385, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(2597, 385, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(2598, 385, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(2599, 385, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(2600, 385, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(2601, 386, 'pay_my_invoce_subtitle', ''),
(2602, 386, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(2603, 386, 'pay_my_invoce_content', ''),
(2604, 386, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(2605, 386, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(2606, 386, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(2607, 386, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(2608, 386, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(2609, 386, 'pay_my_invoce_block_01', ''),
(2610, 386, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(2611, 386, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(2612, 386, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(2613, 386, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to:\r\n\r\nFlanagan Bilton, LLC\r\n\r\nFlanagan | Bilton, LLC\r\n\r\n500 N Dearborn Street, Suite 400 Chicago, IL 60654'),
(2614, 386, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(2615, 386, 'pay_my_invoce_block_02', ''),
(2616, 386, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(2617, 386, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(2618, 386, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(2619, 386, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'Call Lakeside Bank at 312-540-5640\r\n55 W Wacker Dr Chicago, IL 60654\r\n\r\nFlanagan | Bilton, LLC\r\n500 N Dearborn Street, Suite 400 Chicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(2620, 386, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(2621, 386, 'pay_my_invoce_block_03', ''),
(2622, 386, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(2623, 386, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(2624, 386, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(2625, 386, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(2626, 386, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(2627, 387, 'pay_my_invoce_subtitle', ''),
(2628, 387, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(2629, 387, 'pay_my_invoce_content', ''),
(2630, 387, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(2631, 387, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(2632, 387, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(2633, 387, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(2634, 387, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(2635, 387, 'pay_my_invoce_block_01', ''),
(2636, 387, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(2637, 387, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(2638, 387, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(2639, 387, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to:\r\n\r\nFlanagan Bilton, LLC\r\n\r\nFlanagan | Bilton, LLC\r\n\r\n500 N Dearborn Street, Suite 400 Chicago, IL 60654'),
(2640, 387, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(2641, 387, 'pay_my_invoce_block_02', ''),
(2642, 387, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(2643, 387, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(2644, 387, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(2645, 387, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', '<strong>Lakeside Bank</strong>\r\n55 W Wacker Dr\r\nChicago, IL 60654\r\n\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(2646, 387, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(2647, 387, 'pay_my_invoce_block_03', ''),
(2648, 387, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(2649, 387, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(2650, 387, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(2651, 387, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(2652, 387, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(2653, 388, 'pay_my_invoce_subtitle', ''),
(2654, 388, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(2655, 388, 'pay_my_invoce_content', ''),
(2656, 388, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(2657, 388, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(2658, 388, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(2659, 388, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(2660, 388, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(2661, 388, 'pay_my_invoce_block_01', ''),
(2662, 388, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(2663, 388, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(2664, 388, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(2665, 388, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to:\r\n\r\nFlanagan Bilton, LLC\r\n\r\nFlanagan | Bilton, LLC\r\n\r\n500 N Dearborn Street, Suite 400 Chicago, IL 60654'),
(2666, 388, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(2667, 388, 'pay_my_invoce_block_02', ''),
(2668, 388, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(2669, 388, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(2670, 388, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(2671, 388, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', '<strong>Lakeside Bank</strong>\r\n55 W Wacker Dr\r\nChicago, IL 60654\r\nPhone: 312-540-5640\r\n\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(2672, 388, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(2673, 388, 'pay_my_invoce_block_03', ''),
(2674, 388, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(2675, 388, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(2676, 388, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(2677, 388, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(2678, 388, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(2679, 389, 'pay_my_invoce_subtitle', ''),
(2680, 389, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(2681, 389, 'pay_my_invoce_content', ''),
(2682, 389, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(2683, 389, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(2684, 389, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(2685, 389, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(2686, 389, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(2687, 389, 'pay_my_invoce_block_01', ''),
(2688, 389, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(2689, 389, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(2690, 389, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(2691, 389, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to:\r\n<strong>Flanagan Bilton, LLC</strong>\r\n\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654'),
(2692, 389, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(2693, 389, 'pay_my_invoce_block_02', ''),
(2694, 389, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(2695, 389, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(2696, 389, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(2697, 389, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', '<strong>Lakeside Bank</strong>\r\n55 W Wacker Dr\r\nChicago, IL 60654\r\n<strong>Call</strong>: 312-540-5640\r\n\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(2698, 389, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(2699, 389, 'pay_my_invoce_block_03', ''),
(2700, 389, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(2701, 389, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(2702, 389, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(2703, 389, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(2704, 389, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(2705, 390, 'pay_my_invoce_subtitle', ''),
(2706, 390, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(2707, 390, 'pay_my_invoce_content', ''),
(2708, 390, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(2709, 390, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(2710, 390, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(2711, 390, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(2712, 390, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(2713, 390, 'pay_my_invoce_block_01', ''),
(2714, 390, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(2715, 390, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'To pay by Check'),
(2716, 390, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(2717, 390, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to:\r\nFlanagan Bilton, LLC\r\n\r\nMailing address:\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654'),
(2718, 390, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(2719, 390, 'pay_my_invoce_block_02', ''),
(2720, 390, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(2721, 390, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'To pay by Wire Transfer '),
(2722, 390, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(2723, 390, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', '<strong>Lakeside Bank</strong>\r\n55 W Wacker Dr\r\nChicago, IL 60654\r\n<strong>Call</strong>: 312-540-5640\r\n\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(2724, 390, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(2725, 390, 'pay_my_invoce_block_03', ''),
(2726, 390, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(2727, 390, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(2728, 390, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(2729, 390, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(2730, 390, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(2731, 391, 'pay_my_invoce_subtitle', ''),
(2732, 391, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(2733, 391, 'pay_my_invoce_content', ''),
(2734, 391, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(2735, 391, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'To pay by Credit Card'),
(2736, 391, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(2737, 391, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(2738, 391, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(2739, 391, 'pay_my_invoce_block_01', ''),
(2740, 391, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(2741, 391, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'Pay by Check'),
(2742, 391, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(2743, 391, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to:\r\nFlanagan Bilton, LLC\r\n\r\nMailing address:\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654'),
(2744, 391, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(2745, 391, 'pay_my_invoce_block_02', ''),
(2746, 391, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(2747, 391, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'Pay by Wire Transfer '),
(2748, 391, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(2749, 391, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', '<strong>Lakeside Bank</strong>\r\n55 W Wacker Dr\r\nChicago, IL 60654\r\n<strong>Call</strong>: 312-540-5640\r\n\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(2750, 391, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(2751, 391, 'pay_my_invoce_block_03', ''),
(2752, 391, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(2753, 391, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(2754, 391, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(2755, 391, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(2756, 391, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(2757, 392, 'pay_my_invoce_subtitle', ''),
(2758, 392, '_pay_my_invoce_subtitle', 'field_5aa95b9e4da2a'),
(2759, 392, 'pay_my_invoce_content', ''),
(2760, 392, '_pay_my_invoce_content', 'field_5aa95bb74da2b'),
(2761, 392, 'pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'Pay by Credit Card'),
(2762, 392, '_pay_my_invoce_block_01_pay_my_invoce_extra_title_one', 'field_5aa9644e3c43b'),
(2763, 392, 'pay_my_invoce_block_01_pay_my_invoce_extra_content_one', ''),
(2764, 392, '_pay_my_invoce_block_01_pay_my_invoce_extra_content_one', 'field_5aa964573c43c'),
(2765, 392, 'pay_my_invoce_block_01', ''),
(2766, 392, '_pay_my_invoce_block_01', 'field_5aa9641c3c43a'),
(2767, 392, 'pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'Pay by Check'),
(2768, 392, '_pay_my_invoce_block_02_pay_my_invoce_extra_title_two', 'field_5aa964b35f105'),
(2769, 392, 'pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'Make checks payable to:\r\nFlanagan Bilton, LLC\r\n\r\nMailing address:\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654'),
(2770, 392, '_pay_my_invoce_block_02_pay_my_invoce_extra_content_two', 'field_5aa964b35f106'),
(2771, 392, 'pay_my_invoce_block_02', ''),
(2772, 392, '_pay_my_invoce_block_02', 'field_5aa964b35f104'),
(2773, 392, 'pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'Pay by Wire Transfer '),
(2774, 392, '_pay_my_invoce_block_03_pay_my_invoce_extra_title_three', 'field_5aa964cf5f10b'),
(2775, 392, 'pay_my_invoce_block_03_pay_my_invoce_extra_content_three', '<strong>Lakeside Bank</strong>\r\n55 W Wacker Dr\r\nChicago, IL 60654\r\n<strong>Call</strong>: 312-540-5640\r\n\r\n<strong>Flanagan | Bilton, LLC</strong>\r\n500 N Dearborn Street, Suite 400\r\nChicago, IL 60654\r\n\r\nAccount No: XXXXXX0068 ABA No: 071001504'),
(2776, 392, '_pay_my_invoce_block_03_pay_my_invoce_extra_content_three', 'field_5aa964cf5f10c'),
(2777, 392, 'pay_my_invoce_block_03', ''),
(2778, 392, '_pay_my_invoce_block_03', 'field_5aa964cf5f10a'),
(2779, 392, 'pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'Click here'),
(2780, 392, '_pay_my_invoce_block_01_pay_my_invoce_extra_button_text_one', 'field_5aa964573c43c'),
(2781, 392, 'pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'https://secure.lawpay.com/pages/fbpayments/operating'),
(2782, 392, '_pay_my_invoce_block_01_pay_my_invoce_extra_link_one', 'field_5aa976e0e2df5'),
(2783, 393, '_wp_attached_file', '2018/03/MiamiNew.jpg'),
(2784, 393, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1400;s:4:\"file\";s:20:\"2018/03/MiamiNew.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"MiamiNew-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"MiamiNew-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"hero\";a:4:{s:4:\"file\";s:22:\"MiamiNew-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"about-background\";a:4:{s:4:\"file\";s:21:\"MiamiNew-1000x922.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"software-demo-video-cover\";a:4:{s:4:\"file\";s:20:\"MiamiNew-630x390.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"page-image-cover\";a:4:{s:4:\"file\";s:21:\"MiamiNew-1300x370.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"fb-advantage\";a:4:{s:4:\"file\";s:20:\"MiamiNew-955x675.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"our-team\";a:4:{s:4:\"file\";s:20:\"MiamiNew-308x308.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2790, 251, '_yoast_wpseo_content_score', '30'),
(2794, 2, '_yoast_wpseo_content_score', '30'),
(2795, 397, 'hero_title', 'National Property Tax Consulting & Law Firm'),
(2796, 397, '_hero_title', 'field_5aa041472edc6'),
(2797, 397, 'hero_subtitle', ''),
(2798, 397, '_hero_subtitle', 'field_5aa041672edc7'),
(2799, 397, 'hero_description', 'Collaboration is what makes our firm different.'),
(2800, 397, '_hero_description', 'field_5aa0417fa5b60'),
(2801, 397, 'home_about_title', 'About Us'),
(2802, 397, '_home_about_title', 'field_5aa28d10c0130'),
(2803, 397, 'home_about_body', ''),
(2804, 397, '_home_about_body', 'field_5aa28d25c0131'),
(2805, 397, 'home_about_background_image', '93'),
(2806, 397, '_home_about_background_image', 'field_5aa28d77c0133'),
(2807, 397, 'home_about_icon', '331'),
(2808, 397, '_home_about_icon', 'field_5aa28d47c0132'),
(2809, 397, 'home_about_show', '1'),
(2810, 397, '_home_about_show', 'field_5aa67ae7ddcf5');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2811, 397, 'home_about_content', '<span style=\"font-weight: 400;\">Flanagan | Bilton LLC, is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike most tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our principals accumulated over 30 years of state and local government service – focusing on tax matters, property valuations and litigation at the trial level, appellate level and Supreme Court.</span>\r\n\r\n<span style=\"font-weight: 400;\">Headquartered in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.</span>'),
(2812, 397, '_home_about_content', 'field_5aa28d25c0131'),
(2813, 397, 'home_pratice_area_title', 'Practice Areas'),
(2814, 397, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(2815, 397, 'home_practice_area_button_text', 'Learn More'),
(2816, 397, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(2817, 397, 'home_practice_area_show', '1'),
(2818, 397, '_home_practice_area_show', 'field_5aa6e1940d151'),
(2819, 397, 'home_practice_area_background', '144'),
(2820, 397, '_home_practice_area_background', 'field_5aabc2cd9a37c'),
(2821, 398, 'hero_title', 'Practice Areas'),
(2822, 398, '_hero_title', 'field_5aa041472edc6'),
(2823, 398, 'hero_subtitle', 'Custom Services Tailored to Your Needs...'),
(2824, 398, '_hero_subtitle', 'field_5aa041672edc7'),
(2825, 398, 'hero_description', 'Flanagan | Bilton provides comprehensive services customized to the property tax requirements of individual portfolios. Clients can take advantage of one or more of the many services:'),
(2826, 398, '_hero_description', 'field_5aa0417fa5b60'),
(2827, 398, 'page_image', '381'),
(2828, 398, '_page_image', 'field_5aafcb39bb2a0'),
(2829, 60, '_yoast_wpseo_content_score', '30'),
(2830, 64, '_yoast_wpseo_content_score', '30'),
(2831, 67, '_yoast_wpseo_content_score', '30'),
(2832, 77, '_yoast_wpseo_content_score', '60'),
(2833, 62, '_yoast_wpseo_content_score', '60'),
(2840, 83, '_yoast_wpseo_content_score', '30'),
(2841, 8, '_yoast_wpseo_content_score', '30'),
(2842, 405, 'hero_title', 'F|B Advantage'),
(2843, 405, '_hero_title', 'field_5aa041472edc6'),
(2844, 405, 'hero_subtitle', 'Our Expertise is Your Advantage…'),
(2845, 405, '_hero_subtitle', 'field_5aa041672edc7'),
(2846, 405, 'hero_description', 'Flanagan | Bilton has focused specifically on property tax matters for over 50 years, and as a result, our clients have saved billions of dollars in property taxes.'),
(2847, 405, '_hero_description', 'field_5aa0417fa5b60'),
(2848, 405, 'page_image', '219'),
(2849, 405, '_page_image', 'field_5aafcb39bb2a0'),
(2850, 198, '_yoast_wpseo_content_score', '30'),
(2857, 205, '_yoast_wpseo_content_score', '30'),
(2858, 206, '_yoast_wpseo_content_score', '30'),
(2859, 208, '_yoast_wpseo_content_score', '30'),
(2860, 211, '_yoast_wpseo_content_score', '30'),
(2861, 10, '_yoast_wpseo_content_score', '30'),
(2862, 415, 'page_image', ''),
(2863, 415, '_page_image', 'field_5aafcb39bb2a0'),
(2864, 415, 'hero_title', 'MEET OUR TEAM'),
(2865, 415, '_hero_title', 'field_5aa041472edc6'),
(2866, 415, 'hero_subtitle', ''),
(2867, 415, '_hero_subtitle', 'field_5aa041672edc7'),
(2868, 415, 'hero_description', 'Flanagan | Bilton is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. They are the key to providing the full range of service capabilities our clients need by working together as integrated, collaborative teams with each member drawing from a unique set of talents.'),
(2869, 415, '_hero_description', 'field_5aa0417fa5b60'),
(2870, 232, '_yoast_wpseo_content_score', '30'),
(2871, 416, 'our_team_content_our_team_position', ''),
(2872, 416, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(2873, 416, 'our_team_content_our_team_education', ''),
(2874, 416, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(2875, 416, 'our_team_content_our_team_admitted_to_practice_law', ''),
(2876, 416, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(2877, 416, 'our_team_content_our_team_experience', ''),
(2878, 416, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(2879, 416, 'our_team_content_our_team_member_certifications', ''),
(2880, 416, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(2881, 416, 'our_team_content', ''),
(2882, 416, '_our_team_content', 'field_5ab158b2b45e5'),
(2883, 416, 'our_team_position', 'Managing Partner'),
(2884, 416, '_our_team_position', 'field_5ab15b5f1f16a'),
(2885, 416, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(2886, 416, '_our_team_education', 'field_5ab15b6f1f16b'),
(2887, 416, 'our_team_admitted_to_practice_law', 'Illinois'),
(2888, 416, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2889, 416, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Managing Partner (1968 - Present)\r\nCook County States Attorney\'s Office - Condemation Division, Criminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(2890, 416, '_our_team_experience', 'field_5ab15bcc546f2'),
(2891, 416, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(2892, 416, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2893, 416, 'our_team_years_experience', '48 Years\' Experience'),
(2894, 416, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2895, 417, '_edit_lock', '1524773681:2'),
(2896, 417, '_edit_last', '2'),
(2897, 417, '_yoast_wpseo_content_score', '30'),
(2898, 417, 'our_team_position', 'Tax Consultant'),
(2899, 417, '_our_team_position', 'field_5ab15b5f1f16a'),
(2900, 417, 'our_team_years_experience', ''),
(2901, 417, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2902, 417, 'our_team_education', ''),
(2903, 417, '_our_team_education', 'field_5ab15b6f1f16b'),
(2904, 417, 'our_team_admitted_to_practice_law', ''),
(2905, 417, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2906, 417, 'our_team_experience', ''),
(2907, 417, '_our_team_experience', 'field_5ab15bcc546f2'),
(2908, 417, 'our_team_member_certifications', ''),
(2909, 417, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2910, 418, 'our_team_position', 'Tax Consultant'),
(2911, 418, '_our_team_position', 'field_5ab15b5f1f16a'),
(2912, 418, 'our_team_years_experience', ''),
(2913, 418, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2914, 418, 'our_team_education', ''),
(2915, 418, '_our_team_education', 'field_5ab15b6f1f16b'),
(2916, 418, 'our_team_admitted_to_practice_law', ''),
(2917, 418, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2918, 418, 'our_team_experience', ''),
(2919, 418, '_our_team_experience', 'field_5ab15bcc546f2'),
(2920, 418, 'our_team_member_certifications', ''),
(2921, 418, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2922, 419, '_edit_lock', '1524690166:1'),
(2923, 419, '_edit_last', '1'),
(2924, 419, '_yoast_wpseo_content_score', '30'),
(2925, 419, 'our_team_position', 'Tax Consultant'),
(2926, 419, '_our_team_position', 'field_5ab15b5f1f16a'),
(2927, 419, 'our_team_years_experience', ''),
(2928, 419, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2929, 419, 'our_team_education', ''),
(2930, 419, '_our_team_education', 'field_5ab15b6f1f16b'),
(2931, 419, 'our_team_admitted_to_practice_law', ''),
(2932, 419, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2933, 419, 'our_team_experience', ''),
(2934, 419, '_our_team_experience', 'field_5ab15bcc546f2'),
(2935, 419, 'our_team_member_certifications', ''),
(2936, 419, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2937, 420, 'our_team_position', 'Tax Consultant'),
(2938, 420, '_our_team_position', 'field_5ab15b5f1f16a'),
(2939, 420, 'our_team_years_experience', ''),
(2940, 420, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2941, 420, 'our_team_education', ''),
(2942, 420, '_our_team_education', 'field_5ab15b6f1f16b'),
(2943, 420, 'our_team_admitted_to_practice_law', ''),
(2944, 420, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2945, 420, 'our_team_experience', ''),
(2946, 420, '_our_team_experience', 'field_5ab15bcc546f2'),
(2947, 420, 'our_team_member_certifications', ''),
(2948, 420, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2949, 421, '_edit_lock', '1524690181:1'),
(2950, 421, '_edit_last', '1'),
(2951, 421, '_yoast_wpseo_content_score', '30'),
(2952, 421, 'our_team_position', 'Tax Consultant'),
(2953, 421, '_our_team_position', 'field_5ab15b5f1f16a'),
(2954, 421, 'our_team_years_experience', ''),
(2955, 421, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2956, 421, 'our_team_education', ''),
(2957, 421, '_our_team_education', 'field_5ab15b6f1f16b'),
(2958, 421, 'our_team_admitted_to_practice_law', ''),
(2959, 421, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2960, 421, 'our_team_experience', ''),
(2961, 421, '_our_team_experience', 'field_5ab15bcc546f2'),
(2962, 421, 'our_team_member_certifications', ''),
(2963, 421, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2964, 422, 'our_team_position', 'Tax Consultant'),
(2965, 422, '_our_team_position', 'field_5ab15b5f1f16a'),
(2966, 422, 'our_team_years_experience', ''),
(2967, 422, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2968, 422, 'our_team_education', ''),
(2969, 422, '_our_team_education', 'field_5ab15b6f1f16b'),
(2970, 422, 'our_team_admitted_to_practice_law', ''),
(2971, 422, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2972, 422, 'our_team_experience', ''),
(2973, 422, '_our_team_experience', 'field_5ab15bcc546f2'),
(2974, 422, 'our_team_member_certifications', ''),
(2975, 422, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2976, 423, '_edit_lock', '1524690198:1'),
(2977, 423, '_edit_last', '1'),
(2978, 423, '_yoast_wpseo_content_score', '30'),
(2979, 423, 'our_team_position', 'Tax Consultant'),
(2980, 423, '_our_team_position', 'field_5ab15b5f1f16a'),
(2981, 423, 'our_team_years_experience', ''),
(2982, 423, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2983, 423, 'our_team_education', ''),
(2984, 423, '_our_team_education', 'field_5ab15b6f1f16b'),
(2985, 423, 'our_team_admitted_to_practice_law', ''),
(2986, 423, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2987, 423, 'our_team_experience', ''),
(2988, 423, '_our_team_experience', 'field_5ab15bcc546f2'),
(2989, 423, 'our_team_member_certifications', ''),
(2990, 423, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(2991, 424, 'our_team_position', 'Tax Consultant'),
(2992, 424, '_our_team_position', 'field_5ab15b5f1f16a'),
(2993, 424, 'our_team_years_experience', ''),
(2994, 424, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(2995, 424, 'our_team_education', ''),
(2996, 424, '_our_team_education', 'field_5ab15b6f1f16b'),
(2997, 424, 'our_team_admitted_to_practice_law', ''),
(2998, 424, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(2999, 424, 'our_team_experience', ''),
(3000, 424, '_our_team_experience', 'field_5ab15bcc546f2'),
(3001, 424, 'our_team_member_certifications', ''),
(3002, 424, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3003, 425, '_edit_lock', '1524773803:2'),
(3004, 425, '_edit_last', '2'),
(3005, 425, '_yoast_wpseo_content_score', '30'),
(3006, 425, 'our_team_position', 'Tax Consultant'),
(3007, 425, '_our_team_position', 'field_5ab15b5f1f16a'),
(3008, 425, 'our_team_years_experience', ''),
(3009, 425, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3010, 425, 'our_team_education', ''),
(3011, 425, '_our_team_education', 'field_5ab15b6f1f16b'),
(3012, 425, 'our_team_admitted_to_practice_law', ''),
(3013, 425, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3014, 425, 'our_team_experience', ''),
(3015, 425, '_our_team_experience', 'field_5ab15bcc546f2'),
(3016, 425, 'our_team_member_certifications', ''),
(3017, 425, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3018, 426, 'our_team_position', 'Tax Consultant'),
(3019, 426, '_our_team_position', 'field_5ab15b5f1f16a'),
(3020, 426, 'our_team_years_experience', ''),
(3021, 426, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3022, 426, 'our_team_education', ''),
(3023, 426, '_our_team_education', 'field_5ab15b6f1f16b'),
(3024, 426, 'our_team_admitted_to_practice_law', ''),
(3025, 426, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3026, 426, 'our_team_experience', ''),
(3027, 426, '_our_team_experience', 'field_5ab15bcc546f2'),
(3028, 426, 'our_team_member_certifications', ''),
(3029, 426, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3030, 427, '_edit_lock', '1524150229:2'),
(3031, 427, '_edit_last', '2'),
(3032, 427, '_yoast_wpseo_content_score', '30'),
(3033, 427, 'our_team_position', 'Tax Consultant'),
(3034, 427, '_our_team_position', 'field_5ab15b5f1f16a'),
(3035, 427, 'our_team_years_experience', ''),
(3036, 427, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3037, 427, 'our_team_education', ''),
(3038, 427, '_our_team_education', 'field_5ab15b6f1f16b'),
(3039, 427, 'our_team_admitted_to_practice_law', ''),
(3040, 427, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3041, 427, 'our_team_experience', ''),
(3042, 427, '_our_team_experience', 'field_5ab15bcc546f2'),
(3043, 427, 'our_team_member_certifications', ''),
(3044, 427, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3045, 428, 'our_team_position', 'Tax Consultant'),
(3046, 428, '_our_team_position', 'field_5ab15b5f1f16a'),
(3047, 428, 'our_team_years_experience', ''),
(3048, 428, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3049, 428, 'our_team_education', ''),
(3050, 428, '_our_team_education', 'field_5ab15b6f1f16b'),
(3051, 428, 'our_team_admitted_to_practice_law', ''),
(3052, 428, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3053, 428, 'our_team_experience', ''),
(3054, 428, '_our_team_experience', 'field_5ab15bcc546f2'),
(3055, 428, 'our_team_member_certifications', ''),
(3056, 428, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3057, 429, '_edit_lock', '1524150995:2'),
(3058, 429, '_edit_last', '2'),
(3059, 429, '_yoast_wpseo_content_score', '30'),
(3060, 429, 'our_team_position', 'Tax Consultant'),
(3061, 429, '_our_team_position', 'field_5ab15b5f1f16a'),
(3062, 429, 'our_team_years_experience', ''),
(3063, 429, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3064, 429, 'our_team_education', ''),
(3065, 429, '_our_team_education', 'field_5ab15b6f1f16b'),
(3066, 429, 'our_team_admitted_to_practice_law', ''),
(3067, 429, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3068, 429, 'our_team_experience', ''),
(3069, 429, '_our_team_experience', 'field_5ab15bcc546f2'),
(3070, 429, 'our_team_member_certifications', ''),
(3071, 429, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3072, 430, 'our_team_position', 'Tax Consultant'),
(3073, 430, '_our_team_position', 'field_5ab15b5f1f16a'),
(3074, 430, 'our_team_years_experience', ''),
(3075, 430, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3076, 430, 'our_team_education', ''),
(3077, 430, '_our_team_education', 'field_5ab15b6f1f16b'),
(3078, 430, 'our_team_admitted_to_practice_law', ''),
(3079, 430, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3080, 430, 'our_team_experience', ''),
(3081, 430, '_our_team_experience', 'field_5ab15bcc546f2'),
(3082, 430, 'our_team_member_certifications', ''),
(3083, 430, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3084, 431, '_edit_lock', '1524150264:2'),
(3085, 431, '_edit_last', '2'),
(3086, 431, '_yoast_wpseo_content_score', '30'),
(3087, 431, 'our_team_position', 'Tax Consultant'),
(3088, 431, '_our_team_position', 'field_5ab15b5f1f16a'),
(3089, 431, 'our_team_years_experience', ''),
(3090, 431, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3091, 431, 'our_team_education', ''),
(3092, 431, '_our_team_education', 'field_5ab15b6f1f16b'),
(3093, 431, 'our_team_admitted_to_practice_law', ''),
(3094, 431, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3095, 431, 'our_team_experience', ''),
(3096, 431, '_our_team_experience', 'field_5ab15bcc546f2'),
(3097, 431, 'our_team_member_certifications', ''),
(3098, 431, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3099, 432, 'our_team_position', 'Tax Consultant'),
(3100, 432, '_our_team_position', 'field_5ab15b5f1f16a'),
(3101, 432, 'our_team_years_experience', ''),
(3102, 432, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3103, 432, 'our_team_education', ''),
(3104, 432, '_our_team_education', 'field_5ab15b6f1f16b'),
(3105, 432, 'our_team_admitted_to_practice_law', ''),
(3106, 432, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3107, 432, 'our_team_experience', ''),
(3108, 432, '_our_team_experience', 'field_5ab15bcc546f2'),
(3109, 432, 'our_team_member_certifications', ''),
(3110, 432, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3111, 433, '_edit_lock', '1524514840:2'),
(3112, 433, '_edit_last', '2'),
(3113, 433, '_yoast_wpseo_content_score', '30'),
(3114, 433, 'our_team_position', 'Tax Consultant'),
(3115, 433, '_our_team_position', 'field_5ab15b5f1f16a'),
(3116, 433, 'our_team_years_experience', ''),
(3117, 433, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3118, 433, 'our_team_education', ''),
(3119, 433, '_our_team_education', 'field_5ab15b6f1f16b'),
(3120, 433, 'our_team_admitted_to_practice_law', ''),
(3121, 433, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3122, 433, 'our_team_experience', ''),
(3123, 433, '_our_team_experience', 'field_5ab15bcc546f2'),
(3124, 433, 'our_team_member_certifications', ''),
(3125, 433, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3126, 434, 'our_team_position', 'Tax Consultant'),
(3127, 434, '_our_team_position', 'field_5ab15b5f1f16a'),
(3128, 434, 'our_team_years_experience', ''),
(3129, 434, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3130, 434, 'our_team_education', ''),
(3131, 434, '_our_team_education', 'field_5ab15b6f1f16b'),
(3132, 434, 'our_team_admitted_to_practice_law', ''),
(3133, 434, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3134, 434, 'our_team_experience', ''),
(3135, 434, '_our_team_experience', 'field_5ab15bcc546f2'),
(3136, 434, 'our_team_member_certifications', ''),
(3137, 434, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3138, 435, '_edit_lock', '1524151252:2'),
(3139, 435, '_edit_last', '2'),
(3140, 435, '_yoast_wpseo_content_score', '30'),
(3141, 435, 'our_team_position', 'Tax Consultant'),
(3142, 435, '_our_team_position', 'field_5ab15b5f1f16a'),
(3143, 435, 'our_team_years_experience', ''),
(3144, 435, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3145, 435, 'our_team_education', ''),
(3146, 435, '_our_team_education', 'field_5ab15b6f1f16b'),
(3147, 435, 'our_team_admitted_to_practice_law', ''),
(3148, 435, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3149, 435, 'our_team_experience', ''),
(3150, 435, '_our_team_experience', 'field_5ab15bcc546f2'),
(3151, 435, 'our_team_member_certifications', ''),
(3152, 435, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3153, 436, 'our_team_position', 'Tax Consultant'),
(3154, 436, '_our_team_position', 'field_5ab15b5f1f16a'),
(3155, 436, 'our_team_years_experience', ''),
(3156, 436, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3157, 436, 'our_team_education', ''),
(3158, 436, '_our_team_education', 'field_5ab15b6f1f16b'),
(3159, 436, 'our_team_admitted_to_practice_law', ''),
(3160, 436, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3161, 436, 'our_team_experience', ''),
(3162, 436, '_our_team_experience', 'field_5ab15bcc546f2'),
(3163, 436, 'our_team_member_certifications', ''),
(3164, 436, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3165, 437, '_edit_lock', '1524150322:2'),
(3166, 437, '_edit_last', '2'),
(3167, 437, '_yoast_wpseo_content_score', '30'),
(3168, 437, 'our_team_position', 'Tax Consultant'),
(3169, 437, '_our_team_position', 'field_5ab15b5f1f16a'),
(3170, 437, 'our_team_years_experience', ''),
(3171, 437, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3172, 437, 'our_team_education', ''),
(3173, 437, '_our_team_education', 'field_5ab15b6f1f16b'),
(3174, 437, 'our_team_admitted_to_practice_law', ''),
(3175, 437, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3176, 437, 'our_team_experience', ''),
(3177, 437, '_our_team_experience', 'field_5ab15bcc546f2'),
(3178, 437, 'our_team_member_certifications', ''),
(3179, 437, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3180, 438, 'our_team_position', 'Tax Consultant'),
(3181, 438, '_our_team_position', 'field_5ab15b5f1f16a'),
(3182, 438, 'our_team_years_experience', ''),
(3183, 438, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3184, 438, 'our_team_education', ''),
(3185, 438, '_our_team_education', 'field_5ab15b6f1f16b'),
(3186, 438, 'our_team_admitted_to_practice_law', ''),
(3187, 438, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3188, 438, 'our_team_experience', ''),
(3189, 438, '_our_team_experience', 'field_5ab15bcc546f2'),
(3190, 438, 'our_team_member_certifications', ''),
(3191, 438, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3192, 439, '_edit_lock', '1524150346:2'),
(3193, 439, '_edit_last', '2'),
(3194, 439, '_yoast_wpseo_content_score', '30'),
(3195, 439, 'our_team_position', 'Tax Consultant'),
(3196, 439, '_our_team_position', 'field_5ab15b5f1f16a'),
(3197, 439, 'our_team_years_experience', ''),
(3198, 439, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3199, 439, 'our_team_education', ''),
(3200, 439, '_our_team_education', 'field_5ab15b6f1f16b'),
(3201, 439, 'our_team_admitted_to_practice_law', ''),
(3202, 439, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3203, 439, 'our_team_experience', ''),
(3204, 439, '_our_team_experience', 'field_5ab15bcc546f2'),
(3205, 439, 'our_team_member_certifications', ''),
(3206, 439, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3207, 440, 'our_team_position', 'Tax Consultant'),
(3208, 440, '_our_team_position', 'field_5ab15b5f1f16a'),
(3209, 440, 'our_team_years_experience', ''),
(3210, 440, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3211, 440, 'our_team_education', ''),
(3212, 440, '_our_team_education', 'field_5ab15b6f1f16b'),
(3213, 440, 'our_team_admitted_to_practice_law', ''),
(3214, 440, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3215, 440, 'our_team_experience', ''),
(3216, 440, '_our_team_experience', 'field_5ab15bcc546f2'),
(3217, 440, 'our_team_member_certifications', ''),
(3218, 440, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3219, 441, '_wp_attached_file', '2018/03/001.png'),
(3220, 441, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:15:\"2018/03/001.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"001-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team-info\";a:4:{s:4:\"file\";s:15:\"001-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;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:{}}}'),
(3221, 232, 'our_team_learn_more', '1'),
(3222, 232, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3223, 443, 'our_team_content_our_team_position', ''),
(3224, 443, '_our_team_content_our_team_position', 'field_5ab1592963dab'),
(3225, 443, 'our_team_content_our_team_education', ''),
(3226, 443, '_our_team_content_our_team_education', 'field_5ab1595863dac'),
(3227, 443, 'our_team_content_our_team_admitted_to_practice_law', ''),
(3228, 443, '_our_team_content_our_team_admitted_to_practice_law', 'field_5ab1597363dad'),
(3229, 443, 'our_team_content_our_team_experience', ''),
(3230, 443, '_our_team_content_our_team_experience', 'field_5ab1598663dae'),
(3231, 443, 'our_team_content_our_team_member_certifications', ''),
(3232, 443, '_our_team_content_our_team_member_certifications', 'field_5ab1599763daf'),
(3233, 443, 'our_team_content', ''),
(3234, 443, '_our_team_content', 'field_5ab158b2b45e5'),
(3235, 443, 'our_team_position', 'Managing Partner'),
(3236, 443, '_our_team_position', 'field_5ab15b5f1f16a'),
(3237, 443, 'our_team_education', 'Loyola University, B.S.\r\nChicago-Kent College of Law, J.D.'),
(3238, 443, '_our_team_education', 'field_5ab15b6f1f16b'),
(3239, 443, 'our_team_admitted_to_practice_law', 'Illinois'),
(3240, 443, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3241, 443, 'our_team_experience', '48 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Managing Partner (1968 - Present)\r\nCook County States Attorney\'s Office - Condemation Division, Criminal Prosecutor\r\nChicago Title &amp; Trust (Title Insurance Company)'),
(3242, 443, '_our_team_experience', 'field_5ab15bcc546f2'),
(3243, 443, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nChicago, Illinois and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(3244, 443, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3245, 443, 'our_team_years_experience', '48 Years\' Experience'),
(3246, 443, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3247, 443, 'our_team_learn_more', '1'),
(3248, 443, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3249, 251, 'our_team_learn_more', '1'),
(3250, 251, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3251, 444, 'our_team_position', 'Partner'),
(3252, 444, '_our_team_position', 'field_5ab15b5f1f16a'),
(3253, 444, 'our_team_education', 'University of Michigan, B.S.\r\nDePaul University, L.L.B.'),
(3254, 444, '_our_team_education', 'field_5ab15b6f1f16b'),
(3255, 444, 'our_team_admitted_to_practice_law', 'Illinois\r\nMinnesota\r\nTexas'),
(3256, 444, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3257, 444, 'our_team_experience', '46 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Partner (1971 - Present)\r\nVedder Price Law Firm\r\nCook County States Attorney\'s Office\r\nCivil Division\r\nCriminal Division'),
(3258, 444, '_our_team_experience', 'field_5ab15bcc546f2'),
(3259, 444, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Minnesota and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)'),
(3260, 444, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3261, 444, 'our_team_years_experience', '46 Years\' Experience'),
(3262, 444, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3263, 444, 'our_team_learn_more', '1'),
(3264, 444, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3265, 259, '_yoast_wpseo_content_score', '30'),
(3266, 259, 'our_team_learn_more', '1'),
(3267, 259, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3268, 445, 'our_team_position', 'Attorney & Tax Consultant'),
(3269, 445, '_our_team_position', 'field_5ab15b5f1f16a'),
(3270, 445, 'our_team_education', 'University of Iowa, B.S.\r\nLoyola University of Chicago, J.D.'),
(3271, 445, '_our_team_education', 'field_5ab15b6f1f16b'),
(3272, 445, 'our_team_admitted_to_practice_law', 'Illinois\r\nCalifornia\r\nFlorida\r\nDistrict of Columbia'),
(3273, 445, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3274, 445, 'our_team_experience', '19 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Attorney (1997 - Present)'),
(3275, 445, '_our_team_experience', 'field_5ab15bcc546f2'),
(3276, 445, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Calfiornia, Florida and District of Columbia Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)'),
(3277, 445, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3278, 445, 'our_team_years_experience', '19 Years\' Experience'),
(3279, 445, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3280, 445, 'our_team_learn_more', '1'),
(3281, 445, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3282, 266, '_yoast_wpseo_content_score', '30'),
(3283, 266, 'our_team_learn_more', '1'),
(3284, 266, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3285, 446, 'our_team_position', 'Attorney & Tax Consultant'),
(3286, 446, '_our_team_position', 'field_5ab15b5f1f16a'),
(3287, 446, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nChicago-Kent College of Law, J.D.'),
(3288, 446, '_our_team_education', 'field_5ab15b6f1f16b'),
(3289, 446, 'our_team_admitted_to_practice_law', 'Illinois\r\nNew York\r\nNew Jersey\r\nNebraska'),
(3290, 446, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3291, 446, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2014-Present)\r\nFlanagan | Bilton Law Firm, Intern 2011-2014\r\nNew York Yankees\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(3292, 446, '_our_team_experience', 'field_5ab15bcc546f2'),
(3293, 446, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, New York, New Jersey, and Nebraska Bar Associations'),
(3294, 446, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3295, 446, 'our_team_years_experience', ''),
(3296, 446, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3297, 446, 'our_team_learn_more', '1'),
(3298, 446, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3299, 270, '_yoast_wpseo_content_score', '30'),
(3300, 270, 'our_team_learn_more', '1'),
(3301, 270, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3302, 447, 'our_team_position', 'Attorney & Tax Consultant'),
(3303, 447, '_our_team_position', 'field_5ab15b5f1f16a'),
(3304, 447, 'our_team_education', 'Univeristy of Miami, B.B.A.\r\nSt. Thomas University School of Law, J.D.'),
(3305, 447, '_our_team_education', 'field_5ab15b6f1f16b'),
(3306, 447, 'our_team_admitted_to_practice_law', 'Illinois'),
(3307, 447, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3308, 447, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2017-Present)\r\nSears Holdings Corporation, Sr. Tax Manager\r\nFinlay Management, Asset Manager'),
(3309, 447, '_our_team_experience', 'field_5ab15bcc546f2'),
(3310, 447, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois, Chicago, and American Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Admitted to Practice at the U.S. Tax Court</strong>'),
(3311, 447, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3312, 447, 'our_team_years_experience', ''),
(3313, 447, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3314, 447, 'our_team_learn_more', '1'),
(3315, 447, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3316, 275, '_yoast_wpseo_content_score', '30'),
(3317, 275, 'our_team_learn_more', '1'),
(3318, 275, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3319, 448, 'our_team_position', 'Head of Cook County Tax Appeals Division - Senior Tax Consultant'),
(3320, 448, '_our_team_position', 'field_5ab15b5f1f16a'),
(3321, 448, 'our_team_education', 'St. Xavier University, B.A.'),
(3322, 448, '_our_team_education', 'field_5ab15b6f1f16b'),
(3323, 448, 'our_team_admitted_to_practice_law', ''),
(3324, 448, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3325, 448, 'our_team_experience', '33 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Senior Tax Consultant (1994-Present)\r\nCook County Assessor\'s Office\r\nDirector of Commercial Division'),
(3326, 448, '_our_team_experience', 'field_5ab15bcc546f2'),
(3327, 448, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)'),
(3328, 448, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3329, 448, 'our_team_years_experience', '33 Years\' Experience'),
(3330, 448, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3331, 448, 'our_team_learn_more', '1'),
(3332, 448, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3333, 262, '_yoast_wpseo_content_score', '30'),
(3334, 262, 'our_team_learn_more', '1'),
(3335, 262, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3336, 449, 'our_team_position', 'Attorney & Tax Consultant'),
(3337, 449, '_our_team_position', 'field_5ab15b5f1f16a'),
(3338, 449, 'our_team_education', 'Miami of Ohio University, B.S.\r\nFlorida Coastal School of Law, J.D.'),
(3339, 449, '_our_team_education', 'field_5ab15b6f1f16b'),
(3340, 449, 'our_team_admitted_to_practice_law', 'Illinois\r\nNorth Carolina'),
(3341, 449, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3342, 449, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2012-Present)\r\nFlanagan | Bilton Law Firm, Intern (2007-2012)\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(3343, 449, '_our_team_experience', 'field_5ab15bcc546f2'),
(3344, 449, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois and North Carolina Bar Associations'),
(3345, 449, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3346, 449, 'our_team_years_experience', ''),
(3347, 449, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3348, 449, 'our_team_learn_more', '1'),
(3349, 449, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3350, 254, '_yoast_wpseo_content_score', '30'),
(3351, 254, 'our_team_learn_more', '1'),
(3352, 254, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3353, 450, 'our_team_position', 'Head of National Tax Appeals Division - Senior Tax Consultant'),
(3354, 450, '_our_team_position', 'field_5ab15b5f1f16a'),
(3355, 450, 'our_team_education', 'University of Iowa, B.S.'),
(3356, 450, '_our_team_education', 'field_5ab15b6f1f16b'),
(3357, 450, 'our_team_admitted_to_practice_law', ''),
(3358, 450, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3359, 450, 'our_team_experience', '47 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Senior Tax Consultant (1997 - Present)\r\nCook County Assessor\'s Office, Director\r\nCook County Assessor\'s Office, Head of Commercial Division for Tax Appeals'),
(3360, 450, '_our_team_experience', 'field_5ab15bcc546f2'),
(3361, 450, 'our_team_member_certifications', '<strong>Membership</strong>\r\nPresidential Citation and 30 year member of the International Association of Assessing Officers (IAAO)\r\nExecutive Board of IAAO\r\nInstitute of Professionals in Taxation (IPT)\r\n\r\n<strong>Certifications</strong>\r\nCertified Illinois Assessing Officer (CIAO)\r\nCertified Member of the Institute of Property Taxation (CMI)\r\nCertified Tennessee Tax Representative\r\nTexas Senior Appraiser\r\nSenior State Tax Representative in State of Texas'),
(3362, 450, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3363, 450, 'our_team_years_experience', '47 Years\' Experience'),
(3364, 450, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3365, 450, 'our_team_learn_more', '1'),
(3366, 450, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3367, 268, '_yoast_wpseo_content_score', '30'),
(3368, 268, 'our_team_learn_more', '1'),
(3369, 268, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3370, 451, 'our_team_position', 'Attorney & Tax Consultant'),
(3371, 451, '_our_team_position', 'field_5ab15b5f1f16a'),
(3372, 451, 'our_team_education', 'Southern Methodist University, B.B.A.\r\nSouthern Methodist University Dedman School of Law, J.D.'),
(3373, 451, '_our_team_education', 'field_5ab15b6f1f16b'),
(3374, 451, 'our_team_admitted_to_practice_law', 'Texas'),
(3375, 451, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3376, 451, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2016-Present)\r\nFlanagan | Bilton Law Firm, Intern (2012-2015)\r\nSMU Dedman School of Law Federal Taxpayer Representative\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(3377, 451, '_our_team_experience', 'field_5ab15bcc546f2'),
(3378, 451, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nTexas Bar Association'),
(3379, 451, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3380, 451, 'our_team_years_experience', ''),
(3381, 451, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3382, 451, 'our_team_learn_more', '1'),
(3383, 451, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3384, 257, '_yoast_wpseo_content_score', '30'),
(3385, 257, 'our_team_learn_more', '1'),
(3386, 257, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3387, 452, 'our_team_position', 'Senior Attorney & Tax Consultant'),
(3388, 452, '_our_team_position', 'field_5ab15b5f1f16a'),
(3389, 452, 'our_team_education', 'DePaul University, B.S., M.B.A.\r\nJohn Marshall School of Law, J.D.'),
(3390, 452, '_our_team_education', 'field_5ab15b6f1f16b'),
(3391, 452, 'our_team_admitted_to_practice_law', 'Illinois\r\nTexas'),
(3392, 452, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3393, 452, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Senior Attorney (1995 - Present)\r\nThe Balcor Company, Director of Property Taxes'),
(3394, 452, '_our_team_experience', 'field_5ab15bcc546f2'),
(3395, 452, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nIllinois and Texas Bar Associations\r\n\r\n<strong>Membership</strong>\r\nIllinois Society of Certified Public Accountants\r\nInstitute of Professionals in Taxation (IPT)\r\nCertifications\r\nCertified Public Accountant (CPA)\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative\r\nLevel II Certified Indiana Assessor'),
(3396, 452, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3397, 452, 'our_team_years_experience', '25 Years\' Experience'),
(3398, 452, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3399, 452, 'our_team_learn_more', '1'),
(3400, 452, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3401, 272, '_yoast_wpseo_content_score', '30'),
(3402, 272, 'our_team_learn_more', '1'),
(3403, 272, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3404, 453, 'our_team_position', 'Tax Consultant'),
(3405, 453, '_our_team_position', 'field_5ab15b5f1f16a'),
(3406, 453, 'our_team_education', 'DePaul University, B.S.'),
(3407, 453, '_our_team_education', 'field_5ab15b6f1f16b'),
(3408, 453, 'our_team_admitted_to_practice_law', ''),
(3409, 453, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3410, 453, 'our_team_experience', '25 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, Tax Consultant (1991-Present)'),
(3411, 453, '_our_team_experience', 'field_5ab15bcc546f2'),
(3412, 453, 'our_team_member_certifications', '<strong>Membership</strong>\r\nInstitute of Professionals in Taxation (IPT)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Texas Tax Representative\r\nCertified Tennessee Tax Representative'),
(3413, 453, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3414, 453, 'our_team_years_experience', '25 Years\' Experience'),
(3415, 453, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3416, 453, 'our_team_learn_more', '1'),
(3417, 453, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3418, 264, '_yoast_wpseo_content_score', '30'),
(3419, 264, 'our_team_learn_more', '1'),
(3420, 264, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3421, 454, 'our_team_position', 'Attorney & Tax Consultant'),
(3422, 454, '_our_team_position', 'field_5ab15b5f1f16a'),
(3423, 454, 'our_team_education', 'University of Miami, B.B.A.\r\nUniversity of Miami, J.D.'),
(3424, 454, '_our_team_education', 'field_5ab15b6f1f16b'),
(3425, 454, 'our_team_admitted_to_practice_law', 'Florida\r\nMassachusetts\r\nIllinois'),
(3426, 454, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3427, 454, 'our_team_experience', 'Flanagan | Bilton Law Firm, Attorney (2013-Present)\r\nFlanagan | Bilton Law Firm, Intern (2007-2013)\r\nGNP Management - Property Management\r\nNational Tax Search (NTS) - National Property Tax Tracking and Reporting'),
(3428, 454, '_our_team_experience', 'field_5ab15bcc546f2'),
(3429, 454, 'our_team_member_certifications', '<strong>Bar Associations</strong>\r\nFlorida, Massachusetts, and Illinois Bar Associations\r\n\r\n<strong>Membership</strong>\r\nInternational Association of Assessing Officers (IAAO)\r\nAppraisal Institute (AI)\r\n\r\n<strong>Certifications</strong>\r\nCertified Arizona Tax Representative'),
(3430, 454, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3431, 454, 'our_team_years_experience', ''),
(3432, 454, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3433, 454, 'our_team_learn_more', '1'),
(3434, 454, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3435, 277, '_yoast_wpseo_content_score', '30'),
(3436, 277, 'our_team_learn_more', '1'),
(3437, 277, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3438, 455, 'our_team_position', 'Real Estate Tax Consultant - Paralegal Manager'),
(3439, 455, '_our_team_position', 'field_5ab15b5f1f16a'),
(3440, 455, 'our_team_education', 'Indiana University, B.S.\r\nLoyola University of Chicago, M.B.A.\r\nRoosevelt University, Paralegal Certificate Program - Specialization: Real Estate and Mortgages'),
(3441, 455, '_our_team_education', 'field_5ab15b6f1f16b'),
(3442, 455, 'our_team_admitted_to_practice_law', ''),
(3443, 455, '_our_team_admitted_to_practice_law', 'field_5ab15bba546f1'),
(3444, 455, 'our_team_experience', '29 Years\' Experience in Property Tax Appeals\r\nFlanagan | Bilton Law Firm, 1987-Present'),
(3445, 455, '_our_team_experience', 'field_5ab15bcc546f2'),
(3446, 455, 'our_team_member_certifications', ''),
(3447, 455, '_our_team_member_certifications', 'field_5ab15bd8546f3'),
(3448, 455, 'our_team_years_experience', '29 Years\' Experience'),
(3449, 455, '_our_team_years_experience', 'field_5ab165e67d2c9'),
(3450, 455, 'our_team_learn_more', '1'),
(3451, 455, '_our_team_learn_more', 'field_5ad8f087cd457'),
(3452, 2, '_yoast_wpseo_title', 'Property Tax Consultants & Lawyers - Flanagan | Bilton LLC'),
(3453, 456, 'hero_title', 'Practice Areas'),
(3454, 456, '_hero_title', 'field_5aa041472edc6'),
(3455, 456, 'hero_subtitle', 'Custom Services Tailored to Your Needs...'),
(3456, 456, '_hero_subtitle', 'field_5aa041672edc7'),
(3457, 456, 'hero_description', 'Flanagan | Bilton provides comprehensive services customized to the property tax requirements of individual portfolios. Clients can take advantage of one or more of the many services:'),
(3458, 456, '_hero_description', 'field_5aa0417fa5b60'),
(3459, 456, 'page_image', '381'),
(3460, 456, '_page_image', 'field_5aafcb39bb2a0'),
(3461, 457, 'hero_title', 'Property Tax Services'),
(3462, 457, '_hero_title', 'field_5aa041472edc6'),
(3463, 457, 'hero_subtitle', 'Custom Services Tailored to Your Needs...'),
(3464, 457, '_hero_subtitle', 'field_5aa041672edc7'),
(3465, 457, 'hero_description', 'Flanagan | Bilton provides comprehensive services customized to the property tax requirements of individual portfolios. Clients can take advantage of one or more of the many services:'),
(3466, 457, '_hero_description', 'field_5aa0417fa5b60'),
(3467, 457, 'page_image', '381'),
(3468, 457, '_page_image', 'field_5aafcb39bb2a0'),
(3469, 2, '_yoast_wpseo_focuskw_text_input', 'Property Tax Consultants Property Tax Lawyers'),
(3470, 2, '_yoast_wpseo_focuskw', 'Property Tax Consultants Property Tax Lawyers'),
(3471, 2, '_yoast_wpseo_linkdex', '7'),
(3472, 14, '_yoast_wpseo_focuskw_text_input', 'Property Tax Services'),
(3473, 14, '_yoast_wpseo_focuskw', 'Property Tax Services'),
(3474, 14, '_yoast_wpseo_linkdex', '28'),
(3475, 458, '_wp_attached_file', '2018/03/test_image.jpeg'),
(3476, 458, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:23:\"2018/03/test_image.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"test_image-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team-info\";a:4:{s:4:\"file\";s:23:\"test_image-146x146.jpeg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3478, 251, '_yoast_wpseo_primary_category-our-team', ''),
(3479, 232, '_yoast_wpseo_primary_category-our-team', ''),
(3480, 232, '_thumbnail_id', '441'),
(3481, 2, 'home_about_video', 'https://player.vimeo.com/video/258122154'),
(3482, 2, '_home_about_video', 'field_5b621f33b5e2a'),
(3483, 460, 'hero_title', 'National Property Tax Consulting & Law Firm'),
(3484, 460, '_hero_title', 'field_5aa041472edc6'),
(3485, 460, 'hero_subtitle', ''),
(3486, 460, '_hero_subtitle', 'field_5aa041672edc7'),
(3487, 460, 'hero_description', 'Collaboration is what makes our firm different.'),
(3488, 460, '_hero_description', 'field_5aa0417fa5b60'),
(3489, 460, 'home_about_title', 'About Us'),
(3490, 460, '_home_about_title', 'field_5aa28d10c0130'),
(3491, 460, 'home_about_body', ''),
(3492, 460, '_home_about_body', 'field_5aa28d25c0131'),
(3493, 460, 'home_about_background_image', '93'),
(3494, 460, '_home_about_background_image', 'field_5aa28d77c0133'),
(3495, 460, 'home_about_icon', '331'),
(3496, 460, '_home_about_icon', 'field_5aa28d47c0132'),
(3497, 460, 'home_about_show', '1'),
(3498, 460, '_home_about_show', 'field_5aa67ae7ddcf5'),
(3499, 460, 'home_about_content', '<span style=\"font-weight: 400;\">Flanagan | Bilton LLC, is a firm of experienced attorneys and tax consultants who have represented clients on property tax matters for 50 years. Unlike most tax consulting firms, we provide services that offer tax consulting opinions as well as expert legal advice in matters strictly related to property taxes. Prior to entering private practice, our principals accumulated over 30 years of state and local government service – focusing on tax matters, property valuations and litigation at the trial level, appellate level and Supreme Court.</span>\r\n\r\n<span style=\"font-weight: 400;\">Headquartered in Chicago, our exceptional national practice serves more than 1,000 clients in all 50 states, including a wide-range of real estate investment trusts (REIT’s), banks, insurance companies and pension funds.</span>'),
(3500, 460, '_home_about_content', 'field_5aa28d25c0131'),
(3501, 460, 'home_pratice_area_title', 'Practice Areas'),
(3502, 460, '_home_pratice_area_title', 'field_5aa6df5cbc11a'),
(3503, 460, 'home_practice_area_button_text', 'Learn More'),
(3504, 460, '_home_practice_area_button_text', 'field_5aa6df6abc11b'),
(3505, 460, 'home_practice_area_show', '1'),
(3506, 460, '_home_practice_area_show', 'field_5aa6e1940d151'),
(3507, 460, 'home_practice_area_background', '144'),
(3508, 460, '_home_practice_area_background', 'field_5aabc2cd9a37c'),
(3509, 460, 'home_about_video', 'https://player.vimeo.com/video/258122154'),
(3510, 460, '_home_about_video', 'field_5b621f33b5e2a');

-- --------------------------------------------------------

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

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2, 1, '2018-03-02 12:36:09', '2018-03-02 12:36:09', '', 'Home', '', 'publish', 'closed', 'open', '', 'home', '', '', '2018-08-01 21:12:55', '2018-08-01 21:12:55', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?page_id=2', 0, 'page', '', 0),
(4, 1, '2018-03-05 20:37:42', '2018-03-05 20:37:42', '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:\r\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ña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\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>\r\nAs a new WordPress user, you should go to <a href=\"http://localhost/repositorio-flanaganbilton-web/web/wp/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-05 20:37:42', '2018-03-05 20:37:42', '', 2, 'http://localhost/repositorio-flanagan/web/?p=4', 0, 'revision', '', 0),
(5, 1, '2018-03-05 20:38:43', '2018-03-05 20:38:43', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-05 20:38:43', '2018-03-05 20:38:43', '', 2, 'http://localhost/repositorio-flanagan/web/2-revision-v1', 0, 'revision', '', 0),
(6, 1, '2018-03-05 20:39:31', '2018-03-05 20:39:31', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2018-03-22 19:48:30', '2018-03-22 19:48:30', '', 0, 'http://localhost/repositorio-flanagan/web/?page_id=6', 0, 'page', '', 0),
(7, 1, '2018-03-05 20:39:31', '2018-03-05 20:39:31', '', 'Contact US', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-03-05 20:39:31', '2018-03-05 20:39:31', '', 6, 'http://localhost/repositorio-flanagan/web/6-revision-v1', 0, 'revision', '', 0),
(8, 1, '2018-03-05 20:39:58', '2018-03-05 20:39:58', '', 'F|B Advantage', '', 'publish', 'closed', 'closed', '', 'fb-advantage', '', '', '2018-04-19 14:40:14', '2018-04-19 14:40:14', '', 0, 'http://localhost/repositorio-flanagan/web/?page_id=8', 0, 'page', '', 0),
(9, 1, '2018-03-05 20:39:58', '2018-03-05 20:39:58', '', 'FB Advantage', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-03-05 20:39:58', '2018-03-05 20:39:58', '', 8, 'http://localhost/repositorio-flanagan/web/8-revision-v1', 0, 'revision', '', 0),
(10, 1, '2018-03-05 20:40:19', '2018-03-05 20:40:19', '', 'Our Team', '', 'publish', 'closed', 'closed', '', 'our-team', '', '', '2018-04-19 14:46:56', '2018-04-19 14:46:56', '', 0, 'http://localhost/repositorio-flanagan/web/?page_id=10', 0, 'page', '', 0),
(11, 1, '2018-03-05 20:40:19', '2018-03-05 20:40:19', '', 'Our Team', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2018-03-05 20:40:19', '2018-03-05 20:40:19', '', 10, 'http://localhost/repositorio-flanagan/web/10-revision-v1', 0, 'revision', '', 0),
(12, 1, '2018-03-05 20:40:52', '2018-03-05 20:40:52', '', 'Pay My Invoice', '', 'publish', 'closed', 'closed', '', 'pay-my-invoice', '', '', '2018-04-16 17:04:29', '2018-04-16 17:04:29', '', 0, 'http://localhost/repositorio-flanagan/web/?page_id=12', 0, 'page', '', 0),
(13, 1, '2018-03-05 20:40:52', '2018-03-05 20:40:52', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-03-05 20:40:52', '2018-03-05 20:40:52', '', 12, 'http://localhost/repositorio-flanagan/web/12-revision-v1', 0, 'revision', '', 0),
(14, 1, '2018-03-05 20:41:16', '2018-03-05 20:41:16', '', 'Property Tax Services', '', 'publish', 'closed', 'closed', '', 'property-tax-services', '', '', '2018-04-25 21:31:17', '2018-04-25 21:31:17', '', 0, 'http://localhost/repositorio-flanagan/web/?page_id=14', 0, 'page', '', 0),
(15, 1, '2018-03-05 20:41:16', '2018-03-05 20:41:16', '', 'Practice Areas', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2018-03-05 20:41:16', '2018-03-05 20:41:16', '', 14, 'http://localhost/repositorio-flanagan/web/14-revision-v1', 0, 'revision', '', 0),
(16, 1, '2018-03-05 20:42:06', '2018-03-05 20:42:06', '', 'Software Demo', '', 'publish', 'closed', 'closed', '', 'software-demo', '', '', '2018-03-28 18:50:50', '2018-03-28 18:50:50', '', 0, 'http://localhost/repositorio-flanagan/web/?page_id=16', 0, 'page', '', 0),
(17, 1, '2018-03-05 20:42:06', '2018-03-05 20:42:06', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-05 20:42:06', '2018-03-05 20:42:06', '', 16, 'http://localhost/repositorio-flanagan/web/16-revision-v1', 0, 'revision', '', 0),
(18, 1, '2018-03-05 21:06:36', '2018-03-05 21:06:36', ' ', '', '', 'publish', 'closed', 'closed', '', '18', '', '', '2018-03-12 21:05:47', '2018-03-12 21:05:47', '', 0, 'http://localhost/repositorio-flanagan/web/?p=18', 4, 'nav_menu_item', '', 0),
(19, 1, '2018-03-05 21:06:39', '2018-03-05 21:06:39', ' ', '', '', 'publish', 'closed', 'closed', '', '19', '', '', '2018-03-12 21:05:45', '2018-03-12 21:05:45', '', 0, 'http://localhost/repositorio-flanagan/web/?p=19', 1, 'nav_menu_item', '', 0),
(20, 1, '2018-03-05 21:06:41', '2018-03-05 21:06:41', ' ', '', '', 'publish', 'closed', 'closed', '', '20', '', '', '2018-03-12 21:05:48', '2018-03-12 21:05:48', '', 0, 'http://localhost/repositorio-flanagan/web/?p=20', 5, 'nav_menu_item', '', 0),
(21, 1, '2018-03-05 21:06:44', '2018-03-05 21:06:44', ' ', '', '', 'publish', 'closed', 'closed', '', '21', '', '', '2018-03-12 21:05:47', '2018-03-12 21:05:47', '', 0, 'http://localhost/repositorio-flanagan/web/?p=21', 3, 'nav_menu_item', '', 0),
(22, 1, '2018-03-05 21:06:46', '2018-03-05 21:06:46', ' ', '', '', 'publish', 'closed', 'closed', '', '22', '', '', '2018-03-12 21:05:46', '2018-03-12 21:05:46', '', 0, 'http://localhost/repositorio-flanagan/web/?p=22', 2, 'nav_menu_item', '', 0),
(23, 1, '2018-03-05 21:06:48', '2018-03-05 21:06:48', ' ', '', '', 'publish', 'closed', 'closed', '', '23', '', '', '2018-03-12 21:05:49', '2018-03-12 21:05:49', '', 0, 'http://localhost/repositorio-flanagan/web/?p=23', 6, 'nav_menu_item', '', 0),
(25, 1, '2018-03-07 19:05:01', '2018-03-07 19:05:01', '', 'Client Access', '', 'publish', 'closed', 'closed', '', 'client-access', '', '', '2018-03-12 21:05:50', '2018-03-12 21:05:50', '', 0, 'http://localhost/repositorio-flanagan/web/?p=25', 7, 'nav_menu_item', '', 0),
(26, 1, '2018-03-07 19:05:03', '2018-03-07 19:05:03', '', 'Careers', '', 'publish', 'closed', 'closed', '', 'careers', '', '', '2018-03-12 21:05:51', '2018-03-12 21:05:51', '', 0, 'http://localhost/repositorio-flanagan/web/?p=26', 8, 'nav_menu_item', '', 0),
(27, 1, '2018-03-07 19:45:57', '2018-03-07 19:45:57', '', 'Hero', '', 'publish', 'closed', 'closed', '', 'acf_hero', '', '', '2018-03-07 19:46:30', '2018-03-07 19:46:30', '', 0, 'http://localhost/repositorio-flanagan/web/?post_type=acf&#038;p=27', 0, 'acf', '', 0),
(28, 1, '2018-03-07 19:49:27', '2018-03-07 19:49:27', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-07 19:49:27', '2018-03-07 19:49:27', '', 2, 'http://localhost/repositorio-flanagan/web/2-revision-v1', 0, 'revision', '', 0),
(35, 1, '2018-03-14 14:17:57', '2018-03-14 14:17:57', '', 'Banner #01', '', 'publish', 'open', 'open', '', 'banner-01', '', '', '2018-03-26 20:18:41', '2018-03-26 20:18:41', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=carousel&#038;p=35', 0, 'carousel', '', 0),
(36, 1, '2018-03-09 13:36:33', '2018-03-09 13:36:33', '', 'About', '', 'publish', 'closed', 'closed', '', 'acf_about', '', '', '2018-03-12 17:54:19', '2018-03-12 17:54:19', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf&#038;p=36', 0, 'acf', '', 0),
(38, 1, '2018-03-12 17:08:33', '2018-03-12 17:08:33', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-12 17:08:33', '2018-03-12 17:08:33', '', 2, 'http://localhost/repositorio-flanaganbilton-web/web/2-revision-v1', 0, 'revision', '', 0),
(39, 1, '2018-03-12 17:50:36', '2018-03-12 17:50:36', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-03-12 17:50:36', '2018-03-12 17:50:36', '', 6, 'http://localhost/repositorio-flanagan/web/6-revision-v1', 0, 'revision', '', 0),
(40, 1, '2018-03-12 17:53:03', '2018-03-12 17:53:03', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-12 17:53:03', '2018-03-12 17:53:03', '', 2, 'http://localhost/repositorio-flanagan/web/2-revision-v1', 0, 'revision', '', 0),
(41, 1, '2018-03-12 17:54:57', '2018-03-12 17:54:57', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-12 17:54:57', '2018-03-12 17:54:57', '', 2, 'http://localhost/repositorio-flanagan/web/2-revision-v1', 0, 'revision', '', 0),
(42, 1, '2018-03-12 19:50:30', '2018-03-12 19:50:30', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"2\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:14:\"featured_image\";}s:11:\"description\";s:0:\"\";}', 'About', 'about', 'publish', 'closed', 'closed', '', 'group_5aa6da062960a', '', '', '2018-08-01 21:02:39', '2018-08-01 21:02:39', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field-group&#038;p=42', 0, 'acf-field-group', '', 0),
(43, 1, '2018-03-12 19:50:31', '2018-03-12 19:50:31', 'a:11:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;}', 'Title', 'home_about_title', 'publish', 'closed', 'closed', '', 'field_5aa28d10c0130', '', '', '2018-03-12 19:50:31', '2018-03-12 19:50:31', '', 42, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&p=43', 1, 'acf-field', '', 0),
(44, 1, '2018-03-12 19:50:32', '2018-03-12 19:50:32', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:17:\"conditional_logic\";i:0;s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:13:\"default_value\";s:0:\"\";s:5:\"delay\";i:0;}', 'Content', 'home_about_content', 'publish', 'closed', 'closed', '', 'field_5aa28d25c0131', '', '', '2018-03-12 19:50:32', '2018-03-12 19:50:32', '', 42, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&p=44', 2, 'acf-field', '', 0),
(47, 1, '2018-03-12 19:50:34', '2018-03-12 19:50:34', 'a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:1;s:2:\"ui\";i:1;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}', 'Show this area?', 'home_about_show', 'publish', 'closed', 'closed', '', 'field_5aa67ae7ddcf5', '', '', '2018-03-13 13:37:19', '2018-03-13 13:37:19', '', 42, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&#038;p=47', 0, 'acf-field', '', 0),
(48, 1, '2018-03-12 19:50:35', '2018-03-12 19:50:35', 'a:7:{s:8:\"location\";a:1:{i:0;a:4:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}i:1;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"12\";}i:2;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"16\";}i:3;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"6\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Hero', 'hero', 'publish', 'closed', 'closed', '', 'group_5aa6da0b8a21e', '', '', '2018-03-20 13:59:14', '2018-03-20 13:59:14', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field-group&#038;p=48', 0, 'acf-field-group', '', 0),
(49, 1, '2018-03-12 19:50:36', '2018-03-12 19:50:36', 'a:11:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;}', 'Title', 'hero_title', 'publish', 'closed', 'closed', '', 'field_5aa041472edc6', '', '', '2018-03-12 19:50:36', '2018-03-12 19:50:36', '', 48, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&p=49', 0, 'acf-field', '', 0),
(50, 1, '2018-03-12 19:50:37', '2018-03-12 19:50:37', 'a:11:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;}', 'Subtitle', 'hero_subtitle', 'publish', 'closed', 'closed', '', 'field_5aa041672edc7', '', '', '2018-03-12 19:50:37', '2018-03-12 19:50:37', '', 48, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&p=50', 1, 'acf-field', '', 0),
(51, 1, '2018-03-12 19:50:38', '2018-03-12 19:50:38', 'a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:9:\"new_lines\";s:2:\"br\";}', 'Description', 'hero_description', 'publish', 'closed', 'closed', '', 'field_5aa0417fa5b60', '', '', '2018-03-12 19:50:38', '2018-03-12 19:50:38', '', 48, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&p=51', 2, 'acf-field', '', 0),
(53, 1, '2018-03-12 20:14:02', '2018-03-12 20:14:02', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"2\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:14:\"featured_image\";}s:11:\"description\";s:0:\"\";}', 'Practice Areas', 'practice-areas', 'publish', 'closed', 'closed', '', 'group_5aa6df4db3b4d', '', '', '2018-03-16 13:48:00', '2018-03-16 13:48:00', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field-group&#038;p=53', 0, 'acf-field-group', '', 0),
(54, 1, '2018-03-12 20:14:03', '2018-03-12 20:14:03', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Title', 'home_pratice_area_title', 'publish', 'closed', 'closed', '', 'field_5aa6df5cbc11a', '', '', '2018-03-12 20:24:21', '2018-03-12 20:24:21', '', 53, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&#038;p=54', 1, 'acf-field', '', 0),
(55, 1, '2018-03-12 20:14:04', '2018-03-12 20:14:04', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Button Text', 'home_practice_area_button_text', 'publish', 'closed', 'closed', '', 'field_5aa6df6abc11b', '', '', '2018-03-12 20:24:22', '2018-03-12 20:24:22', '', 53, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&#038;p=55', 2, 'acf-field', '', 0),
(56, 1, '2018-03-12 20:17:35', '2018-03-12 20:17:35', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-12 20:17:35', '2018-03-12 20:17:35', '', 2, 'http://localhost/repositorio-flanaganbilton-web/web/2-revision-v1', 0, 'revision', '', 0),
(57, 1, '2018-03-12 20:23:25', '2018-03-12 20:23:25', 'a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:1;s:2:\"ui\";i:1;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}', 'Show this area?', 'home_practice_area_show', 'publish', 'closed', 'closed', '', 'field_5aa6e1940d151', '', '', '2018-03-13 13:37:25', '2018-03-13 13:37:25', '', 53, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&#038;p=57', 0, 'acf-field', '', 0),
(60, 1, '2018-03-13 13:29:30', '2018-03-13 13:29:30', '<span style=\"font-weight: 400;\">Flanagan | Bilton monitors and evaluates property tax assessments, files appeals, negotiates settlements, appears before boards or property tax commissions, and pursue legal remedies. </span>', 'Real Estate Property Tax Appeals', 'Flanagan | Bilton monitors and evaluates property tax assessments, files appeals, negotiates settlements, appears before boards or property tax commissions, and pursue legal remedies.\r\n', 'publish', 'open', 'open', '', 'advice-on-purchases', '', '', '2018-04-19 14:34:48', '2018-04-19 14:34:48', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=practice-area&#038;p=60', 1, 'practice-area', '', 0),
(61, 1, '2018-03-13 13:29:30', '2018-03-13 13:29:30', '', 'Advice On Purchases', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2018-03-13 13:29:30', '2018-03-13 13:29:30', '', 60, 'http://localhost/repositorio-flanaganbilton-web/web/60-revision-v1', 0, 'revision', '', 0),
(62, 1, '2018-03-13 13:30:05', '2018-03-13 13:30:05', '<span style=\"font-weight: 400;\">After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.</span>', 'Application for Tax Incentives', 'After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.', 'publish', 'open', 'open', '', 'application-for-tax-incentives', '', '', '2018-04-19 14:38:15', '2018-04-19 14:38:15', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=practice-area&#038;p=62', 5, 'practice-area', '', 0),
(63, 1, '2018-03-13 13:30:05', '2018-03-13 13:30:05', '', 'Application for Tax Incentives', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2018-03-13 13:30:05', '2018-03-13 13:30:05', '', 62, 'http://localhost/repositorio-flanaganbilton-web/web/62-revision-v1', 0, 'revision', '', 0),
(64, 1, '2018-03-13 13:30:32', '2018-03-13 13:30:32', '<span style=\"font-weight: 400;\">Unlike tax consulting firms, Flanagan | Bilton is a property tax law firm, handling the appeal process from local assessing offices to filing lawsuits all the way up to the Supreme Court. </span>', 'Legal Court Proceedings', 'Unlike tax consulting firms, Flanagan | Bilton is a property tax law firm, handling the appeal process from local assessing offices to filing lawsuits all the way up to the Supreme Court. ', 'publish', 'open', 'open', '', 'management-of-taxes-and-property-improvements', '', '', '2018-04-19 14:36:18', '2018-04-19 14:36:18', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=practice-area&#038;p=64', 2, 'practice-area', '', 0),
(65, 1, '2018-03-13 13:30:32', '2018-03-13 13:30:32', '', 'Management of Taxes and Property Improvements', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2018-03-13 13:30:32', '2018-03-13 13:30:32', '', 64, 'http://localhost/repositorio-flanaganbilton-web/web/64-revision-v1', 0, 'revision', '', 0),
(66, 1, '2018-03-13 13:38:58', '2018-03-13 13:38:58', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-13 13:38:58', '2018-03-13 13:38:58', '', 2, 'http://localhost/repositorio-flanaganbilton-web/web/2-revision-v1', 0, 'revision', '', 0),
(67, 1, '2018-03-13 13:40:39', '2018-03-13 13:40:39', '<span style=\"font-weight: 400;\">For those jurisdictions that require a taxpayer to file tangible personal property reports, Flanagan|Bilton prepares timely and accurate filings of personal property schedules to local governing bodies.</span>', 'Personal Property Tax Filings', 'For those jurisdictions that require a taxpayer to file tangible personal property reports, Flanagan|Bilton prepares timely and accurate filings of personal property schedules to local governing bodies.', 'publish', 'open', 'open', '', 'analysis-of-final-assessments', '', '', '2018-04-19 14:36:58', '2018-04-19 14:36:58', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=practice-area&#038;p=67', 3, 'practice-area', '', 0),
(68, 1, '2018-03-13 13:40:39', '2018-03-13 13:40:39', '', 'Analysis of Final Assessments', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2018-03-13 13:40:39', '2018-03-13 13:40:39', '', 67, 'http://localhost/repositorio-flanaganbilton-web/web/67-revision-v1', 0, 'revision', '', 0),
(69, 1, '2018-03-13 13:46:21', '2018-03-13 13:46:21', 'Lorem ipsum dolor', 'Analysis of Final Assessments', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2018-03-13 13:46:21', '2018-03-13 13:46:21', '', 67, 'http://localhost/repositorio-flanaganbilton-web/web/67-revision-v1', 0, 'revision', '', 0),
(70, 1, '2018-03-13 13:46:43', '2018-03-13 13:46:43', 'Lorem ipsum dolor', 'Advice On Purchases', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2018-03-13 13:46:43', '2018-03-13 13:46:43', '', 60, 'http://localhost/repositorio-flanaganbilton-web/web/60-revision-v1', 0, 'revision', '', 0),
(71, 1, '2018-03-13 13:46:46', '2018-03-13 13:46:46', 'Lorem ipsum dolor', 'Application for Tax Incentives', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2018-03-13 13:46:46', '2018-03-13 13:46:46', '', 62, 'http://localhost/repositorio-flanaganbilton-web/web/62-revision-v1', 0, 'revision', '', 0),
(72, 1, '2018-03-13 13:46:49', '2018-03-13 13:46:49', 'Lorem ipsum dolor', 'Management of Taxes and Property Improvements', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2018-03-13 13:46:49', '2018-03-13 13:46:49', '', 64, 'http://localhost/repositorio-flanaganbilton-web/web/64-revision-v1', 0, 'revision', '', 0),
(73, 1, '2018-03-13 13:57:22', '2018-03-13 13:57:22', '', 'Advice On Purchases', 'Lorem ipsum dolor', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2018-03-13 13:57:22', '2018-03-13 13:57:22', '', 60, 'http://localhost/repositorio-flanaganbilton-web/web/60-revision-v1', 0, 'revision', '', 0),
(74, 1, '2018-03-13 13:57:38', '2018-03-13 13:57:38', '', 'Analysis of Final Assessments', 'Lorem ipsum dolor', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2018-03-13 13:57:38', '2018-03-13 13:57:38', '', 67, 'http://localhost/repositorio-flanaganbilton-web/web/67-revision-v1', 0, 'revision', '', 0),
(75, 1, '2018-03-13 13:57:41', '2018-03-13 13:57:41', '', 'Application for Tax Incentives', 'Lorem ipsum dolor', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2018-03-13 13:57:41', '2018-03-13 13:57:41', '', 62, 'http://localhost/repositorio-flanaganbilton-web/web/62-revision-v1', 0, 'revision', '', 0),
(76, 1, '2018-03-13 13:57:45', '2018-03-13 13:57:45', '', 'Management of Taxes and Property Improvements', 'Lorem ipsum dolor', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2018-03-13 13:57:45', '2018-03-13 13:57:45', '', 64, 'http://localhost/repositorio-flanaganbilton-web/web/64-revision-v1', 0, 'revision', '', 0),
(77, 1, '2018-03-13 14:08:18', '2018-03-13 14:08:18', '<span style=\"font-weight: 400;\">Before purchasing a property, Flanagan | Bilton will investigate its tax status and provide property tax estimates for potential acquisitions. </span>', 'Tax Estimates & Projections', 'Before purchasing a property, Flanagan | Bilton will investigate its tax status and provide property tax estimates for potential acquisitions. ', 'publish', 'open', 'open', '', 'appearance-before-the-review-board', '', '', '2018-04-19 14:37:40', '2018-04-19 14:37:40', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=practice-area&#038;p=77', 4, 'practice-area', '', 0),
(78, 1, '2018-03-13 14:08:18', '2018-03-13 14:08:18', '', 'Appearance Before the review board', 'Lorem ipsum', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2018-03-13 14:08:18', '2018-03-13 14:08:18', '', 77, 'http://localhost/repositorio-flanaganbilton-web/web/77-revision-v1', 0, 'revision', '', 0),
(83, 1, '2018-03-13 14:09:38', '2018-03-13 14:09:38', '<span style=\"font-weight: 400;\">Each client can take advantage of Flanagan | Bilton’s state-of-the-art online portfolio manager reporting system.  Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.</span>', 'F|B Portfolio Manager Software', 'Each client can take advantage of Flanagan | Bilton’s state-of-the-art online portfolio manager reporting system.', 'publish', 'open', 'open', '', 'fb-portfolio-manager-software', '', '', '2018-04-19 14:39:09', '2018-04-19 14:39:09', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=practice-area&#038;p=83', 6, 'practice-area', '', 0),
(84, 1, '2018-03-13 14:09:38', '2018-03-13 14:09:38', '', 'F|B Portfolio Manager Software', '', 'inherit', 'closed', 'closed', '', '83-revision-v1', '', '', '2018-03-13 14:09:38', '2018-03-13 14:09:38', '', 83, 'http://localhost/repositorio-flanaganbilton-web/web/83-revision-v1', 0, 'revision', '', 0),
(85, 1, '2018-03-13 14:42:44', '2018-03-13 14:42:44', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-13 14:42:44', '2018-03-13 14:42:44', '', 2, 'http://localhost/repositorio-flanaganbilton-web/web/2-revision-v1', 0, 'revision', '', 0),
(86, 1, '2018-03-13 17:19:47', '2018-03-13 17:19:47', '<div class=\"row\">\r\n    <div class=\"col-form\">\r\n        [text* fullname class:form-contact-home__text placeholder \"Name\"] [email* email class:form-contact-home__text placeholder\r\n        \"Email Address\"] [text phone class:form-contact-home__text placeholder \"Phone Number (Optional)\"]\r\n    </div>\r\n    <div class=\"col-form\">\r\n        [textarea* message class:form-contact-home__textarea placeholder \"Message\"]\r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-form --last\">\r\n        <button class=\"wpcf7-form-control wpcf7-submit form-contact-home__button\">Send message</button>\r\n    </div>\r\n</div>\n1\nFlanagan Bilton - Contact\n[fullname] <wordpress@flanaganbilton.orainteractive.com>\nrip@orainteractive.com\nFrom: [fullname] <[email]>\r\nPhone: [phone]\r\n\r\nMessage Body:\r\n[message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Flanagan Bilton (https://flanaganbilton.orainteractive.com)\nReply-To: [email]\n\n\n\n\nFlanagan Bilton \"[your-subject]\"\nFlanagan Bilton <dev@cappen.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Flanagan Bilton (http://localhost/repositorio-flanaganbilton-web/web)\nReply-To: dev@cappen.com\n\n\n\nThank you for contacting us! Someone from our team will be in touch with you shortly.\nThere was an error trying to send your message. Please try again later.\nPlease ensure all required fields are completed before sending your message.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact Home', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2018-03-26 14:46:52', '2018-03-26 14:46:52', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=wpcf7_contact_form&#038;p=86', 0, 'wpcf7_contact_form', '', 0),
(88, 1, '2018-03-14 14:17:44', '2018-03-14 14:17:44', '', 'rectangle', '', 'inherit', 'open', 'closed', '', 'rectangle', '', '', '2018-03-14 14:17:44', '2018-03-14 14:17:44', '', 35, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/rectangle-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(89, 1, '2018-03-14 14:17:57', '2018-03-14 14:17:57', '', 'Banner #01', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2018-03-14 14:17:57', '2018-03-14 14:17:57', '', 35, 'http://flanaganbilton.cappendev.com/35-revision-v1', 0, 'revision', '', 0),
(90, 1, '2018-03-14 14:18:50', '2018-03-14 14:18:50', '', 'Banner #02', '', 'publish', 'open', 'open', '', 'banner-02', '', '', '2018-03-26 20:16:33', '2018-03-26 20:16:33', '', 0, 'http://flanaganbilton.cappendev.com/?post_type=carousel&#038;p=90', 2, 'carousel', '', 0),
(92, 1, '2018-03-14 14:18:50', '2018-03-14 14:18:50', '', 'Banner #02', '', 'inherit', 'closed', 'closed', '', '90-revision-v1', '', '', '2018-03-14 14:18:50', '2018-03-14 14:18:50', '', 90, 'http://flanaganbilton.cappendev.com/90-revision-v1', 0, 'revision', '', 0),
(93, 1, '2018-03-14 14:39:03', '2018-03-14 14:39:03', '', 'rectangle', '', 'inherit', 'open', 'closed', '', 'rectangle-3', '', '', '2018-03-14 14:39:53', '2018-03-14 14:39:53', '', 2, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/rectangle.png', 0, 'attachment', 'image/png', 0),
(94, 1, '2018-03-14 14:40:24', '2018-03-14 14:40:24', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-14 14:40:24', '2018-03-14 14:40:24', '', 2, 'https://flanaganbilton.cappendev.com/2-revision-v1', 0, 'revision', '', 0),
(95, 1, '2018-03-14 17:28:48', '2018-03-14 17:28:48', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"12\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}', 'Pay My Invoice', 'pay-my-invoice', 'publish', 'closed', 'closed', '', 'group_5aa95b8a94832', '', '', '2018-03-14 19:24:45', '2018-03-14 19:24:45', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=acf-field-group&#038;p=95', 0, 'acf-field-group', '', 0),
(97, 1, '2018-03-14 17:28:48', '2018-03-14 17:28:48', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Subtitle', 'pay_my_invoce_subtitle', 'publish', 'closed', 'closed', '', 'field_5aa95b9e4da2a', '', '', '2018-03-14 17:28:48', '2018-03-14 17:28:48', '', 95, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=97', 0, 'acf-field', '', 0),
(98, 1, '2018-03-14 17:28:48', '2018-03-14 17:28:48', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Content', 'pay_my_invoce_content', 'publish', 'closed', 'closed', '', 'field_5aa95bb74da2b', '', '', '2018-03-14 17:32:18', '2018-03-14 17:32:18', '', 95, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=98', 1, 'acf-field', '', 0),
(105, 1, '2018-03-14 18:05:26', '2018-03-14 18:05:26', 'a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:3:\"row\";s:10:\"sub_fields\";a:0:{}}', 'Content Block #01', 'pay_my_invoce_block_01', 'publish', 'closed', 'closed', '', 'field_5aa9641c3c43a', '', '', '2018-03-14 18:19:49', '2018-03-14 18:19:49', '', 95, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=105', 2, 'acf-field', '', 0),
(106, 1, '2018-03-14 18:05:26', '2018-03-14 18:05:26', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Title', 'pay_my_invoce_extra_title_one', 'publish', 'closed', 'closed', '', 'field_5aa9644e3c43b', '', '', '2018-03-14 18:05:26', '2018-03-14 18:05:26', '', 105, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=106', 0, 'acf-field', '', 0),
(107, 1, '2018-03-14 18:05:26', '2018-03-14 18:05:26', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Button Text', 'pay_my_invoce_extra_button_text_one', 'publish', 'closed', 'closed', '', 'field_5aa964573c43c', '', '', '2018-03-14 19:24:45', '2018-03-14 19:24:45', '', 105, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=107', 1, 'acf-field', '', 0),
(108, 1, '2018-03-14 18:07:49', '2018-03-14 18:07:49', 'a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:3:\"row\";s:10:\"sub_fields\";a:0:{}}', 'Content  Block #02', 'pay_my_invoce_block_02', 'publish', 'closed', 'closed', '', 'field_5aa964b35f104', '', '', '2018-03-14 18:19:49', '2018-03-14 18:19:49', '', 95, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=108', 3, 'acf-field', '', 0),
(109, 1, '2018-03-14 18:07:49', '2018-03-14 18:07:49', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Title', 'pay_my_invoce_extra_title_two', 'publish', 'closed', 'closed', '', 'field_5aa964b35f105', '', '', '2018-03-14 18:07:49', '2018-03-14 18:07:49', '', 108, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=109', 0, 'acf-field', '', 0),
(110, 1, '2018-03-14 18:07:49', '2018-03-14 18:07:49', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Content', 'pay_my_invoce_extra_content_two', 'publish', 'closed', 'closed', '', 'field_5aa964b35f106', '', '', '2018-03-14 18:07:49', '2018-03-14 18:07:49', '', 108, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=110', 1, 'acf-field', '', 0),
(111, 1, '2018-03-14 18:07:49', '2018-03-14 18:07:49', 'a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:3:\"row\";s:10:\"sub_fields\";a:0:{}}', 'Content  Block #03', 'pay_my_invoce_block_03', 'publish', 'closed', 'closed', '', 'field_5aa964cf5f10a', '', '', '2018-03-14 18:19:49', '2018-03-14 18:19:49', '', 95, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=111', 4, 'acf-field', '', 0),
(112, 1, '2018-03-14 18:07:49', '2018-03-14 18:07:49', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Title', 'pay_my_invoce_extra_title_three', 'publish', 'closed', 'closed', '', 'field_5aa964cf5f10b', '', '', '2018-03-14 18:07:49', '2018-03-14 18:07:49', '', 111, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=112', 0, 'acf-field', '', 0),
(113, 1, '2018-03-14 18:07:49', '2018-03-14 18:07:49', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Content', 'pay_my_invoce_extra_content_three', 'publish', 'closed', 'closed', '', 'field_5aa964cf5f10c', '', '', '2018-03-14 18:07:49', '2018-03-14 18:07:49', '', 111, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=113', 1, 'acf-field', '', 0),
(124, 1, '2018-03-14 18:08:34', '2018-03-14 18:08:34', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Title', 'pay_my_invoce_extra_title_one', 'publish', 'closed', 'closed', '', 'field_5aa965225b2be', '', '', '2018-03-14 18:08:34', '2018-03-14 18:08:34', '', 114, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=124', 0, 'acf-field', '', 0),
(125, 1, '2018-03-14 18:08:34', '2018-03-14 18:08:34', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Content', 'pay_my_invoce_extra_content_one', 'publish', 'closed', 'closed', '', 'field_5aa965225b35a', '', '', '2018-03-14 18:08:34', '2018-03-14 18:08:34', '', 114, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=125', 1, 'acf-field', '', 0),
(127, 1, '2018-03-14 18:08:34', '2018-03-14 18:08:34', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Title', 'pay_my_invoce_extra_title_two', 'publish', 'closed', 'closed', '', 'field_5aa9652271603', '', '', '2018-03-14 18:08:34', '2018-03-14 18:08:34', '', 114, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=127', 0, 'acf-field', '', 0),
(128, 1, '2018-03-14 18:08:34', '2018-03-14 18:08:34', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Content', 'pay_my_invoce_extra_content_two', 'publish', 'closed', 'closed', '', 'field_5aa9652271e57', '', '', '2018-03-14 18:08:34', '2018-03-14 18:08:34', '', 114, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=128', 1, 'acf-field', '', 0),
(130, 1, '2018-03-14 18:08:34', '2018-03-14 18:08:34', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Title', 'pay_my_invoce_extra_title_three', 'publish', 'closed', 'closed', '', 'field_5aa965228cb2b', '', '', '2018-03-14 18:08:34', '2018-03-14 18:08:34', '', 114, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=130', 0, 'acf-field', '', 0),
(131, 1, '2018-03-14 18:08:34', '2018-03-14 18:08:34', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Content', 'pay_my_invoce_extra_content_three', 'publish', 'closed', 'closed', '', 'field_5aa965228cbcc', '', '', '2018-03-14 18:08:34', '2018-03-14 18:08:34', '', 114, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=131', 1, 'acf-field', '', 0),
(133, 1, '2018-03-14 18:19:54', '2018-03-14 18:19:54', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-03-14 18:19:54', '2018-03-14 18:19:54', '', 12, 'https://flanaganbilton.cappendev.com/12-revision-v1', 0, 'revision', '', 0),
(134, 1, '2018-03-14 19:24:45', '2018-03-14 19:24:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Link', 'pay_my_invoce_extra_link_one', 'publish', 'closed', 'closed', '', 'field_5aa976e0e2df5', '', '', '2018-03-14 19:24:45', '2018-03-14 19:24:45', '', 105, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=134', 2, 'acf-field', '', 0),
(135, 1, '2018-03-14 19:25:51', '2018-03-14 19:25:51', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-03-14 19:25:51', '2018-03-14 19:25:51', '', 12, 'https://flanaganbilton.cappendev.com/12-revision-v1', 0, 'revision', '', 0),
(136, 1, '2018-03-14 19:49:38', '2018-03-14 19:49:38', '', 'fb', '', 'inherit', 'open', 'closed', '', 'fb', '', '', '2018-03-14 19:49:38', '2018-03-14 19:49:38', '', 2, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/fb.svg', 0, 'attachment', 'image/svg+xml', 0),
(137, 1, '2018-03-14 19:49:46', '2018-03-14 19:49:46', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-14 19:49:46', '2018-03-14 19:49:46', '', 2, 'https://flanaganbilton.cappendev.com/2-revision-v1', 0, 'revision', '', 0),
(139, 1, '2018-03-15 20:25:15', '2018-03-15 20:25:15', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-03-15 20:25:15', '2018-03-15 20:25:15', '', 12, 'https://flanaganbilton.cappendev.com/12-revision-v1', 0, 'revision', '', 0),
(142, 1, '2018-03-16 13:14:00', '2018-03-16 13:14:00', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Background', 'home_practice_area_background', 'publish', 'closed', 'closed', '', 'field_5aabc2cd9a37c', '', '', '2018-03-16 13:48:00', '2018-03-16 13:48:00', '', 53, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=142', 3, 'acf-field', '', 0),
(144, 1, '2018-03-16 13:41:16', '2018-03-16 13:41:16', '', 'rectangle-3', '', 'inherit', 'open', 'closed', '', 'rectangle-3-3', '', '', '2018-03-16 13:42:41', '2018-03-16 13:42:41', '', 2, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/rectangle-3-1.png', 0, 'attachment', 'image/png', 0),
(145, 1, '2018-03-16 13:42:45', '2018-03-16 13:42:45', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-16 13:42:45', '2018-03-16 13:42:45', '', 2, 'https://flanaganbilton.cappendev.com/2-revision-v1', 0, 'revision', '', 0),
(156, 1, '2018-03-16 14:21:03', '2018-03-16 14:21:03', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"16\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}', 'Software Demo', 'software-demo', 'publish', 'closed', 'closed', '', 'group_5aabd2cfd3fc5', '', '', '2018-03-22 19:21:21', '2018-03-22 19:21:21', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=acf-field-group&#038;p=156', 0, 'acf-field-group', '', 0),
(157, 1, '2018-03-16 14:21:03', '2018-03-16 14:21:03', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Subtitle', 'software_demo_subtitle', 'publish', 'closed', 'closed', '', 'field_5aabd2cfdf534', '', '', '2018-03-16 14:22:54', '2018-03-16 14:22:54', '', 156, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=157', 0, 'acf-field', '', 0),
(158, 1, '2018-03-16 14:21:03', '2018-03-16 14:21:03', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Content', 'software_demo_content', 'publish', 'closed', 'closed', '', 'field_5aabd2cfdfa7b', '', '', '2018-03-16 14:22:54', '2018-03-16 14:22:54', '', 156, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=158', 1, 'acf-field', '', 0),
(163, 1, '2018-03-16 14:21:04', '2018-03-16 14:21:04', 'a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:3:\"row\";s:10:\"sub_fields\";a:0:{}}', 'Content  Block #01', 'software_demo_block_01', 'publish', 'closed', 'closed', '', 'field_5aabd2cfdfdd7', '', '', '2018-03-22 19:21:21', '2018-03-22 19:21:21', '', 156, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=163', 3, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(164, 1, '2018-03-16 14:21:04', '2018-03-16 14:21:04', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Headline', 'software_demo_extra_headline_one', 'publish', 'closed', 'closed', '', 'field_5aabd2d022656', '', '', '2018-03-16 14:29:46', '2018-03-16 14:29:46', '', 163, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=164', 0, 'acf-field', '', 0),
(165, 1, '2018-03-16 14:21:04', '2018-03-16 14:21:04', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Content', 'software_demo_extra_headline_content_one', 'publish', 'closed', 'closed', '', 'field_5aabd2d0226ec', '', '', '2018-03-16 14:29:47', '2018-03-16 14:29:47', '', 163, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=165', 1, 'acf-field', '', 0),
(169, 1, '2018-03-16 14:27:00', '2018-03-16 14:27:00', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-16 14:27:00', '2018-03-16 14:27:00', '', 16, 'https://flanaganbilton.cappendev.com/16-revision-v1', 0, 'revision', '', 0),
(170, 1, '2018-03-16 14:29:47', '2018-03-16 14:29:47', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Sub Header', 'software_demo_extra_subheader_one', 'publish', 'closed', 'closed', '', 'field_5aabd48d6e4d9', '', '', '2018-03-16 14:29:47', '2018-03-16 14:29:47', '', 163, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=170', 2, 'acf-field', '', 0),
(171, 1, '2018-03-16 14:29:47', '2018-03-16 14:29:47', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Content', 'software_demo_extra_subheader_content_one', 'publish', 'closed', 'closed', '', 'field_5aabd4916e4da', '', '', '2018-03-16 14:29:47', '2018-03-16 14:29:47', '', 163, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&p=171', 3, 'acf-field', '', 0),
(172, 1, '2018-03-16 14:32:47', '2018-03-16 14:32:47', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-16 14:32:47', '2018-03-16 14:32:47', '', 16, 'https://flanaganbilton.cappendev.com/16-revision-v1', 0, 'revision', '', 0),
(175, 1, '2018-03-16 17:22:25', '2018-03-16 17:22:25', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Vídeo Link', 'software_demo_video_link', 'publish', 'closed', 'closed', '', 'field_5aabfd39e0a00', '', '', '2018-03-22 19:21:21', '2018-03-22 19:21:21', '', 156, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=175', 2, 'acf-field', '', 0),
(176, 1, '2018-03-16 17:24:00', '2018-03-16 17:24:00', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-16 17:24:00', '2018-03-16 17:24:00', '', 16, 'https://flanaganbilton.cappendev.com/16-revision-v1', 0, 'revision', '', 0),
(178, 1, '2018-03-16 20:43:14', '2018-03-16 20:43:14', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-16 20:43:14', '2018-03-16 20:43:14', '', 16, 'https://flanaganbilton.cappendev.com/16-revision-v1', 0, 'revision', '', 0),
(179, 1, '2018-03-19 14:31:08', '2018-03-19 14:31:08', '', 'Practice Areas', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2018-03-19 14:31:08', '2018-03-19 14:31:08', '', 14, 'https://flanaganbilton.cappendev.com/14-revision-v1', 0, 'revision', '', 0),
(180, 1, '2018-03-19 14:38:26', '2018-03-19 14:38:26', 'a:7:{s:8:\"location\";a:1:{i:0;a:6:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}i:1;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"12\";}i:2;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"16\";}i:3;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"6\";}i:4;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"2\";}i:5;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"10\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Image Content', 'image-content', 'publish', 'closed', 'closed', '', 'group_5aafcb1e095b7', '', '', '2018-03-20 20:01:50', '2018-03-20 20:01:50', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=acf-field-group&#038;p=180', 0, 'acf-field-group', '', 0),
(181, 1, '2018-03-19 14:38:26', '2018-03-19 14:38:26', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Image', 'page_image', 'publish', 'closed', 'closed', '', 'field_5aafcb39bb2a0', '', '', '2018-03-19 14:40:21', '2018-03-19 14:40:21', '', 180, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=181', 0, 'acf-field', '', 0),
(184, 1, '2018-03-19 18:11:29', '2018-03-19 18:11:29', 'Before purchasing a property, we investigate its tax status and offer recommendations to secure a reasonable valuation after purchase.', 'Advice On Purchases', 'Lorem ipsum dolor', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2018-03-19 18:11:29', '2018-03-19 18:11:29', '', 60, 'https://flanaganbilton.cappendev.com/60-revision-v1', 0, 'revision', '', 0),
(185, 1, '2018-03-19 18:11:46', '2018-03-19 18:11:46', 'After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.', 'Application for Tax Incentives', 'Lorem ipsum dolor', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2018-03-19 18:11:46', '2018-03-19 18:11:46', '', 62, 'https://flanaganbilton.cappendev.com/62-revision-v1', 0, 'revision', '', 0),
(186, 1, '2018-03-19 18:11:52', '2018-03-19 18:11:52', 'After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.', 'Management of Taxes and Property Improvements', 'Lorem ipsum dolor', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2018-03-19 18:11:52', '2018-03-19 18:11:52', '', 64, 'https://flanaganbilton.cappendev.com/64-revision-v1', 0, 'revision', '', 0),
(187, 1, '2018-03-19 18:12:00', '2018-03-19 18:12:00', 'After the assessor establishes an assessment, we analyze that assessment in terms of cost, sales, income, and uniformity – reviewing market value versus business value. It’s important to realize that real estate property taxes should not be based on non-real estate value or assets. After reviewing the property’s value, we recommend whether to file a complaint. Where appropriate, we will file the complaint and attend related hearings.', 'Analysis of Final Assessments', 'Lorem ipsum dolor', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2018-03-19 18:12:00', '2018-03-19 18:12:00', '', 67, 'https://flanaganbilton.cappendev.com/67-revision-v1', 0, 'revision', '', 0),
(188, 1, '2018-03-19 18:12:08', '2018-03-19 18:12:08', 'We report the results of assessment complaints and recommend appropriate action. If appropriate, we file complaints with the board of review or equalization and present evidence at hearings on those complaints.', 'Appearance Before the review board', 'Lorem ipsum', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2018-03-19 18:12:08', '2018-03-19 18:12:08', '', 77, 'https://flanaganbilton.cappendev.com/77-revision-v1', 0, 'revision', '', 0),
(191, 1, '2018-03-19 18:12:31', '2018-03-19 18:12:31', 'Each client has the opportunity to take advantage of Flanagan | Bilton’s state-of-the-art online  portfolio manager reporting system.  Using your individualized password, each portfolio can access property information in a variety of customized formats - from searching for a specific assessment to generating and downloading property tax reports.', 'F|B Portfolio Manager Software', '', 'inherit', 'closed', 'closed', '', '83-revision-v1', '', '', '2018-03-19 18:12:31', '2018-03-19 18:12:31', '', 83, 'https://flanaganbilton.cappendev.com/83-revision-v1', 0, 'revision', '', 0),
(193, 1, '2018-03-19 18:18:35', '2018-03-19 18:18:35', '', 'Practice Areas', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2018-03-19 18:18:35', '2018-03-19 18:18:35', '', 14, 'https://flanaganbilton.cappendev.com/14-revision-v1', 0, 'revision', '', 0),
(194, 1, '2018-03-19 18:20:01', '2018-03-19 18:20:01', '', 'rectangle', '', 'inherit', 'open', 'closed', '', 'rectangle-4', '', '', '2018-03-19 18:20:08', '2018-03-19 18:20:08', '', 14, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/rectangle-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(195, 1, '2018-03-19 18:20:10', '2018-03-19 18:20:10', '', 'Practice Areas', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2018-03-19 18:20:10', '2018-03-19 18:20:10', '', 14, 'https://flanaganbilton.cappendev.com/14-revision-v1', 0, 'revision', '', 0),
(196, 1, '2018-03-19 18:26:57', '2018-03-19 18:26:57', '', 'FB Advantage', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-03-19 18:26:57', '2018-03-19 18:26:57', '', 8, 'https://flanaganbilton.cappendev.com/8-revision-v1', 0, 'revision', '', 0),
(197, 1, '2018-03-19 18:29:02', '2018-03-19 18:29:02', '', 'fb-advantage', '', 'inherit', 'open', 'closed', '', 'fb-advantage-2', '', '', '2018-03-19 18:29:02', '2018-03-19 18:29:02', '', 8, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/fb-advantage.jpg', 0, 'attachment', 'image/jpeg', 0),
(198, 1, '2018-03-19 19:32:22', '2018-03-19 19:32:22', '<span style=\"font-weight: 400;\">Representing over 5,000 properties in the United States, Flanagan | Bilton has built long- lasting relationships and is a familiar name to the people assessing and recording property taxes throughout the country. While our local knowledge means we take into consideration the prevailing appraisal methods of a specific county, we have the aptitude to introduce a national perspective into a property’s valuation.</span>', 'Local Presence', 'No matter where in the nation your real estate holdings are located, with Flanagan | Bilton, you always have home court advantage.', 'publish', 'open', 'open', '', 'local-presence', '', '', '2018-04-19 14:42:36', '2018-04-19 14:42:36', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=fb-advantage&#038;p=198', 1, 'fb-advantage', '', 0),
(203, 1, '2018-03-19 19:32:22', '2018-03-19 19:32:22', 'Representing over 3,900 properties in the United States, Flanagan | Bilton LLC has built long- lasting relationships and is a familiar name to the people assessing and recording property taxes throughout the country. While our local knowledge means we take into consideration the prevailing appraisal methods of a specific county, we have the aptitude to introduce a national perspective into a property’s valuation.', 'Local Presence', '', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2018-03-19 19:32:22', '2018-03-19 19:32:22', '', 198, 'http://localhost/repositorio-flanaganbilton-web/web/198-revision-v1', 0, 'revision', '', 0),
(204, 1, '2018-03-19 19:45:05', '2018-03-19 19:45:05', 'Representing over 3,900 properties in the United States, Flanagan | Bilton LLC has built long- lasting relationships and is a familiar name to the people assessing and recording property taxes throughout the country. While our local knowledge means we take into consideration the prevailing appraisal methods of a specific county, we have the aptitude to introduce a national perspective into a property’s valuation.', 'Local Presence', 'No matter where in the nation your real estate holdings are located, with Flanagan | Bilton LLC, you always have home court advantage.', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2018-03-19 19:45:05', '2018-03-19 19:45:05', '', 198, 'http://localhost/repositorio-flanaganbilton-web/web/198-revision-v1', 0, 'revision', '', 0),
(205, 1, '2018-03-19 19:45:41', '2018-03-19 19:45:41', '<span style=\"font-weight: 400;\">No matter how geographically diverse your portfolio, Flanagan | Bilton has nationwide resources to manage your tax appeals. Our online reporting system offers instant access, 24 hours a day, 7 days a week, for simplified property tax assessment reports.</span>', 'National Scope', 'Managing assessment protests for a nationwide property portfolio is simplified to allow you to focus on your core business.', 'publish', 'open', 'open', '', 'national-scope', '', '', '2018-04-19 14:43:13', '2018-04-19 14:43:13', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=fb-advantage&#038;p=205', 2, 'fb-advantage', '', 0),
(206, 1, '2018-03-19 19:46:45', '2018-03-19 19:46:45', '<span style=\"font-weight: 400;\">Flanagan | Bilton has been focused on property tax matters for more than 50 years. Before founding Flanagan | Bilton, our principals accumulated over 30 years of service with state and local government – focusing on tax matters, property valuations and litigation at the trial level, appellate level and Supreme Court.</span>', 'Experience', 'We have served on both sides of the property tax assessment process. We know the system and how it works.', 'publish', 'open', 'open', '', 'experience', '', '', '2018-04-19 14:43:42', '2018-04-19 14:43:42', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=fb-advantage&#038;p=206', 3, 'fb-advantage', '', 0),
(207, 1, '2018-03-19 19:45:41', '2018-03-19 19:45:41', 'No matter how geographically diverse your portfolio, Flanagan | Bilton LLC has nationwide resource to manage your tax appeals, and the Flanagan | Bilton LLC online reporting system offers instant access, 24 hours a day, 7 days a week, for simplified property tax assessment reports.', 'National Scope', 'Managing assessment protests for a nationwide property portfolio is simplified to allow you to focus on your core business.', 'inherit', 'closed', 'closed', '', '205-revision-v1', '', '', '2018-03-19 19:45:41', '2018-03-19 19:45:41', '', 205, 'http://localhost/repositorio-flanaganbilton-web/web/205-revision-v1', 0, 'revision', '', 0),
(208, 1, '2018-03-19 19:46:59', '2018-03-19 19:46:59', '<span style=\"font-weight: 400;\">Unlike most tax consulting groups, Flanagan | Bilton is a property tax Law Firm. Our in-house resources include the full spectrum of top-notch professionals – attorneys, appraisers, CPA’s, and tax consultants – to make sure you pay the lowest possible property taxes.</span>', 'Expertise', 'If we appeal a property tax for you, you have the confidence of knowing that appeal will be based upon – and backed by – the work of knowledgeable professionals who will focus their considerable experience to move your appeal through the process. For complex properties, proper focus and experience are key to the success of an appeal.', 'publish', 'open', 'open', '', 'expertise', '', '', '2018-04-19 14:44:54', '2018-04-19 14:44:54', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=fb-advantage&#038;p=208', 4, 'fb-advantage', '', 0),
(209, 1, '2018-03-19 19:46:45', '2018-03-19 19:46:45', 'The principals of Flanagan | Bilton LLC have been involved in property tax matters for more than 30 years. Before founding Flanagan | Bilton LLC, our founding partners accumulated 25 years of service with state and local government – focusing on tax matters, property valuations and litigation at both the trial and appellate level.', 'Experience', 'We’ve served on both sides of the property tax assessment process. We know the system and how it works.', 'inherit', 'closed', 'closed', '', '206-revision-v1', '', '', '2018-03-19 19:46:45', '2018-03-19 19:46:45', '', 206, 'http://localhost/repositorio-flanaganbilton-web/web/206-revision-v1', 0, 'revision', '', 0),
(210, 1, '2018-03-19 19:46:59', '2018-03-19 19:46:59', 'Flanagan | Bilton LLC is more than a law firm. Our in-house resources include the full spectrum of top-notch professionals – appraisers, CPA’s, tax consultants and lawyers – to make sure you pay the lowest possible property taxes.', 'Expertise', 'If we appeal a property tax for you, you have the confidence of knowing that appeal will be based upon – and backed by – the work of knowledgeable professionals who will focus their considerable experience to move your appeal through the process. For complex properties, proper focus and experience are key to the success of an appeal.', 'inherit', 'closed', 'closed', '', '208-revision-v1', '', '', '2018-03-19 19:46:59', '2018-03-19 19:46:59', '', 208, 'http://localhost/repositorio-flanaganbilton-web/web/208-revision-v1', 0, 'revision', '', 0),
(211, 1, '2018-03-19 19:48:12', '2018-03-19 19:48:12', '<span style=\"font-weight: 400;\">This is critical in handling all phases of property tax protests. Different types of expertise are needed at various stages of the tax protest process. While some states allow consultants to represent taxpayers, many states require attorneys and more states than ever are following this example. Still others allow you to use a consultant at an informal level, but a lawyer must appear at any formal proceeding. Our approach uniquely combines both field of expertise.</span>', 'Flexibilty', 'Flanagan | Bilton has the flexibility to utilize the appropriate associates for effective communication at each level. As trained advocates, coupled with their capability to file a lawsuit, our attorneys perform an important role in the appeal process. With Flanagan | Bilton, you are covered in every aspect of the appeals process, assuring you seamless, consistent representation.', 'publish', 'open', 'open', '', 'flexibilty', '', '', '2018-04-19 14:45:34', '2018-04-19 14:45:34', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=fb-advantage&#038;p=211', 5, 'fb-advantage', '', 0),
(212, 1, '2018-03-19 19:48:12', '2018-03-19 19:48:12', 'This is critical in handling all phases of property tax protests. Different types of expertise are needed at various stages of the tax protest process. While some states allow consultants to represent taxpayers, many states require attorneys and more states than ever are following this example. Still others allow you to use a consultant at an informal level but a lawyer must appear at any formal proceeding. Our approach uniquely combines both field of expertise.', 'Flexibilty', 'Flanagan | Bilton LLC has the flexibility to utilize the appropriate associates for effective communication at each level. As trained advocates, coupled with their capability to file a lawsuit, our attorneys perform an important role in the appeal process. With Flanagan | Bilton LLC, you’re covered in every aspect of the appeals process, assuring you seamless, consistent representation.', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2018-03-19 19:48:12', '2018-03-19 19:48:12', '', 211, 'http://localhost/repositorio-flanaganbilton-web/web/211-revision-v1', 0, 'revision', '', 0),
(213, 1, '2018-03-19 20:11:09', '2018-03-19 20:11:09', '', 'F|B Advantage', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-03-19 20:11:09', '2018-03-19 20:11:09', '', 8, 'https://flanaganbilton.cappendev.com/8-revision-v1', 0, 'revision', '', 0),
(214, 1, '2018-03-19 20:41:04', '2018-03-19 20:41:04', 'We report the results of assessment complaints and recommend appropriate action. If appropriate, we file complaints with the board of review or equalization and present evidence at hearings on those complaints.', 'Appearance Before the review board', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2018-03-19 20:41:04', '2018-03-19 20:41:04', '', 77, 'http://localhost/repositorio-flanaganbilton-web/web/77-revision-v1', 0, 'revision', '', 0),
(215, 1, '2018-03-19 20:41:07', '2018-03-19 20:41:07', 'After the assessor establishes an assessment, we analyze that assessment in terms of cost, sales, income, and uniformity – reviewing market value versus business value. It’s important to realize that real estate property taxes should not be based on non-real estate value or assets. After reviewing the property’s value, we recommend whether to file a complaint. Where appropriate, we will file the complaint and attend related hearings.', 'Analysis of Final Assessments', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2018-03-19 20:41:07', '2018-03-19 20:41:07', '', 67, 'http://localhost/repositorio-flanaganbilton-web/web/67-revision-v1', 0, 'revision', '', 0),
(216, 1, '2018-03-19 20:41:12', '2018-03-19 20:41:12', 'After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.', 'Management of Taxes and Property Improvements', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2018-03-19 20:41:12', '2018-03-19 20:41:12', '', 64, 'http://localhost/repositorio-flanaganbilton-web/web/64-revision-v1', 0, 'revision', '', 0),
(217, 1, '2018-03-19 20:41:19', '2018-03-19 20:41:19', 'After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.', 'Application for Tax Incentives', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2018-03-19 20:41:19', '2018-03-19 20:41:19', '', 62, 'http://localhost/repositorio-flanaganbilton-web/web/62-revision-v1', 0, 'revision', '', 0),
(218, 1, '2018-03-19 20:41:20', '2018-03-19 20:41:20', 'Before purchasing a property, we investigate its tax status and offer recommendations to secure a reasonable valuation after purchase.', 'Advice On Purchases', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2018-03-19 20:41:20', '2018-03-19 20:41:20', '', 60, 'http://localhost/repositorio-flanaganbilton-web/web/60-revision-v1', 0, 'revision', '', 0),
(219, 1, '2018-03-20 13:14:07', '2018-03-20 13:14:07', '', 'rectangle', '', 'inherit', 'open', 'closed', '', 'rectangle-5', '', '', '2018-03-20 13:14:15', '2018-03-20 13:14:15', '', 8, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/rectangle-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(220, 1, '2018-03-20 13:14:18', '2018-03-20 13:14:18', '', 'F|B Advantage', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-03-20 13:14:18', '2018-03-20 13:14:18', '', 8, 'https://flanaganbilton.cappendev.com/8-revision-v1', 0, 'revision', '', 0),
(221, 1, '2018-03-20 13:16:00', '2018-03-20 13:16:00', 'Representing over 3,900 properties in the United States, Flanagan | Bilton LLC has built long- lasting relationships and is a familiar name to the people assessing and recording property taxes throughout the country. While our local knowledge means we take into consideration the prevailing appraisal methods of a specific county, we have the aptitude to introduce a national perspective into a property’s valuation.', 'Local Presence', '', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2018-03-20 13:16:00', '2018-03-20 13:16:00', '', 198, 'http://localhost/repositorio-flanaganbilton-web/web/198-revision-v1', 0, 'revision', '', 0),
(222, 1, '2018-03-20 13:17:55', '2018-03-20 13:17:55', 'Representing over 3,900 properties in the United States, Flanagan | Bilton LLC has built long- lasting relationships and is a familiar name to the people assessing and recording property taxes throughout the country. While our local knowledge means we take into consideration the prevailing appraisal methods of a specific county, we have the aptitude to introduce a national perspective into a property’s valuation.', 'Local Presence', 'No matter where in the nation your real estate holdings are located, with Flanagan | Bilton LLC, you always have home court advantage.', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2018-03-20 13:17:55', '2018-03-20 13:17:55', '', 198, 'http://localhost/repositorio-flanaganbilton-web/web/198-revision-v1', 0, 'revision', '', 0),
(223, 1, '2018-03-20 14:04:36', '2018-03-20 14:04:36', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"6\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}', 'Contact Us', 'contact-us', 'publish', 'closed', 'closed', '', 'group_5ab1149f9cc1f', '', '', '2018-03-20 14:05:31', '2018-03-20 14:05:31', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field-group&#038;p=223', 0, 'acf-field-group', '', 0),
(224, 1, '2018-03-20 14:04:37', '2018-03-20 14:04:37', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Subtitle', 'contact_us_subtitle', 'publish', 'closed', 'closed', '', 'field_5ab114a90e86c', '', '', '2018-03-20 14:04:37', '2018-03-20 14:04:37', '', 223, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&p=224', 0, 'acf-field', '', 0),
(225, 1, '2018-03-20 14:04:38', '2018-03-20 14:04:38', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Sub Headline', 'contact_us_sub_headline', 'publish', 'closed', 'closed', '', 'field_5ab114b70e86d', '', '', '2018-03-20 14:04:38', '2018-03-20 14:04:38', '', 223, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&p=225', 1, 'acf-field', '', 0),
(226, 1, '2018-03-20 14:04:39', '2018-03-20 14:04:39', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:13:\"default_value\";s:0:\"\";s:5:\"delay\";i:0;}', 'Content', 'contact_us_content', 'publish', 'closed', 'closed', '', 'field_5ab114c80e86e', '', '', '2018-03-20 14:04:39', '2018-03-20 14:04:39', '', 223, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&p=226', 2, 'acf-field', '', 0),
(227, 1, '2018-03-20 14:04:41', '2018-03-20 14:04:41', 'a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}', 'Info', 'contact_us_info', 'publish', 'closed', 'closed', '', 'field_5ab114d60e86f', '', '', '2018-03-20 14:04:41', '2018-03-20 14:04:41', '', 223, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&p=227', 3, 'acf-field', '', 0),
(228, 1, '2018-03-20 14:06:36', '2018-03-20 14:06:36', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-03-20 14:06:36', '2018-03-20 14:06:36', '', 6, 'http://localhost/repositorio-flanaganbilton-web/web/6-revision-v1', 0, 'revision', '', 0),
(229, 1, '2018-03-20 14:09:58', '2018-03-20 14:09:58', '<div class=\"row\">\r\n    <div class=\"col-form\">\r\n        [text* fullname class:form-contact__text placeholder \"Name\"] [email* email class:form-contact__text placeholder\r\n        \"Email Address\"] [text phone class:form-contact__text placeholder \"Phone Number (Optional)\"]\r\n    </div>\r\n    <div class=\"col-form\">\r\n        [textarea* message class:form-contact__textarea placeholder \"Message\"]\r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-form --last\">\r\n        <button class=\"wpcf7-form-control wpcf7-submit form-contact__button\">Send message</button>\r\n    </div>\r\n</div>\n1\nFlanagan Bilton - Contact\n[fullname] <wordpress@flanaganbilton.orainteractive.com>\nrip@orainteractive.com\nFrom: [fullname] <[email]>\r\nPhone: [phone]\r\n\r\nMessage Body:\r\n[message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Flanagan Bilton (https://flanaganbilton.orainteractive.com)\nReply-To: [email]\n\n\n\n\nFlanagan Bilton \"[your-subject]\"\nFlanagan Bilton <wordpress@flanaganbilton.cappendev.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Flanagan Bilton (https://flanaganbilton.cappendev.com)\nReply-To: dev@cappen.com\n\n\n\nThank you for contacting us! Someone from our team will be in touch with you shortly.\nThere was an error trying to send your message. Please try again later.\nPlease ensure all required fields are completed before sending your message.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2018-03-26 14:46:43', '2018-03-26 14:46:43', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=wpcf7_contact_form&#038;p=229', 0, 'wpcf7_contact_form', '', 0),
(230, 1, '2018-03-20 17:52:23', '2018-03-20 17:52:23', '', 'our-team', '', 'inherit', 'open', 'closed', '', 'our-team-2', '', '', '2018-03-20 17:52:23', '2018-03-20 17:52:23', '', 10, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/our-team.jpg', 0, 'attachment', 'image/jpeg', 0),
(231, 1, '2018-03-20 17:52:38', '2018-03-20 17:52:38', '', 'Our Team', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2018-03-20 17:52:38', '2018-03-20 17:52:38', '', 10, 'https://flanaganbilton.cappendev.com/10-revision-v1', 0, 'revision', '', 0),
(232, 1, '2018-03-20 18:45:48', '2018-03-20 18:45:48', '', 'Thomas Flanagan Sr.', '', 'publish', 'open', 'open', '', 'thomas-flanagan', '', '', '2018-06-07 17:40:12', '2018-06-07 17:40:12', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=our-team&#038;p=232', 0, 'our-team', '', 0),
(233, 1, '2018-03-20 18:45:48', '2018-03-20 18:45:48', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-20 18:45:48', '2018-03-20 18:45:48', '', 232, 'http://localhost/repositorio-flanaganbilton-web/web/232-revision-v1', 0, 'revision', '', 0),
(234, 1, '2018-03-20 18:46:17', '2018-03-20 18:46:17', 'f', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-20 18:46:17', '2018-03-20 18:46:17', '', 232, 'http://localhost/repositorio-flanaganbilton-web/web/232-revision-v1', 0, 'revision', '', 0),
(235, 1, '2018-03-20 18:47:17', '2018-03-20 18:47:17', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-20 18:47:17', '2018-03-20 18:47:17', '', 232, 'http://localhost/repositorio-flanaganbilton-web/web/232-revision-v1', 0, 'revision', '', 0),
(236, 1, '2018-03-20 18:55:24', '2018-03-20 18:55:24', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"our-team\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}', 'Our Team', 'our-team', 'publish', 'closed', 'closed', '', 'group_5ab158708df20', '', '', '2018-04-19 19:41:23', '2018-04-19 19:41:23', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field-group&#038;p=236', 0, 'acf-field-group', '', 0),
(243, 1, '2018-03-20 19:02:47', '2018-03-20 19:02:47', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-20 19:02:47', '2018-03-20 19:02:47', '', 232, 'http://localhost/repositorio-flanaganbilton-web/web/232-revision-v1', 0, 'revision', '', 0),
(244, 1, '2018-03-20 19:05:02', '2018-03-20 19:05:02', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-20 19:05:02', '2018-03-20 19:05:02', '', 232, 'http://localhost/repositorio-flanaganbilton-web/web/232-revision-v1', 0, 'revision', '', 0),
(245, 1, '2018-03-20 19:05:37', '2018-03-20 19:05:37', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Position', 'our_team_position', 'publish', 'closed', 'closed', '', 'field_5ab15b5f1f16a', '', '', '2018-03-20 19:05:37', '2018-03-20 19:05:37', '', 236, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&p=245', 0, 'acf-field', '', 0),
(246, 1, '2018-03-20 19:05:38', '2018-03-20 19:05:38', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5ad8f087cd457\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}', 'Education', 'our_team_education', 'publish', 'closed', 'closed', '', 'field_5ab15b6f1f16b', '', '', '2018-04-19 19:41:23', '2018-04-19 19:41:23', '', 236, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&#038;p=246', 3, 'acf-field', '', 0),
(247, 1, '2018-03-20 19:07:25', '2018-03-20 19:07:25', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5ad8f087cd457\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}', 'Admitted to Practice Law', 'our_team_admitted_to_practice_law', 'publish', 'closed', 'closed', '', 'field_5ab15bba546f1', '', '', '2018-04-19 19:41:23', '2018-04-19 19:41:23', '', 236, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&#038;p=247', 4, 'acf-field', '', 0),
(248, 1, '2018-03-20 19:07:25', '2018-03-20 19:07:25', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5ad8f087cd457\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}', 'Experience', 'our_team_experience', 'publish', 'closed', 'closed', '', 'field_5ab15bcc546f2', '', '', '2018-04-19 19:41:23', '2018-04-19 19:41:23', '', 236, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&#038;p=248', 5, 'acf-field', '', 0),
(249, 1, '2018-03-20 19:07:26', '2018-03-20 19:07:26', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5ad8f087cd457\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}', 'Member / Certifications', 'our_team_member_certifications', 'publish', 'closed', 'closed', '', 'field_5ab15bd8546f3', '', '', '2018-04-19 19:41:23', '2018-04-19 19:41:23', '', 236, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=acf-field&#038;p=249', 6, 'acf-field', '', 0),
(250, 1, '2018-03-20 19:08:32', '2018-03-20 19:08:32', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-20 19:08:32', '2018-03-20 19:08:32', '', 232, 'http://localhost/repositorio-flanaganbilton-web/web/232-revision-v1', 0, 'revision', '', 0),
(251, 1, '2018-03-20 19:09:42', '2018-03-20 19:09:42', '', 'Dean Bilton', '', 'publish', 'open', 'open', '', 'dean-bilton', '', '', '2018-05-01 17:24:39', '2018-05-01 17:24:39', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=our-team&#038;p=251', 2, 'our-team', '', 0),
(252, 1, '2018-03-20 19:09:42', '2018-03-20 19:09:42', '', 'Dean Bilton', '', 'inherit', 'closed', 'closed', '', '251-revision-v1', '', '', '2018-03-20 19:09:42', '2018-03-20 19:09:42', '', 251, 'http://localhost/repositorio-flanaganbilton-web/web/251-revision-v1', 0, 'revision', '', 0),
(253, 1, '2018-03-20 19:10:54', '2018-03-20 19:10:54', '', 'Dean Bilton', '', 'inherit', 'closed', 'closed', '', '251-revision-v1', '', '', '2018-03-20 19:10:54', '2018-03-20 19:10:54', '', 251, 'http://localhost/repositorio-flanaganbilton-web/web/251-revision-v1', 0, 'revision', '', 0),
(254, 1, '2018-03-20 19:24:01', '2018-03-20 19:24:01', '', 'Orlando Pellegrino', '', 'publish', 'open', 'open', '', 'orlando-pellegrino', '', '', '2018-04-26 20:17:27', '2018-04-26 20:17:27', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=our-team&#038;p=254', 15, 'our-team', '', 0),
(255, 1, '2018-03-20 19:23:01', '2018-03-20 19:23:01', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-20 19:23:01', '2018-03-20 19:23:01', '', 232, 'http://localhost/repositorio-flanaganbilton-web/web/232-revision-v1', 0, 'revision', '', 0),
(256, 1, '2018-03-20 19:24:01', '2018-03-20 19:24:01', '', 'Orlando Pellegrino', '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2018-03-20 19:24:01', '2018-03-20 19:24:01', '', 254, 'http://localhost/repositorio-flanaganbilton-web/web/254-revision-v1', 0, 'revision', '', 0),
(257, 1, '2018-03-20 19:26:23', '2018-03-20 19:26:23', '', 'Robert Pernai', '', 'publish', 'open', 'open', '', 'robert-pernai', '', '', '2018-04-26 20:15:40', '2018-04-26 20:15:40', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=our-team&#038;p=257', 18, 'our-team', '', 0),
(258, 1, '2018-03-20 19:26:23', '2018-03-20 19:26:23', '', 'Robert Pernai', '', 'inherit', 'closed', 'closed', '', '257-revision-v1', '', '', '2018-03-20 19:26:23', '2018-03-20 19:26:23', '', 257, 'http://localhost/repositorio-flanaganbilton-web/web/257-revision-v1', 0, 'revision', '', 0),
(259, 1, '2018-03-20 19:27:55', '2018-03-20 19:27:55', '', 'Huan Cassioppi Tran', '', 'publish', 'open', 'open', '', 'huan-cassioppi-tran', '', '', '2018-04-25 21:02:31', '2018-04-25 21:02:31', '', 0, 'http://localhost/repositorio-flanaganbilton-web/web/?post_type=our-team&#038;p=259', 5, 'our-team', '', 0),
(260, 1, '2018-03-20 19:27:55', '2018-03-20 19:27:55', '', 'Huan Cassioppi Tran', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2018-03-20 19:27:55', '2018-03-20 19:27:55', '', 259, 'http://localhost/repositorio-flanaganbilton-web/web/259-revision-v1', 0, 'revision', '', 0),
(262, 1, '2018-03-20 19:34:19', '2018-03-20 19:34:19', '', 'Michael Flanagan', '', 'publish', 'open', 'open', '', 'michael-flanagan', '', '', '2018-04-26 20:08:24', '2018-04-26 20:08:24', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=our-team&#038;p=262', 14, 'our-team', '', 0),
(263, 1, '2018-03-20 19:34:19', '2018-03-20 19:34:19', '', 'Michael Flanagan', '', 'inherit', 'closed', 'closed', '', '262-revision-v1', '', '', '2018-03-20 19:34:19', '2018-03-20 19:34:19', '', 262, 'https://flanaganbilton.cappendev.com/262-revision-v1', 0, 'revision', '', 0),
(264, 1, '2018-03-20 19:35:27', '2018-03-20 19:35:27', '', 'Thomas D. Flanagan, Jr', '', 'publish', 'open', 'open', '', 'thomas-d-flanagan-jr', '', '', '2018-04-26 20:16:18', '2018-04-26 20:16:18', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=our-team&#038;p=264', 25, 'our-team', '', 0),
(265, 1, '2018-03-20 19:35:27', '2018-03-20 19:35:27', '', 'Thomas D. Flanagan, Jr', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2018-03-20 19:35:27', '2018-03-20 19:35:27', '', 264, 'https://flanaganbilton.cappendev.com/264-revision-v1', 0, 'revision', '', 0),
(266, 1, '2018-03-20 19:37:10', '2018-03-20 19:37:10', '', 'John Flanagan', '', 'publish', 'open', 'open', '', 'john-flanagan', '', '', '2018-04-26 20:07:10', '2018-04-26 20:07:10', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=our-team&#038;p=266', 8, 'our-team', '', 0),
(267, 1, '2018-03-20 19:37:10', '2018-03-20 19:37:10', '', 'John Flanagan', '', 'inherit', 'closed', 'closed', '', '266-revision-v1', '', '', '2018-03-20 19:37:10', '2018-03-20 19:37:10', '', 266, 'https://flanaganbilton.cappendev.com/266-revision-v1', 0, 'revision', '', 0),
(268, 1, '2018-03-20 19:38:13', '2018-03-20 19:38:13', '', 'Pamela Flanagan', '', 'publish', 'open', 'open', '', 'pamela-flanagan', '', '', '2018-04-26 20:08:25', '2018-04-26 20:08:25', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=our-team&#038;p=268', 16, 'our-team', '', 0),
(269, 1, '2018-03-20 19:38:13', '2018-03-20 19:38:13', '', 'Pamela Flanagan', '', 'inherit', 'closed', 'closed', '', '268-revision-v1', '', '', '2018-03-20 19:38:13', '2018-03-20 19:38:13', '', 268, 'https://flanaganbilton.cappendev.com/268-revision-v1', 0, 'revision', '', 0),
(270, 1, '2018-03-20 19:39:51', '2018-03-20 19:39:51', '', 'Kyle Sheehan', '', 'publish', 'open', 'open', '', 'kyle-sheehan', '', '', '2018-04-26 20:14:33', '2018-04-26 20:14:33', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=our-team&#038;p=270', 10, 'our-team', '', 0),
(271, 1, '2018-03-20 19:39:51', '2018-03-20 19:39:51', '', 'Kyle Sheehan', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2018-03-20 19:39:51', '2018-03-20 19:39:51', '', 270, 'https://flanaganbilton.cappendev.com/270-revision-v1', 0, 'revision', '', 0),
(272, 1, '2018-03-20 19:40:41', '2018-03-20 19:40:41', '', 'Spero Kopitas', '', 'publish', 'open', 'open', '', 'spero-kopitas', '', '', '2018-04-26 20:16:07', '2018-04-26 20:16:07', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=our-team&#038;p=272', 20, 'our-team', '', 0),
(273, 1, '2018-03-20 19:40:41', '2018-03-20 19:40:41', '', '', '', 'inherit', 'closed', 'closed', '', '272-revision-v1', '', '', '2018-03-20 19:40:41', '2018-03-20 19:40:41', '', 272, 'https://flanaganbilton.cappendev.com/272-revision-v1', 0, 'revision', '', 0),
(274, 1, '2018-03-20 19:40:53', '2018-03-20 19:40:53', '', 'Spero Kopitas', '', 'inherit', 'closed', 'closed', '', '272-revision-v1', '', '', '2018-03-20 19:40:53', '2018-03-20 19:40:53', '', 272, 'https://flanaganbilton.cappendev.com/272-revision-v1', 0, 'revision', '', 0),
(275, 1, '2018-03-20 19:42:00', '2018-03-20 19:42:00', '', 'James Owens', '', 'publish', 'open', 'open', '', 'james-owens', '', '', '2018-04-26 20:14:57', '2018-04-26 20:14:57', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=our-team&#038;p=275', 6, 'our-team', '', 0),
(276, 1, '2018-03-20 19:42:00', '2018-03-20 19:42:00', '', 'James Owens', '', 'inherit', 'closed', 'closed', '', '275-revision-v1', '', '', '2018-03-20 19:42:00', '2018-03-20 19:42:00', '', 275, 'https://flanaganbilton.cappendev.com/275-revision-v1', 0, 'revision', '', 0),
(277, 1, '2018-03-20 19:42:49', '2018-03-20 19:42:49', '', 'Abby Markowitz', '', 'publish', 'open', 'open', '', 'abby-markowitz', '', '', '2018-04-25 21:02:13', '2018-04-25 21:02:13', '', 0, 'https://flanaganbilton.cappendev.com/?post_type=our-team&#038;p=277', 3, 'our-team', '', 0),
(278, 1, '2018-03-20 19:42:49', '2018-03-20 19:42:49', '', 'Abby Markowitz', '', 'inherit', 'closed', 'closed', '', '277-revision-v1', '', '', '2018-03-20 19:42:49', '2018-03-20 19:42:49', '', 277, 'https://flanaganbilton.cappendev.com/277-revision-v1', 0, 'revision', '', 0),
(279, 1, '2018-03-20 19:50:14', '2018-03-20 19:50:14', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Years Experience', 'our_team_years_experience', 'publish', 'closed', 'closed', '', 'field_5ab165e67d2c9', '', '', '2018-03-20 19:56:31', '2018-03-20 19:56:31', '', 236, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=279', 1, 'acf-field', '', 0),
(280, 1, '2018-03-20 19:56:51', '2018-03-20 19:56:51', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-20 19:56:51', '2018-03-20 19:56:51', '', 232, 'https://flanaganbilton.cappendev.com/232-revision-v1', 0, 'revision', '', 0),
(281, 1, '2018-03-20 19:57:24', '2018-03-20 19:57:24', '', 'Orlando Pellegrino', '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2018-03-20 19:57:24', '2018-03-20 19:57:24', '', 254, 'https://flanaganbilton.cappendev.com/254-revision-v1', 0, 'revision', '', 0),
(282, 1, '2018-03-20 19:57:36', '2018-03-20 19:57:36', '', 'Dean Bilton', '', 'inherit', 'closed', 'closed', '', '251-revision-v1', '', '', '2018-03-20 19:57:36', '2018-03-20 19:57:36', '', 251, 'https://flanaganbilton.cappendev.com/251-revision-v1', 0, 'revision', '', 0),
(283, 1, '2018-03-20 19:57:52', '2018-03-20 19:57:52', '', 'Robert Pernai', '', 'inherit', 'closed', 'closed', '', '257-revision-v1', '', '', '2018-03-20 19:57:52', '2018-03-20 19:57:52', '', 257, 'https://flanaganbilton.cappendev.com/257-revision-v1', 0, 'revision', '', 0),
(284, 1, '2018-03-20 19:58:18', '2018-03-20 19:58:18', '', 'Huan Cassioppi Tran', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2018-03-20 19:58:18', '2018-03-20 19:58:18', '', 259, 'https://flanaganbilton.cappendev.com/259-revision-v1', 0, 'revision', '', 0),
(285, 1, '2018-03-20 19:59:08', '2018-03-20 19:59:08', '', 'Spero Kopitas', '', 'inherit', 'closed', 'closed', '', '272-revision-v1', '', '', '2018-03-20 19:59:08', '2018-03-20 19:59:08', '', 272, 'https://flanaganbilton.cappendev.com/272-revision-v1', 0, 'revision', '', 0),
(286, 1, '2018-03-20 19:59:18', '2018-03-20 19:59:18', '', 'James Owens', '', 'inherit', 'closed', 'closed', '', '275-revision-v1', '', '', '2018-03-20 19:59:18', '2018-03-20 19:59:18', '', 275, 'https://flanaganbilton.cappendev.com/275-revision-v1', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(287, 1, '2018-03-20 19:59:29', '2018-03-20 19:59:29', '', 'Abby Markowitz', '', 'inherit', 'closed', 'closed', '', '277-revision-v1', '', '', '2018-03-20 19:59:29', '2018-03-20 19:59:29', '', 277, 'https://flanaganbilton.cappendev.com/277-revision-v1', 0, 'revision', '', 0),
(288, 2, '2018-03-22 18:38:45', '2018-03-22 18:38:45', '', 'Michael Flanagan', '', 'inherit', 'closed', 'closed', '', '262-revision-v1', '', '', '2018-03-22 18:38:45', '2018-03-22 18:38:45', '', 262, 'https://flanaganbilton.orainteractive.com/262-revision-v1', 0, 'revision', '', 0),
(289, 2, '2018-03-22 18:40:24', '2018-03-22 18:40:24', '', 'Kyle Sheehan', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2018-03-22 18:40:24', '2018-03-22 18:40:24', '', 270, 'https://flanaganbilton.orainteractive.com/270-revision-v1', 0, 'revision', '', 0),
(290, 2, '2018-03-22 18:40:59', '2018-03-22 18:40:59', '', 'James Owens', '', 'inherit', 'closed', 'closed', '', '275-revision-v1', '', '', '2018-03-22 18:40:59', '2018-03-22 18:40:59', '', 275, 'https://flanaganbilton.orainteractive.com/275-revision-v1', 0, 'revision', '', 0),
(291, 2, '2018-03-22 18:42:10', '2018-03-22 18:42:10', '', 'John Flanagan', '', 'inherit', 'closed', 'closed', '', '266-revision-v1', '', '', '2018-03-22 18:42:10', '2018-03-22 18:42:10', '', 266, 'https://flanaganbilton.orainteractive.com/266-revision-v1', 0, 'revision', '', 0),
(292, 2, '2018-03-22 18:44:38', '2018-03-22 18:44:38', '', 'Kyle Sheehan', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2018-03-22 18:44:38', '2018-03-22 18:44:38', '', 270, 'https://flanaganbilton.orainteractive.com/270-revision-v1', 0, 'revision', '', 0),
(293, 2, '2018-03-22 18:46:00', '2018-03-22 18:46:00', '', 'Kyle Sheehan', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2018-03-22 18:46:00', '2018-03-22 18:46:00', '', 270, 'https://flanaganbilton.orainteractive.com/270-revision-v1', 0, 'revision', '', 0),
(294, 2, '2018-03-22 18:47:19', '2018-03-22 18:47:19', '', 'Thomas Flanagan', '', 'inherit', 'open', 'closed', '', 'thomas-flanagan-2', '', '', '2018-03-22 18:47:28', '2018-03-22 18:47:28', '', 232, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/Thomas-Flanagan.jpg', 0, 'attachment', 'image/jpeg', 0),
(295, 2, '2018-03-22 18:53:32', '2018-03-22 18:53:32', '', 'Huan Cassioppi Tran', '', 'inherit', 'open', 'closed', '', 'huan-cassioppi-tran-2', '', '', '2018-03-22 18:53:32', '2018-03-22 18:53:32', '', 259, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/Huan-Cassioppi-Tran.jpg', 0, 'attachment', 'image/jpeg', 0),
(296, 2, '2018-03-22 18:53:33', '2018-03-22 18:53:33', '', 'Michael Flanagan', '', 'inherit', 'open', 'closed', '', 'mike-flanagan', '', '', '2018-03-22 18:55:44', '2018-03-22 18:55:44', '', 259, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/Mike-Flanagan.jpg', 0, 'attachment', 'image/jpeg', 0),
(297, 2, '2018-03-22 18:53:33', '2018-03-22 18:53:33', '', 'Robert Pernai', '', 'inherit', 'open', 'closed', '', 'robert-pernai-2', '', '', '2018-03-22 18:53:33', '2018-03-22 18:53:33', '', 259, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/Robert-Pernai.jpg', 0, 'attachment', 'image/jpeg', 0),
(298, 2, '2018-03-22 18:53:35', '2018-03-22 18:53:35', '', 'Spero Kopitas', '', 'inherit', 'open', 'closed', '', 'sperokopitas', '', '', '2018-03-22 18:56:01', '2018-03-22 18:56:01', '', 259, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/SperoKopitas.jpg', 0, 'attachment', 'image/jpeg', 0),
(299, 2, '2018-03-22 18:53:36', '2018-03-22 18:53:36', '', 'Thomas Flanagan, Jr.', '', 'inherit', 'open', 'closed', '', 'tom-flanagan', '', '', '2018-03-22 18:55:23', '2018-03-22 18:55:23', '', 259, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/Tom-Flanagan.jpg', 0, 'attachment', 'image/jpeg', 0),
(300, 1, '2018-03-22 19:21:29', '2018-03-22 19:21:29', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-22 19:21:29', '2018-03-22 19:21:29', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(301, 2, '2018-03-22 19:29:06', '2018-03-22 19:29:06', 'Before purchasing a property, we investigate its tax status and offer recommendations to secure a reasonable valuation after purchase.', 'Advice On Purchases', 'Before purchasing a property, we investigate its tax status and offer recommendations to secure a reasonable valuation after purchase.', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2018-03-22 19:29:06', '2018-03-22 19:29:06', '', 60, 'https://flanaganbilton.orainteractive.com/60-revision-v1', 0, 'revision', '', 0),
(302, 2, '2018-03-22 19:31:48', '2018-03-22 19:31:48', 'After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.', 'Application for Tax Incentives', 'After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2018-03-22 19:31:48', '2018-03-22 19:31:48', '', 62, 'https://flanaganbilton.orainteractive.com/62-revision-v1', 0, 'revision', '', 0),
(303, 2, '2018-03-22 19:31:59', '2018-03-22 19:31:59', 'After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.', 'Management of Taxes and Property Improvements', 'After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2018-03-22 19:31:59', '2018-03-22 19:31:59', '', 64, 'https://flanaganbilton.orainteractive.com/64-revision-v1', 0, 'revision', '', 0),
(304, 2, '2018-03-22 19:32:44', '2018-03-22 19:32:44', 'While improvements are being constructed, we monitor partial assessments and petition the assessor to correct or adjust original assessments – and when necessary, change the property’s classification. We also review, verify, and analyze the assessors’ cost approach to line items on the record card, ensuring that assessments are limited to actual improvements.', 'Management of Taxes and Property Improvements', 'While improvements are being constructed, we monitor partial assessments and petition the assessor to correct or adjust original assessments – and when necessary, change the property’s classification.', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2018-03-22 19:32:44', '2018-03-22 19:32:44', '', 64, 'https://flanaganbilton.orainteractive.com/64-revision-v1', 0, 'revision', '', 0),
(305, 2, '2018-03-22 19:33:19', '2018-03-22 19:33:19', 'After the assessor establishes an assessment, we analyze that assessment in terms of cost, sales, income, and uniformity – reviewing market value versus business value. It’s important to realize that real estate property taxes should not be based on non-real estate value or assets. After reviewing the property’s value, we recommend whether to file a complaint. Where appropriate, we will file the complaint and attend related hearings.', 'Analysis of Final Assessments', 'After the assessor establishes an assessment, we analyze that assessment in terms of cost, sales, income, and uniformity – reviewing market value versus business value.', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2018-03-22 19:33:19', '2018-03-22 19:33:19', '', 67, 'https://flanaganbilton.orainteractive.com/67-revision-v1', 0, 'revision', '', 0),
(306, 2, '2018-03-22 19:33:40', '2018-03-22 19:33:40', 'We report the results of assessment complaints and recommend appropriate action. If appropriate, we file complaints with the board of review or equalization and present evidence at hearings on those complaints.', 'Appearance Before the review board', 'We report the results of assessment complaints and recommend appropriate action. If appropriate, we file complaints with the board of review or equalization and present evidence at hearings on those complaints.', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2018-03-22 19:33:40', '2018-03-22 19:33:40', '', 77, 'https://flanaganbilton.orainteractive.com/77-revision-v1', 0, 'revision', '', 0),
(309, 2, '2018-03-22 19:34:36', '2018-03-22 19:34:36', 'Each client has the opportunity to take advantage of Flanagan | Bilton’s state-of-the-art online  portfolio manager reporting system.  Using your individualized password, each portfolio can access property information in a variety of customized formats - from searching for a specific assessment to generating and downloading property tax reports.', 'F|B Portfolio Manager Software', 'Each client has the opportunity to take advantage of Flanagan | Bilton’s state-of-the-art online  portfolio manager reporting system.', 'inherit', 'closed', 'closed', '', '83-revision-v1', '', '', '2018-03-22 19:34:36', '2018-03-22 19:34:36', '', 83, 'https://flanaganbilton.orainteractive.com/83-revision-v1', 0, 'revision', '', 0),
(310, 2, '2018-03-22 19:35:23', '2018-03-22 19:35:23', 'Representing over 5,000 properties in the United States, Flanagan | Bilton LLC has built long- lasting relationships and is a familiar name to the people assessing and recording property taxes throughout the country. While our local knowledge means we take into consideration the prevailing appraisal methods of a specific county, we have the aptitude to introduce a national perspective into a property’s valuation.', 'Local Presence', 'No matter where in the nation your real estate holdings are located, with Flanagan | Bilton LLC, you always have home court advantage.', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2018-03-22 19:35:23', '2018-03-22 19:35:23', '', 198, 'https://flanaganbilton.orainteractive.com/198-revision-v1', 0, 'revision', '', 0),
(311, 2, '2018-03-22 19:35:44', '2018-03-22 19:35:44', 'The principals of Flanagan | Bilton LLC have been involved in property tax matters for more than 30 years. Before founding Flanagan | Bilton LLC, our founding partners accumulated 50 years of service with state and local government – focusing on tax matters, property valuations and litigation at both the trial and appellate level.', 'Experience', 'We’ve served on both sides of the property tax assessment process. We know the system and how it works.', 'inherit', 'closed', 'closed', '', '206-revision-v1', '', '', '2018-03-22 19:35:44', '2018-03-22 19:35:44', '', 206, 'https://flanaganbilton.orainteractive.com/206-revision-v1', 0, 'revision', '', 0),
(312, 2, '2018-03-22 19:36:56', '2018-03-22 19:36:56', '', 'F|B Advantage', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-03-22 19:36:56', '2018-03-22 19:36:56', '', 8, 'https://flanaganbilton.orainteractive.com/8-revision-v1', 0, 'revision', '', 0),
(313, 2, '2018-03-22 19:41:19', '2018-03-22 19:41:19', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-22 19:41:19', '2018-03-22 19:41:19', '', 2, 'https://flanaganbilton.orainteractive.com/2-revision-v1', 0, 'revision', '', 0),
(314, 2, '2018-03-22 19:41:48', '2018-03-22 19:41:48', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-22 19:41:48', '2018-03-22 19:41:48', '', 2, 'https://flanaganbilton.orainteractive.com/2-revision-v1', 0, 'revision', '', 0),
(315, 2, '2018-03-22 19:45:44', '2018-03-22 19:45:44', '', 'Our Team', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2018-03-22 19:45:44', '2018-03-22 19:45:44', '', 10, 'https://flanaganbilton.orainteractive.com/10-revision-v1', 0, 'revision', '', 0),
(316, 2, '2018-03-22 19:46:51', '2018-03-22 19:46:51', '', 'Our Team', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2018-03-22 19:46:51', '2018-03-22 19:46:51', '', 10, 'https://flanaganbilton.orainteractive.com/10-revision-v1', 0, 'revision', '', 0),
(317, 2, '2018-03-22 19:48:30', '2018-03-22 19:48:30', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-03-22 19:48:30', '2018-03-22 19:48:30', '', 6, 'https://flanaganbilton.orainteractive.com/6-revision-v1', 0, 'revision', '', 0),
(318, 2, '2018-03-22 19:51:31', '2018-03-22 19:51:31', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-03-22 19:51:31', '2018-03-22 19:51:31', '', 12, 'https://flanaganbilton.orainteractive.com/12-revision-v1', 0, 'revision', '', 0),
(319, 2, '2018-03-22 19:53:07', '2018-03-22 19:53:07', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-22 19:53:07', '2018-03-22 19:53:07', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(320, 2, '2018-03-22 19:54:10', '2018-03-22 19:54:10', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-22 19:54:10', '2018-03-22 19:54:10', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(321, 2, '2018-03-22 19:54:35', '2018-03-22 19:54:35', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-22 19:54:35', '2018-03-22 19:54:35', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(322, 2, '2018-03-22 19:55:07', '2018-03-22 19:55:07', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-22 19:55:07', '2018-03-22 19:55:07', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(323, 1, '2018-03-23 17:44:58', '2018-03-23 17:44:58', '', 'pay-my-invoice', '', 'inherit', 'open', 'closed', '', 'pay-my-invoice-2', '', '', '2018-03-23 17:44:58', '2018-03-23 17:44:58', '', 12, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/pay-my-invoice-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(326, 2, '2018-03-23 20:56:08', '2018-03-23 20:56:08', '', 'Our Team', '', 'inherit', 'open', 'closed', '', 'teampageheader', '', '', '2018-03-23 20:56:17', '2018-03-23 20:56:17', '', 10, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/teampageHeader.jpg', 0, 'attachment', 'image/jpeg', 0),
(327, 2, '2018-03-23 20:56:56', '2018-03-23 20:56:56', '', 'Our Team', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2018-03-23 20:56:56', '2018-03-23 20:56:56', '', 10, 'https://flanaganbilton.orainteractive.com/10-revision-v1', 0, 'revision', '', 0),
(328, 2, '2018-03-23 20:57:11', '2018-03-23 20:57:11', '', 'Our Team', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2018-03-23 20:57:11', '2018-03-23 20:57:11', '', 10, 'https://flanaganbilton.orainteractive.com/10-revision-v1', 0, 'revision', '', 0),
(329, 2, '2018-03-26 14:50:40', '2018-03-26 14:50:40', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-26 14:50:40', '2018-03-26 14:50:40', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(330, 2, '2018-03-26 14:50:55', '2018-03-26 14:50:55', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-26 14:50:55', '2018-03-26 14:50:55', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(331, 1, '2018-03-26 19:43:22', '2018-03-26 19:43:22', '', 'logo-white', '', 'inherit', 'open', 'closed', '', 'logo-white', '', '', '2018-03-26 19:43:22', '2018-03-26 19:43:22', '', 2, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/logo-white.svg', 0, 'attachment', 'image/svg+xml', 0),
(332, 1, '2018-03-26 19:43:33', '2018-03-26 19:43:33', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-26 19:43:33', '2018-03-26 19:43:33', '', 2, 'https://flanaganbilton.orainteractive.com/2-revision-v1', 0, 'revision', '', 0),
(333, 2, '2018-03-26 20:13:21', '2018-03-26 20:13:21', '', 'Charlotte', '', 'inherit', 'open', 'closed', '', 'charlotte', '', '', '2018-03-26 20:13:21', '2018-03-26 20:13:21', '', 0, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/Charlotte.jpg', 0, 'attachment', 'image/jpeg', 0),
(334, 2, '2018-03-26 20:13:38', '2018-03-26 20:13:38', '', 'Banner #03', '', 'publish', 'open', 'open', '', 'banner-03', '', '', '2018-04-16 18:55:22', '2018-04-16 18:55:22', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=carousel&#038;p=334', 3, 'carousel', '', 0),
(335, 2, '2018-03-26 20:13:38', '2018-03-26 20:13:38', '', 'Banner #03', '', 'inherit', 'closed', 'closed', '', '334-revision-v1', '', '', '2018-03-26 20:13:38', '2018-03-26 20:13:38', '', 334, 'https://flanaganbilton.orainteractive.com/334-revision-v1', 0, 'revision', '', 0),
(338, 2, '2018-03-26 20:15:24', '2018-03-26 20:15:24', '', 'New York', '', 'inherit', 'open', 'closed', '', 'new-york', '', '', '2018-03-26 20:15:24', '2018-03-26 20:15:24', '', 35, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/New-York.jpg', 0, 'attachment', 'image/jpeg', 0),
(340, 2, '2018-03-26 20:17:25', '2018-03-26 20:17:25', '', 'Banner #04', '', 'publish', 'open', 'open', '', 'banner-04', '', '', '2018-03-26 20:17:25', '2018-03-26 20:17:25', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=carousel&#038;p=340', 4, 'carousel', '', 0),
(341, 2, '2018-03-26 20:17:20', '2018-03-26 20:17:20', '', 'Dallas', '', 'inherit', 'open', 'closed', '', 'dallas-2', '', '', '2018-03-26 20:17:20', '2018-03-26 20:17:20', '', 340, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/Dallas-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(342, 2, '2018-03-26 20:17:25', '2018-03-26 20:17:25', '', 'Banner #04', '', 'inherit', 'closed', 'closed', '', '340-revision-v1', '', '', '2018-03-26 20:17:25', '2018-03-26 20:17:25', '', 340, 'https://flanaganbilton.orainteractive.com/340-revision-v1', 0, 'revision', '', 0),
(343, 2, '2018-03-26 20:17:49', '2018-03-26 20:17:49', '', 'Banner #05', '', 'publish', 'open', 'open', '', 'banner-05', '', '', '2018-03-26 20:17:49', '2018-03-26 20:17:49', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=carousel&#038;p=343', 5, 'carousel', '', 0),
(344, 2, '2018-03-26 20:17:49', '2018-03-26 20:17:49', '', 'Banner #05', '', 'inherit', 'closed', 'closed', '', '343-revision-v1', '', '', '2018-03-26 20:17:49', '2018-03-26 20:17:49', '', 343, 'https://flanaganbilton.orainteractive.com/343-revision-v1', 0, 'revision', '', 0),
(345, 2, '2018-03-26 20:21:11', '2018-03-26 20:21:11', '', 'rectangle', '', 'inherit', 'open', 'closed', '', 'rectangle-2', '', '', '2018-03-26 20:21:11', '2018-03-26 20:21:11', '', 14, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/rectangle-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(346, 2, '2018-03-26 20:43:35', '2018-03-26 20:43:35', 'No matter how geographically diverse your portfolio, Flanagan | Bilton LLC has nationwide resources to manage your tax appeals, and the Flanagan | Bilton LLC online reporting system offers instant access, 24 hours a day, 7 days a week, for simplified property tax assessment reports.', 'National Scope', 'Managing assessment protests for a nationwide property portfolio is simplified to allow you to focus on your core business.', 'inherit', 'closed', 'closed', '', '205-revision-v1', '', '', '2018-03-26 20:43:35', '2018-03-26 20:43:35', '', 205, 'https://flanaganbilton.orainteractive.com/205-revision-v1', 0, 'revision', '', 0),
(347, 2, '2018-03-26 20:45:50', '2018-03-26 20:45:50', '', 'Thomas Flanagan', '48 Years\' Experience', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-26 20:45:50', '2018-03-26 20:45:50', '', 232, 'https://flanaganbilton.orainteractive.com/232-revision-v1', 0, 'revision', '', 0),
(348, 2, '2018-03-26 20:46:28', '2018-03-26 20:46:28', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-26 20:46:28', '2018-03-26 20:46:28', '', 232, 'https://flanaganbilton.orainteractive.com/232-revision-v1', 0, 'revision', '', 0),
(349, 2, '2018-03-28 14:51:45', '2018-03-28 14:51:45', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-28 14:51:45', '2018-03-28 14:51:45', '', 2, 'https://flanaganbilton.orainteractive.com/2-revision-v1', 0, 'revision', '', 0),
(350, 2, '2018-03-28 16:29:03', '2018-03-28 16:29:03', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-28 16:29:03', '2018-03-28 16:29:03', '', 232, 'https://flanaganbilton.orainteractive.com/232-revision-v1', 0, 'revision', '', 0),
(351, 2, '2018-03-28 16:29:37', '2018-03-28 16:29:37', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-28 16:29:37', '2018-03-28 16:29:37', '', 232, 'https://flanaganbilton.orainteractive.com/232-revision-v1', 0, 'revision', '', 0),
(352, 2, '2018-03-28 16:29:54', '2018-03-28 16:29:54', '', 'Dean Bilton', '', 'inherit', 'closed', 'closed', '', '251-revision-v1', '', '', '2018-03-28 16:29:54', '2018-03-28 16:29:54', '', 251, 'https://flanaganbilton.orainteractive.com/251-revision-v1', 0, 'revision', '', 0),
(353, 2, '2018-03-28 18:29:39', '2018-03-28 18:29:39', '', 'Orlando Pellegrino', '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2018-03-28 18:29:39', '2018-03-28 18:29:39', '', 254, 'https://flanaganbilton.orainteractive.com/254-revision-v1', 0, 'revision', '', 0),
(354, 2, '2018-03-28 18:29:57', '2018-03-28 18:29:57', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-03-28 18:29:57', '2018-03-28 18:29:57', '', 2, 'https://flanaganbilton.orainteractive.com/2-revision-v1', 0, 'revision', '', 0),
(355, 2, '2018-03-28 18:32:52', '2018-03-28 18:32:52', '', 'Orlando Pellegrino', '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2018-03-28 18:32:52', '2018-03-28 18:32:52', '', 254, 'https://flanaganbilton.orainteractive.com/254-revision-v1', 0, 'revision', '', 0),
(356, 2, '2018-03-28 18:33:48', '2018-03-28 18:33:48', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-28 18:33:48', '2018-03-28 18:33:48', '', 232, 'https://flanaganbilton.orainteractive.com/232-revision-v1', 0, 'revision', '', 0),
(357, 2, '2018-03-28 18:34:18', '2018-03-28 18:34:18', '', 'Robert Pernai', '', 'inherit', 'closed', 'closed', '', '257-revision-v1', '', '', '2018-03-28 18:34:18', '2018-03-28 18:34:18', '', 257, 'https://flanaganbilton.orainteractive.com/257-revision-v1', 0, 'revision', '', 0),
(358, 2, '2018-03-28 18:34:37', '2018-03-28 18:34:37', '', 'Huan Cassioppi Tran', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2018-03-28 18:34:37', '2018-03-28 18:34:37', '', 259, 'https://flanaganbilton.orainteractive.com/259-revision-v1', 0, 'revision', '', 0),
(359, 2, '2018-03-28 18:35:43', '2018-03-28 18:35:43', '', 'Michael Flanagan', '', 'inherit', 'closed', 'closed', '', '262-revision-v1', '', '', '2018-03-28 18:35:43', '2018-03-28 18:35:43', '', 262, 'https://flanaganbilton.orainteractive.com/262-revision-v1', 0, 'revision', '', 0),
(360, 2, '2018-03-28 18:36:27', '2018-03-28 18:36:27', '', 'Thomas D. Flanagan, Jr', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2018-03-28 18:36:27', '2018-03-28 18:36:27', '', 264, 'https://flanaganbilton.orainteractive.com/264-revision-v1', 0, 'revision', '', 0),
(361, 2, '2018-03-28 18:37:00', '2018-03-28 18:37:00', '', 'John Flanagan', '', 'inherit', 'closed', 'closed', '', '266-revision-v1', '', '', '2018-03-28 18:37:00', '2018-03-28 18:37:00', '', 266, 'https://flanaganbilton.orainteractive.com/266-revision-v1', 0, 'revision', '', 0),
(362, 2, '2018-03-28 18:37:55', '2018-03-28 18:37:55', '', 'Pamela Flanagan', '', 'inherit', 'closed', 'closed', '', '268-revision-v1', '', '', '2018-03-28 18:37:55', '2018-03-28 18:37:55', '', 268, 'https://flanaganbilton.orainteractive.com/268-revision-v1', 0, 'revision', '', 0),
(363, 2, '2018-03-28 18:38:22', '2018-03-28 18:38:22', '', 'Kyle Sheehan', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2018-03-28 18:38:22', '2018-03-28 18:38:22', '', 270, 'https://flanaganbilton.orainteractive.com/270-revision-v1', 0, 'revision', '', 0),
(364, 2, '2018-03-28 18:38:44', '2018-03-28 18:38:44', '', 'Spero Kopitas', '', 'inherit', 'closed', 'closed', '', '272-revision-v1', '', '', '2018-03-28 18:38:44', '2018-03-28 18:38:44', '', 272, 'https://flanaganbilton.orainteractive.com/272-revision-v1', 0, 'revision', '', 0),
(365, 2, '2018-03-28 18:38:57', '2018-03-28 18:38:57', '', 'James Owens', '', 'inherit', 'closed', 'closed', '', '275-revision-v1', '', '', '2018-03-28 18:38:57', '2018-03-28 18:38:57', '', 275, 'https://flanaganbilton.orainteractive.com/275-revision-v1', 0, 'revision', '', 0),
(366, 2, '2018-03-28 18:39:15', '2018-03-28 18:39:15', '', 'Abby Markowitz', '', 'inherit', 'closed', 'closed', '', '277-revision-v1', '', '', '2018-03-28 18:39:15', '2018-03-28 18:39:15', '', 277, 'https://flanaganbilton.orainteractive.com/277-revision-v1', 0, 'revision', '', 0),
(367, 2, '2018-03-28 18:42:09', '2018-03-28 18:42:09', '', 'Thomas Flanagan', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-03-28 18:42:09', '2018-03-28 18:42:09', '', 232, 'https://flanaganbilton.orainteractive.com/232-revision-v1', 0, 'revision', '', 0),
(368, 2, '2018-03-28 18:42:24', '2018-03-28 18:42:24', '', 'Dean Bilton', '', 'inherit', 'closed', 'closed', '', '251-revision-v1', '', '', '2018-03-28 18:42:24', '2018-03-28 18:42:24', '', 251, 'https://flanaganbilton.orainteractive.com/251-revision-v1', 0, 'revision', '', 0),
(369, 2, '2018-03-28 18:42:42', '2018-03-28 18:42:42', '', 'Orlando Pellegrino', '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2018-03-28 18:42:42', '2018-03-28 18:42:42', '', 254, 'https://flanaganbilton.orainteractive.com/254-revision-v1', 0, 'revision', '', 0),
(370, 2, '2018-03-28 18:43:01', '2018-03-28 18:43:01', '', 'Robert Pernai', '', 'inherit', 'closed', 'closed', '', '257-revision-v1', '', '', '2018-03-28 18:43:01', '2018-03-28 18:43:01', '', 257, 'https://flanaganbilton.orainteractive.com/257-revision-v1', 0, 'revision', '', 0),
(371, 2, '2018-03-28 18:43:14', '2018-03-28 18:43:14', '', 'Huan Cassioppi Tran', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2018-03-28 18:43:14', '2018-03-28 18:43:14', '', 259, 'https://flanaganbilton.orainteractive.com/259-revision-v1', 0, 'revision', '', 0),
(372, 2, '2018-03-28 18:43:49', '2018-03-28 18:43:49', '', 'Spero Kopitas', '', 'inherit', 'closed', 'closed', '', '272-revision-v1', '', '', '2018-03-28 18:43:49', '2018-03-28 18:43:49', '', 272, 'https://flanaganbilton.orainteractive.com/272-revision-v1', 0, 'revision', '', 0),
(373, 2, '2018-03-28 18:44:07', '2018-03-28 18:44:07', '', 'James Owens', '', 'inherit', 'closed', 'closed', '', '275-revision-v1', '', '', '2018-03-28 18:44:07', '2018-03-28 18:44:07', '', 275, 'https://flanaganbilton.orainteractive.com/275-revision-v1', 0, 'revision', '', 0),
(374, 2, '2018-03-28 18:47:38', '2018-03-28 18:47:38', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-28 18:47:38', '2018-03-28 18:47:38', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(375, 2, '2018-03-28 18:48:20', '2018-03-28 18:48:20', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-28 18:48:20', '2018-03-28 18:48:20', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(376, 2, '2018-03-28 18:48:35', '2018-03-28 18:48:35', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-28 18:48:35', '2018-03-28 18:48:35', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(377, 2, '2018-03-28 18:48:49', '2018-03-28 18:48:49', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-28 18:48:49', '2018-03-28 18:48:49', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(378, 2, '2018-03-28 18:50:01', '2018-03-28 18:50:01', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-28 18:50:01', '2018-03-28 18:50:01', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(379, 2, '2018-03-28 18:50:21', '2018-03-28 18:50:21', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-28 18:50:21', '2018-03-28 18:50:21', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(380, 2, '2018-03-28 18:50:50', '2018-03-28 18:50:50', '', 'Software Demo', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-03-28 18:50:50', '2018-03-28 18:50:50', '', 16, 'https://flanaganbilton.orainteractive.com/16-revision-v1', 0, 'revision', '', 0),
(381, 2, '2018-04-16 15:19:54', '2018-04-16 15:19:54', '', 'rectangle-5', '', 'inherit', 'open', 'closed', '', 'rectangle-5-2', '', '', '2018-04-16 15:29:33', '2018-04-16 15:29:33', '', 14, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/04/rectangle-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(382, 2, '2018-04-16 15:29:37', '2018-04-16 15:29:37', '', 'Practice Areas', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2018-04-16 15:29:37', '2018-04-16 15:29:37', '', 14, 'https://flanaganbilton.orainteractive.com/14-revision-v1', 0, 'revision', '', 0),
(383, 2, '2018-04-16 16:51:30', '2018-04-16 16:51:30', '', 'Miami', '', 'inherit', 'open', 'closed', '', 'miamiupdate', '', '', '2018-04-16 16:52:13', '2018-04-16 16:52:13', '', 0, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/04/Miamiupdate.jpg', 0, 'attachment', 'image/jpeg', 0),
(384, 2, '2018-04-16 16:56:31', '2018-04-16 16:56:31', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-04-16 16:56:31', '2018-04-16 16:56:31', '', 12, 'https://flanaganbilton.orainteractive.com/12-revision-v1', 0, 'revision', '', 0),
(385, 2, '2018-04-16 16:56:56', '2018-04-16 16:56:56', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-04-16 16:56:56', '2018-04-16 16:56:56', '', 12, 'https://flanaganbilton.orainteractive.com/12-revision-v1', 0, 'revision', '', 0),
(386, 2, '2018-04-16 16:58:07', '2018-04-16 16:58:07', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-04-16 16:58:07', '2018-04-16 16:58:07', '', 12, 'https://flanaganbilton.orainteractive.com/12-revision-v1', 0, 'revision', '', 0),
(387, 2, '2018-04-16 16:59:07', '2018-04-16 16:59:07', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-04-16 16:59:07', '2018-04-16 16:59:07', '', 12, 'https://flanaganbilton.orainteractive.com/12-revision-v1', 0, 'revision', '', 0),
(388, 2, '2018-04-16 16:59:47', '2018-04-16 16:59:47', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-04-16 16:59:47', '2018-04-16 16:59:47', '', 12, 'https://flanaganbilton.orainteractive.com/12-revision-v1', 0, 'revision', '', 0),
(389, 2, '2018-04-16 17:00:33', '2018-04-16 17:00:33', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-04-16 17:00:33', '2018-04-16 17:00:33', '', 12, 'https://flanaganbilton.orainteractive.com/12-revision-v1', 0, 'revision', '', 0),
(390, 2, '2018-04-16 17:01:09', '2018-04-16 17:01:09', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-04-16 17:01:09', '2018-04-16 17:01:09', '', 12, 'https://flanaganbilton.orainteractive.com/12-revision-v1', 0, 'revision', '', 0),
(391, 2, '2018-04-16 17:04:14', '2018-04-16 17:04:14', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-04-16 17:04:14', '2018-04-16 17:04:14', '', 12, 'https://flanaganbilton.orainteractive.com/12-revision-v1', 0, 'revision', '', 0),
(392, 2, '2018-04-16 17:04:29', '2018-04-16 17:04:29', '', 'Pay My Invoice', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-04-16 17:04:29', '2018-04-16 17:04:29', '', 12, 'https://flanaganbilton.orainteractive.com/12-revision-v1', 0, 'revision', '', 0),
(393, 2, '2018-04-16 18:55:09', '2018-04-16 18:55:09', '', 'Miami', '', 'inherit', 'open', 'closed', '', 'miaminew', '', '', '2018-04-16 18:55:17', '2018-04-16 18:55:17', '', 334, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/MiamiNew.jpg', 0, 'attachment', 'image/jpeg', 0),
(397, 2, '2018-04-19 14:28:42', '2018-04-19 14:28:42', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-04-19 14:28:42', '2018-04-19 14:28:42', '', 2, 'https://flanaganbilton.orainteractive.com/2-revision-v1', 0, 'revision', '', 0),
(398, 2, '2018-04-19 14:33:21', '2018-04-19 14:33:21', '', 'Practice Areas', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2018-04-19 14:33:21', '2018-04-19 14:33:21', '', 14, 'https://flanaganbilton.orainteractive.com/14-revision-v1', 0, 'revision', '', 0),
(399, 2, '2018-04-19 14:34:48', '2018-04-19 14:34:48', '<span style=\"font-weight: 400;\">Flanagan | Bilton monitors and evaluates property tax assessments, files appeals, negotiates settlements, appears before boards or property tax commissions, and pursue legal remedies. </span>', 'Real Estate Property Tax Appeals', 'Flanagan | Bilton monitors and evaluates property tax assessments, files appeals, negotiates settlements, appears before boards or property tax commissions, and pursue legal remedies.\r\n', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2018-04-19 14:34:48', '2018-04-19 14:34:48', '', 60, 'https://flanaganbilton.orainteractive.com/60-revision-v1', 0, 'revision', '', 0),
(400, 2, '2018-04-19 14:36:18', '2018-04-19 14:36:18', '<span style=\"font-weight: 400;\">Unlike tax consulting firms, Flanagan | Bilton is a property tax law firm, handling the appeal process from local assessing offices to filing lawsuits all the way up to the Supreme Court. </span>', 'Legal Court Proceedings', 'Unlike tax consulting firms, Flanagan | Bilton is a property tax law firm, handling the appeal process from local assessing offices to filing lawsuits all the way up to the Supreme Court. ', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2018-04-19 14:36:18', '2018-04-19 14:36:18', '', 64, 'https://flanaganbilton.orainteractive.com/64-revision-v1', 0, 'revision', '', 0),
(401, 2, '2018-04-19 14:36:58', '2018-04-19 14:36:58', '<span style=\"font-weight: 400;\">For those jurisdictions that require a taxpayer to file tangible personal property reports, Flanagan|Bilton prepares timely and accurate filings of personal property schedules to local governing bodies.</span>', 'Personal Property Tax Filings', 'For those jurisdictions that require a taxpayer to file tangible personal property reports, Flanagan|Bilton prepares timely and accurate filings of personal property schedules to local governing bodies.', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2018-04-19 14:36:58', '2018-04-19 14:36:58', '', 67, 'https://flanaganbilton.orainteractive.com/67-revision-v1', 0, 'revision', '', 0),
(402, 2, '2018-04-19 14:37:40', '2018-04-19 14:37:40', '<span style=\"font-weight: 400;\">Before purchasing a property, Flanagan | Bilton will investigate its tax status and provide property tax estimates for potential acquisitions. </span>', 'Tax Estimates & Projections', 'Before purchasing a property, Flanagan | Bilton will investigate its tax status and provide property tax estimates for potential acquisitions. ', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2018-04-19 14:37:40', '2018-04-19 14:37:40', '', 77, 'https://flanaganbilton.orainteractive.com/77-revision-v1', 0, 'revision', '', 0),
(403, 2, '2018-04-19 14:38:15', '2018-04-19 14:38:15', '<span style=\"font-weight: 400;\">After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.</span>', 'Application for Tax Incentives', 'After consulting with the owner, we prepare the necessary forms to participate in any applicable tax incentive programs. We also file documents for tax map consolidations or divisions.', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2018-04-19 14:38:15', '2018-04-19 14:38:15', '', 62, 'https://flanaganbilton.orainteractive.com/62-revision-v1', 0, 'revision', '', 0),
(404, 2, '2018-04-19 14:39:09', '2018-04-19 14:39:09', '<span style=\"font-weight: 400;\">Each client can take advantage of Flanagan | Bilton’s state-of-the-art online portfolio manager reporting system.  Using your individualized password, each portfolio can access property information in a variety of customized formats – from searching for a specific assessment to generating and downloading property tax reports.</span>', 'F|B Portfolio Manager Software', 'Each client can take advantage of Flanagan | Bilton’s state-of-the-art online portfolio manager reporting system.', 'inherit', 'closed', 'closed', '', '83-revision-v1', '', '', '2018-04-19 14:39:09', '2018-04-19 14:39:09', '', 83, 'https://flanaganbilton.orainteractive.com/83-revision-v1', 0, 'revision', '', 0),
(405, 2, '2018-04-19 14:40:14', '2018-04-19 14:40:14', '', 'F|B Advantage', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-04-19 14:40:14', '2018-04-19 14:40:14', '', 8, 'https://flanaganbilton.orainteractive.com/8-revision-v1', 0, 'revision', '', 0),
(406, 2, '2018-04-19 14:41:17', '2018-04-19 14:41:17', 'Representing over 5,000 properties in the United States, Flanagan | Bilton LLC has built long- lasting relationships and is a familiar name to the people assessing and recording property taxes throughout the country. While our local knowledge means we take into consideration the prevailing appraisal methods of a specific county, we have the aptitude to introduce a national perspective into a property’s valuation.', 'Local Presence', 'No matter where in the nation your real estate holdings are located, with Flanagan | Bilton LLC, you always have home court advantage.', 'inherit', 'closed', 'closed', '', '198-autosave-v1', '', '', '2018-04-19 14:41:17', '2018-04-19 14:41:17', '', 198, 'https://flanaganbilton.orainteractive.com/198-autosave-v1', 0, 'revision', '', 0),
(407, 2, '2018-04-19 14:41:23', '2018-04-19 14:41:23', '<span style=\"font-weight: 400;\">Representing over 5,000 properties in the United States, Flanagan | Bilton has built long- lasting relationships and is a familiar name to the people assessing and recording property taxes throughout the country. While our local knowledge means we take into consideration the prevailing appraisal methods of a specific county, we have the aptitude to introduce a national perspective into a property’s valuation.</span>', 'Local Presence', 'No matter where in the nation your real estate holdings are located, with Flanagan | Bilton LLC, you always have home court advantage.', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2018-04-19 14:41:23', '2018-04-19 14:41:23', '', 198, 'https://flanaganbilton.orainteractive.com/198-revision-v1', 0, 'revision', '', 0),
(410, 2, '2018-04-19 14:42:36', '2018-04-19 14:42:36', '<span style=\"font-weight: 400;\">Representing over 5,000 properties in the United States, Flanagan | Bilton has built long- lasting relationships and is a familiar name to the people assessing and recording property taxes throughout the country. While our local knowledge means we take into consideration the prevailing appraisal methods of a specific county, we have the aptitude to introduce a national perspective into a property’s valuation.</span>', 'Local Presence', 'No matter where in the nation your real estate holdings are located, with Flanagan | Bilton, you always have home court advantage.', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2018-04-19 14:42:36', '2018-04-19 14:42:36', '', 198, 'https://flanaganbilton.orainteractive.com/198-revision-v1', 0, 'revision', '', 0),
(411, 2, '2018-04-19 14:43:13', '2018-04-19 14:43:13', '<span style=\"font-weight: 400;\">No matter how geographically diverse your portfolio, Flanagan | Bilton has nationwide resources to manage your tax appeals. Our online reporting system offers instant access, 24 hours a day, 7 days a week, for simplified property tax assessment reports.</span>', 'National Scope', 'Managing assessment protests for a nationwide property portfolio is simplified to allow you to focus on your core business.', 'inherit', 'closed', 'closed', '', '205-revision-v1', '', '', '2018-04-19 14:43:13', '2018-04-19 14:43:13', '', 205, 'https://flanaganbilton.orainteractive.com/205-revision-v1', 0, 'revision', '', 0),
(412, 2, '2018-04-19 14:43:42', '2018-04-19 14:43:42', '<span style=\"font-weight: 400;\">Flanagan | Bilton has been focused on property tax matters for more than 50 years. Before founding Flanagan | Bilton, our principals accumulated over 30 years of service with state and local government – focusing on tax matters, property valuations and litigation at the trial level, appellate level and Supreme Court.</span>', 'Experience', 'We have served on both sides of the property tax assessment process. We know the system and how it works.', 'inherit', 'closed', 'closed', '', '206-revision-v1', '', '', '2018-04-19 14:43:42', '2018-04-19 14:43:42', '', 206, 'https://flanaganbilton.orainteractive.com/206-revision-v1', 0, 'revision', '', 0),
(413, 2, '2018-04-19 14:44:54', '2018-04-19 14:44:54', '<span style=\"font-weight: 400;\">Unlike most tax consulting groups, Flanagan | Bilton is a property tax Law Firm. Our in-house resources include the full spectrum of top-notch professionals – attorneys, appraisers, CPA’s, and tax consultants – to make sure you pay the lowest possible property taxes.</span>', 'Expertise', 'If we appeal a property tax for you, you have the confidence of knowing that appeal will be based upon – and backed by – the work of knowledgeable professionals who will focus their considerable experience to move your appeal through the process. For complex properties, proper focus and experience are key to the success of an appeal.', 'inherit', 'closed', 'closed', '', '208-revision-v1', '', '', '2018-04-19 14:44:54', '2018-04-19 14:44:54', '', 208, 'https://flanaganbilton.orainteractive.com/208-revision-v1', 0, 'revision', '', 0),
(414, 2, '2018-04-19 14:45:34', '2018-04-19 14:45:34', '<span style=\"font-weight: 400;\">This is critical in handling all phases of property tax protests. Different types of expertise are needed at various stages of the tax protest process. While some states allow consultants to represent taxpayers, many states require attorneys and more states than ever are following this example. Still others allow you to use a consultant at an informal level, but a lawyer must appear at any formal proceeding. Our approach uniquely combines both field of expertise.</span>', 'Flexibilty', 'Flanagan | Bilton has the flexibility to utilize the appropriate associates for effective communication at each level. As trained advocates, coupled with their capability to file a lawsuit, our attorneys perform an important role in the appeal process. With Flanagan | Bilton, you are covered in every aspect of the appeals process, assuring you seamless, consistent representation.', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2018-04-19 14:45:34', '2018-04-19 14:45:34', '', 211, 'https://flanaganbilton.orainteractive.com/211-revision-v1', 0, 'revision', '', 0),
(415, 2, '2018-04-19 14:46:56', '2018-04-19 14:46:56', '', 'Our Team', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2018-04-19 14:46:56', '2018-04-19 14:46:56', '', 10, 'https://flanaganbilton.orainteractive.com/10-revision-v1', 0, 'revision', '', 0),
(416, 2, '2018-04-19 14:51:49', '2018-04-19 14:51:49', '', 'Thomas Flanagan Sr.', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-04-19 14:51:49', '2018-04-19 14:51:49', '', 232, 'https://flanaganbilton.orainteractive.com/232-revision-v1', 0, 'revision', '', 0),
(417, 2, '2018-04-19 15:02:14', '2018-04-19 15:02:14', '', 'Cheryl Beilke', '', 'publish', 'open', 'open', '', 'cheryl-beilke', '', '', '2018-04-26 20:18:34', '2018-04-26 20:18:34', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=417', 4, 'our-team', '', 0),
(418, 2, '2018-04-19 15:02:14', '2018-04-19 15:02:14', '', 'Cheryl Beilke', '', 'inherit', 'closed', 'closed', '', '417-revision-v1', '', '', '2018-04-19 15:02:14', '2018-04-19 15:02:14', '', 417, 'https://flanaganbilton.orainteractive.com/417-revision-v1', 0, 'revision', '', 0),
(419, 2, '2018-04-19 15:02:42', '2018-04-19 15:02:42', '', 'Jenifer Fejszes', '', 'publish', 'open', 'open', '', 'jenifer-fejszes', '', '', '2018-04-26 20:18:34', '2018-04-26 20:18:34', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=419', 7, 'our-team', '', 0),
(420, 2, '2018-04-19 15:02:42', '2018-04-19 15:02:42', '', 'Jenifer Fejszes', '', 'inherit', 'closed', 'closed', '', '419-revision-v1', '', '', '2018-04-19 15:02:42', '2018-04-19 15:02:42', '', 419, 'https://flanaganbilton.orainteractive.com/419-revision-v1', 0, 'revision', '', 0),
(421, 2, '2018-04-19 15:03:00', '2018-04-19 15:03:00', '', 'Kevin Land', '', 'publish', 'open', 'open', '', 'kevin-land', '', '', '2018-04-26 20:18:35', '2018-04-26 20:18:35', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=421', 9, 'our-team', '', 0),
(422, 2, '2018-04-19 15:03:00', '2018-04-19 15:03:00', '', 'Kevin Land', '', 'inherit', 'closed', 'closed', '', '421-revision-v1', '', '', '2018-04-19 15:03:00', '2018-04-19 15:03:00', '', 421, 'https://flanaganbilton.orainteractive.com/421-revision-v1', 0, 'revision', '', 0),
(423, 2, '2018-04-19 15:05:18', '2018-04-19 15:05:18', '', 'Maria Guzman', '', 'publish', 'open', 'open', '', 'maria-guzman', '', '', '2018-04-26 20:18:35', '2018-04-26 20:18:35', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=423', 11, 'our-team', '', 0),
(424, 2, '2018-04-19 15:05:18', '2018-04-19 15:05:18', '', 'Maria Guzman', '', 'inherit', 'closed', 'closed', '', '423-revision-v1', '', '', '2018-04-19 15:05:18', '2018-04-19 15:05:18', '', 423, 'https://flanaganbilton.orainteractive.com/423-revision-v1', 0, 'revision', '', 0),
(425, 2, '2018-04-19 15:05:37', '2018-04-19 15:05:37', '', 'Marsha Clarke', '', 'publish', 'open', 'open', '', 'marsha-clarke', '', '', '2018-04-26 20:16:43', '2018-04-26 20:16:43', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=425', 12, 'our-team', '', 0),
(426, 2, '2018-04-19 15:05:37', '2018-04-19 15:05:37', '', 'Marsha Clarke', '', 'inherit', 'closed', 'closed', '', '425-revision-v1', '', '', '2018-04-19 15:05:37', '2018-04-19 15:05:37', '', 425, 'https://flanaganbilton.orainteractive.com/425-revision-v1', 0, 'revision', '', 0),
(427, 2, '2018-04-19 15:05:59', '2018-04-19 15:05:59', '', 'Michael Boyle', '', 'publish', 'open', 'open', '', 'michael-boyle', '', '', '2018-04-26 20:18:35', '2018-04-26 20:18:35', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=427', 13, 'our-team', '', 0),
(428, 2, '2018-04-19 15:05:59', '2018-04-19 15:05:59', '', 'Michael Boyle', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2018-04-19 15:05:59', '2018-04-19 15:05:59', '', 427, 'https://flanaganbilton.orainteractive.com/427-revision-v1', 0, 'revision', '', 0),
(429, 2, '2018-04-19 15:06:24', '2018-04-19 15:06:24', '', 'Michael Flannery', '', 'publish', 'open', 'open', '', 'michael-flannery', '', '', '2018-04-26 20:18:35', '2018-04-26 20:18:35', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=429', 14, 'our-team', '', 0),
(430, 2, '2018-04-19 15:06:24', '2018-04-19 15:06:24', '', 'Michael Flannery', '', 'inherit', 'closed', 'closed', '', '429-revision-v1', '', '', '2018-04-19 15:06:24', '2018-04-19 15:06:24', '', 429, 'https://flanaganbilton.orainteractive.com/429-revision-v1', 0, 'revision', '', 0),
(431, 2, '2018-04-19 15:06:42', '2018-04-19 15:06:42', '', 'Richard Owens', '', 'publish', 'open', 'open', '', 'richard-owens', '', '', '2018-04-26 20:18:35', '2018-04-26 20:18:35', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=431', 17, 'our-team', '', 0),
(432, 2, '2018-04-19 15:06:42', '2018-04-19 15:06:42', '', 'Richard Owens', '', 'inherit', 'closed', 'closed', '', '431-revision-v1', '', '', '2018-04-19 15:06:42', '2018-04-19 15:06:42', '', 431, 'https://flanaganbilton.orainteractive.com/431-revision-v1', 0, 'revision', '', 0),
(433, 2, '2018-04-19 15:07:00', '2018-04-19 15:07:00', '', 'Ryan McHugh', '', 'publish', 'open', 'open', '', 'ryan-mchugh', '', '', '2018-04-26 20:18:35', '2018-04-26 20:18:35', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=433', 19, 'our-team', '', 0),
(434, 2, '2018-04-19 15:07:00', '2018-04-19 15:07:00', '', 'Ryan McHugh', '', 'inherit', 'closed', 'closed', '', '433-revision-v1', '', '', '2018-04-19 15:07:00', '2018-04-19 15:07:00', '', 433, 'https://flanaganbilton.orainteractive.com/433-revision-v1', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(435, 2, '2018-04-19 15:07:21', '2018-04-19 15:07:21', '', 'Sarah Daren', '', 'publish', 'open', 'open', '', 'sarah-daren', '', '', '2018-04-26 20:19:03', '2018-04-26 20:19:03', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=435', 20, 'our-team', '', 0),
(436, 2, '2018-04-19 15:07:21', '2018-04-19 15:07:21', '', 'Sarah Daren', '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2018-04-19 15:07:21', '2018-04-19 15:07:21', '', 435, 'https://flanaganbilton.orainteractive.com/435-revision-v1', 0, 'revision', '', 0),
(437, 2, '2018-04-19 15:07:40', '2018-04-19 15:07:40', '', 'Stephanie Silkaitis', '', 'publish', 'open', 'open', '', 'stephanie-silkaitis', '', '', '2018-04-26 20:19:03', '2018-04-26 20:19:03', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=437', 24, 'our-team', '', 0),
(438, 2, '2018-04-19 15:07:40', '2018-04-19 15:07:40', '', 'Stephanie Silkaitis', '', 'inherit', 'closed', 'closed', '', '437-revision-v1', '', '', '2018-04-19 15:07:40', '2018-04-19 15:07:40', '', 437, 'https://flanaganbilton.orainteractive.com/437-revision-v1', 0, 'revision', '', 0),
(439, 2, '2018-04-19 15:07:57', '2018-04-19 15:07:57', '', 'Yesenia Garcia', '', 'publish', 'open', 'open', '', 'yesenia-garcia', '', '', '2018-04-26 20:19:03', '2018-04-26 20:19:03', '', 0, 'https://flanaganbilton.orainteractive.com/?post_type=our-team&#038;p=439', 25, 'our-team', '', 0),
(440, 2, '2018-04-19 15:07:57', '2018-04-19 15:07:57', '', 'Yesenia Garcia', '', 'inherit', 'closed', 'closed', '', '439-revision-v1', '', '', '2018-04-19 15:07:57', '2018-04-19 15:07:57', '', 439, 'https://flanaganbilton.orainteractive.com/439-revision-v1', 0, 'revision', '', 0),
(441, 2, '2018-04-19 15:22:54', '2018-04-19 15:22:54', '', '001', '', 'inherit', 'open', 'closed', '', '001', '', '', '2018-04-19 15:22:54', '2018-04-19 15:22:54', '', 232, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/001.png', 0, 'attachment', 'image/png', 0),
(442, 1, '2018-04-19 19:41:23', '2018-04-19 19:41:23', 'a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}', 'Learn More', 'our_team_learn_more', 'publish', 'closed', 'closed', '', 'field_5ad8f087cd457', '', '', '2018-04-19 19:41:23', '2018-04-19 19:41:23', '', 236, 'https://flanaganbilton.orainteractive.com/?post_type=acf-field&p=442', 2, 'acf-field', '', 0),
(443, 1, '2018-04-19 19:41:50', '2018-04-19 19:41:50', '', 'Thomas Flanagan Sr.', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-04-19 19:41:50', '2018-04-19 19:41:50', '', 232, 'https://flanaganbilton.orainteractive.com/232-revision-v1', 0, 'revision', '', 0),
(444, 2, '2018-04-23 20:23:37', '2018-04-23 20:23:37', '', 'Dean Bilton', '', 'inherit', 'closed', 'closed', '', '251-revision-v1', '', '', '2018-04-23 20:23:37', '2018-04-23 20:23:37', '', 251, 'https://flanaganbilton.orainteractive.com/251-revision-v1', 0, 'revision', '', 0),
(445, 2, '2018-04-23 20:23:46', '2018-04-23 20:23:46', '', 'Huan Cassioppi Tran', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2018-04-23 20:23:46', '2018-04-23 20:23:46', '', 259, 'https://flanaganbilton.orainteractive.com/259-revision-v1', 0, 'revision', '', 0),
(446, 2, '2018-04-23 20:23:58', '2018-04-23 20:23:58', '', 'John Flanagan', '', 'inherit', 'closed', 'closed', '', '266-revision-v1', '', '', '2018-04-23 20:23:58', '2018-04-23 20:23:58', '', 266, 'https://flanaganbilton.orainteractive.com/266-revision-v1', 0, 'revision', '', 0),
(447, 2, '2018-04-23 20:24:10', '2018-04-23 20:24:10', '', 'Kyle Sheehan', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2018-04-23 20:24:10', '2018-04-23 20:24:10', '', 270, 'https://flanaganbilton.orainteractive.com/270-revision-v1', 0, 'revision', '', 0),
(448, 2, '2018-04-23 20:24:19', '2018-04-23 20:24:19', '', 'James Owens', '', 'inherit', 'closed', 'closed', '', '275-revision-v1', '', '', '2018-04-23 20:24:19', '2018-04-23 20:24:19', '', 275, 'https://flanaganbilton.orainteractive.com/275-revision-v1', 0, 'revision', '', 0),
(449, 2, '2018-04-23 20:24:32', '2018-04-23 20:24:32', '', 'Michael Flanagan', '', 'inherit', 'closed', 'closed', '', '262-revision-v1', '', '', '2018-04-23 20:24:32', '2018-04-23 20:24:32', '', 262, 'https://flanaganbilton.orainteractive.com/262-revision-v1', 0, 'revision', '', 0),
(450, 2, '2018-04-23 20:24:41', '2018-04-23 20:24:41', '', 'Orlando Pellegrino', '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2018-04-23 20:24:41', '2018-04-23 20:24:41', '', 254, 'https://flanaganbilton.orainteractive.com/254-revision-v1', 0, 'revision', '', 0),
(451, 2, '2018-04-23 20:24:53', '2018-04-23 20:24:53', '', 'Pamela Flanagan', '', 'inherit', 'closed', 'closed', '', '268-revision-v1', '', '', '2018-04-23 20:24:53', '2018-04-23 20:24:53', '', 268, 'https://flanaganbilton.orainteractive.com/268-revision-v1', 0, 'revision', '', 0),
(452, 2, '2018-04-23 20:25:04', '2018-04-23 20:25:04', '', 'Robert Pernai', '', 'inherit', 'closed', 'closed', '', '257-revision-v1', '', '', '2018-04-23 20:25:04', '2018-04-23 20:25:04', '', 257, 'https://flanaganbilton.orainteractive.com/257-revision-v1', 0, 'revision', '', 0),
(453, 2, '2018-04-23 20:25:17', '2018-04-23 20:25:17', '', 'Spero Kopitas', '', 'inherit', 'closed', 'closed', '', '272-revision-v1', '', '', '2018-04-23 20:25:17', '2018-04-23 20:25:17', '', 272, 'https://flanaganbilton.orainteractive.com/272-revision-v1', 0, 'revision', '', 0),
(454, 2, '2018-04-23 20:25:32', '2018-04-23 20:25:32', '', 'Thomas D. Flanagan, Jr', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2018-04-23 20:25:32', '2018-04-23 20:25:32', '', 264, 'https://flanaganbilton.orainteractive.com/264-revision-v1', 0, 'revision', '', 0),
(455, 2, '2018-04-23 20:27:10', '2018-04-23 20:27:10', '', 'Abby Markowitz', '', 'inherit', 'closed', 'closed', '', '277-revision-v1', '', '', '2018-04-23 20:27:10', '2018-04-23 20:27:10', '', 277, 'https://flanaganbilton.orainteractive.com/277-revision-v1', 0, 'revision', '', 0),
(456, 2, '2018-04-24 20:07:06', '2018-04-24 20:07:06', '', 'Property Tax Services', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2018-04-24 20:07:06', '2018-04-24 20:07:06', '', 14, 'https://flanaganbilton.orainteractive.com/14-revision-v1', 0, 'revision', '', 0),
(457, 1, '2018-04-25 19:05:50', '2018-04-25 19:05:50', '', 'Property Tax Services', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2018-04-25 19:05:50', '2018-04-25 19:05:50', '', 14, 'https://flanaganbilton.orainteractive.com/14-revision-v1', 0, 'revision', '', 0),
(458, 2, '2018-05-01 17:24:03', '2018-05-01 17:24:03', '', 'test_image', '', 'inherit', 'open', 'closed', '', 'test_image', '', '', '2018-05-01 17:24:03', '2018-05-01 17:24:03', '', 251, 'https://flanaganbilton-dev.s3.amazonaws.com/uploads/2018/03/test_image.jpeg', 0, 'attachment', 'image/jpeg', 0),
(459, 1, '2018-08-01 21:00:24', '2018-08-01 21:00:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Video', 'home_about_video', 'publish', 'closed', 'closed', '', 'field_5b621f33b5e2a', '', '', '2018-08-01 21:02:39', '2018-08-01 21:02:39', '', 42, 'https://flanaganbilton.cappendev.com/?post_type=acf-field&#038;p=459', 3, 'acf-field', '', 0),
(460, 1, '2018-08-01 21:12:55', '2018-08-01 21:12:55', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-08-01 21:12:55', '2018-08-01 21:12:55', '', 2, 'https://flanaganbilton.cappendev.com/2-revision-v1', 0, 'revision', '', 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `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',
  `term_order` int(4) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`, `term_order`) VALUES
(1, 'Uncategorized', 'uncategorized', 0, 0),
(2, 'Menu', 'menu', 0, 0),
(3, 'Attorneys &amp; Senior Tax Consultants', 'attorneys-senior-tax-consultants', 0, 0),
(4, 'Tax Consultants', 'tax-consultants', 0, 0);

-- --------------------------------------------------------

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

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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(18, 2, 0),
(19, 2, 0),
(20, 2, 0),
(21, 2, 0),
(22, 2, 0),
(23, 2, 0),
(25, 2, 0),
(26, 2, 0),
(232, 3, 0),
(251, 3, 0),
(254, 3, 0),
(257, 3, 0),
(259, 3, 0),
(262, 3, 0),
(264, 3, 0),
(266, 3, 0),
(268, 3, 0),
(270, 3, 0),
(272, 3, 0),
(275, 3, 0),
(277, 3, 0),
(417, 4, 0),
(419, 4, 0),
(421, 4, 0),
(423, 4, 0),
(425, 3, 0),
(427, 4, 0),
(429, 4, 0),
(431, 4, 0),
(433, 4, 0),
(435, 4, 0),
(437, 4, 0),
(439, 4, 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 8),
(3, 3, 'category-our-team', '', 0, 14),
(4, 4, 'category-our-team', '', 0, 11);

-- --------------------------------------------------------

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

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'cappen'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:3:{s:64:\"0538d092a8fa613437ac133356549ce6a36e0652658ba54e77913495577ee15f\";a:4:{s:10:\"expiration\";i:1533329601;s:2:\"ip\";s:14:\"177.158.252.76\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36\";s:5:\"login\";i:1533156801;}s:64:\"befd7b35fc0d4432ebb0f26315dbb54bdec56ef5056d5f501920af4f10ba2097\";a:4:{s:10:\"expiration\";i:1533385329;s:2:\"ip\";s:14:\"186.223.138.77\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36\";s:5:\"login\";i:1533212529;}s:64:\"ca4ff3fed9899c5cbcd537f1cc3082340e1da7aa16c129f447b2318da52d6c1e\";a:4:{s:10:\"expiration\";i:1533401265;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36\";s:5:\"login\";i:1533228465;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '3'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:2:\"::\";}'),
(19, 2, 'nickname', 'ora'),
(20, 2, 'first_name', 'Ora'),
(21, 2, 'last_name', 'Interactive'),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(31, 2, 'wp_user_level', '10'),
(32, 2, 'dismissed_wp_pointers', ''),
(33, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(34, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:\"add-post_tag\";}'),
(35, 1, 'wp_user-settings', 'editor=tinymce&editor_expand=off&libraryContent=browse&hidetb=0'),
(36, 1, 'wp_user-settings-time', '1521056982'),
(37, 1, 'closedpostboxes_page', 'a:2:{i:0;s:10:\"wpseo_meta\";i:1;s:12:\"revisionsdiv\";}'),
(38, 1, 'closedpostboxes_page', 'a:2:{i:0;s:10:\"wpseo_meta\";i:1;s:12:\"revisionsdiv\";}'),
(39, 1, 'metaboxhidden_page', 'a:12:{i:0;s:13:\"pageparentdiv\";i:1;s:12:\"postimagediv\";i:2;s:23:\"acf-group_5ab1149f9cc1f\";i:3;s:23:\"acf-group_5aafcb1e095b7\";i:4;s:23:\"acf-group_5ab158708df20\";i:5;s:23:\"acf-group_5aabd2cfd3fc5\";i:6;s:23:\"acf-group_5aa95b8a94832\";i:7;s:16:\"commentstatusdiv\";i:8;s:11:\"commentsdiv\";i:9;s:7:\"slugdiv\";i:10;s:9:\"authordiv\";i:11;s:12:\"revisionsdiv\";}'),
(40, 1, 'nav_menu_recently_edited', '2'),
(41, 1, 'closedpostboxes_carousel', 'a:0:{}'),
(42, 1, 'metaboxhidden_carousel', 'a:11:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:23:\"acf-group_5aa6da062960a\";i:3;s:23:\"acf-group_5aa6da0b8a21e\";i:4;s:23:\"acf-group_5aa6df4db3b4d\";i:5;s:11:\"postexcerpt\";i:6;s:13:\"trackbacksdiv\";i:7;s:16:\"commentstatusdiv\";i:8;s:11:\"commentsdiv\";i:9;s:7:\"slugdiv\";i:10;s:9:\"authordiv\";}'),
(43, 1, 'metaboxhidden_carousel', 'a:11:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:23:\"acf-group_5aa6da062960a\";i:3;s:23:\"acf-group_5aa6da0b8a21e\";i:4;s:23:\"acf-group_5aa6df4db3b4d\";i:5;s:11:\"postexcerpt\";i:6;s:13:\"trackbacksdiv\";i:7;s:16:\"commentstatusdiv\";i:8;s:11:\"commentsdiv\";i:9;s:7:\"slugdiv\";i:10;s:9:\"authordiv\";}'),
(44, 1, 'meta-box-order_page', 'a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:166:\"acf-group_5aabd2cfd3fc5,acf-group_5aa6da0b8a21e,acf-group_5aa95b8a94832,acf-group_5aa6da062960a,acf-group_5aa6df4db3b4d,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),
(45, 1, 'screen_layout_page', '2'),
(46, 1, 'closedpostboxes_practice-area', 'a:0:{}'),
(47, 1, 'metaboxhidden_practice-area', 'a:11:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:23:\"acf-group_5aa6da062960a\";i:3;s:23:\"acf-group_5aa6da0b8a21e\";i:4;s:23:\"acf-group_5aa6df4db3b4d\";i:5;s:12:\"revisionsdiv\";i:6;s:13:\"trackbacksdiv\";i:7;s:16:\"commentstatusdiv\";i:8;s:11:\"commentsdiv\";i:9;s:7:\"slugdiv\";i:10;s:9:\"authordiv\";}'),
(48, 1, 'wpcf7_hide_welcome_panel_on', 'a:1:{i:0;s:3:\"5.0\";}'),
(49, 1, 'closedpostboxes_fb-advantage', 'a:0:{}'),
(50, 1, 'closedpostboxes_fb-advantage', 'a:0:{}'),
(51, 1, 'metaboxhidden_fb-advantage', 'a:14:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:23:\"acf-group_5aa6da062960a\";i:3;s:23:\"acf-group_5aa6da0b8a21e\";i:4;s:23:\"acf-group_5aafcb1e095b7\";i:5;s:23:\"acf-group_5aa95b8a94832\";i:6;s:23:\"acf-group_5aa6df4db3b4d\";i:7;s:23:\"acf-group_5aabd2cfd3fc5\";i:8;s:12:\"revisionsdiv\";i:9;s:13:\"trackbacksdiv\";i:10;s:16:\"commentstatusdiv\";i:11;s:11:\"commentsdiv\";i:12;s:7:\"slugdiv\";i:13;s:9:\"authordiv\";}'),
(52, 1, 'closedpostboxes_our-team', 'a:1:{i:0;s:10:\"wpseo_meta\";}'),
(53, 1, 'closedpostboxes_our-team', 'a:1:{i:0;s:10:\"wpseo_meta\";}'),
(54, 1, 'metaboxhidden_our-team', 'a:16:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:23:\"acf-group_5aa6da062960a\";i:3;s:23:\"acf-group_5ab1149f9cc1f\";i:4;s:23:\"acf-group_5aa6da0b8a21e\";i:5;s:23:\"acf-group_5aafcb1e095b7\";i:6;s:23:\"acf-group_5aa95b8a94832\";i:7;s:23:\"acf-group_5aa6df4db3b4d\";i:8;s:23:\"acf-group_5aabd2cfd3fc5\";i:9;s:12:\"revisionsdiv\";i:10;s:11:\"postexcerpt\";i:11;s:13:\"trackbacksdiv\";i:12;s:16:\"commentstatusdiv\";i:13;s:11:\"commentsdiv\";i:14;s:7:\"slugdiv\";i:15;s:9:\"authordiv\";}'),
(55, 1, 'metaboxhidden_our-team', 'a:16:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:23:\"acf-group_5aa6da062960a\";i:3;s:23:\"acf-group_5ab1149f9cc1f\";i:4;s:23:\"acf-group_5aa6da0b8a21e\";i:5;s:23:\"acf-group_5aafcb1e095b7\";i:6;s:23:\"acf-group_5aa95b8a94832\";i:7;s:23:\"acf-group_5aa6df4db3b4d\";i:8;s:23:\"acf-group_5aabd2cfd3fc5\";i:9;s:12:\"revisionsdiv\";i:10;s:11:\"postexcerpt\";i:11;s:13:\"trackbacksdiv\";i:12;s:16:\"commentstatusdiv\";i:13;s:11:\"commentsdiv\";i:14;s:7:\"slugdiv\";i:15;s:9:\"authordiv\";}'),
(57, 2, 'session_tokens', 'a:1:{s:64:\"75a513b3a3c5114fa675808443eff399542d1304cdef806f6d3048466548efb2\";a:4:{s:10:\"expiration\";i:1528565135;s:2:\"ip\";s:12:\"173.9.239.10\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1528392335;}}'),
(58, 2, 'wp_user-settings', 'libraryContent=browse&editor=tinymce'),
(59, 2, 'wp_user-settings-time', '1523897883'),
(60, 2, 'closedpostboxes_our-team', 'a:2:{i:0;s:10:\"wpseo_meta\";i:1;s:11:\"postexcerpt\";}'),
(61, 2, 'metaboxhidden_our-team', 'a:8:{i:0;s:23:\"acf-group_5aa6da062960a\";i:1;s:23:\"acf-group_5ab1149f9cc1f\";i:2;s:23:\"acf-group_5aa6da0b8a21e\";i:3;s:23:\"acf-group_5aafcb1e095b7\";i:4;s:23:\"acf-group_5aa95b8a94832\";i:5;s:23:\"acf-group_5aa6df4db3b4d\";i:6;s:23:\"acf-group_5aabd2cfd3fc5\";i:7;s:7:\"slugdiv\";}'),
(62, 1, 'wp_yoast_notifications', 'a:3:{i:0;a:2:{s:7:\"message\";s:1090:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.1.16&platform=wordpress&platform_version=4.9.5&software=free&software_version=7.2&role=administrator\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.1.16&platform=wordpress&platform_version=4.9.5&software=free&software_version=7.2&role=administrator\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.1.16&platform=wordpress&platform_version=4.9.5&software=free&software_version=7.2&role=administrator\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://localhost/repositorio-flanagan/web/wp/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:552:\"Yoast SEO and Advanced Custom Fields can work together a lot better by adding a helper plugin. Please install <a href=\"http://localhost/repositorio-flanagan/web/wp/wp-admin/update.php?action=install-plugin&amp;plugin=acf-content-analysis-for-yoast-seo&amp;_wpnonce=d24adf1efa\">ACF Content Analysis for Yoast SEO</a> to make your life better. <a href=\"https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/\" aria-label=\"More information about ACF Content Analysis for Yoast SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:41:\"wpseo-suggested-plugin-yoast-acf-analysis\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:187:\"Don\'t miss your crawl errors: <a href=\"http://localhost/repositorio-flanagan/web/wp/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),
(63, 2, 'wp_yoast_notifications', 'a:3:{i:0;a:2:{s:7:\"message\";s:1090:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.1.12&platform=wordpress&platform_version=4.9.5&software=free&software_version=7.2&role=administrator\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.1.12&platform=wordpress&platform_version=4.9.5&software=free&software_version=7.2&role=administrator\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.1.12&platform=wordpress&platform_version=4.9.5&software=free&software_version=7.2&role=administrator\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://flanaganbilton.orainteractive.com/wp/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:552:\"Yoast SEO and Advanced Custom Fields can work together a lot better by adding a helper plugin. Please install <a href=\"https://flanaganbilton.orainteractive.com/wp/wp-admin/update.php?action=install-plugin&amp;plugin=acf-content-analysis-for-yoast-seo&amp;_wpnonce=396de263c4\">ACF Content Analysis for Yoast SEO</a> to make your life better. <a href=\"https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/\" aria-label=\"More information about ACF Content Analysis for Yoast SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:41:\"wpseo-suggested-plugin-yoast-acf-analysis\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:187:\"Don\'t miss your crawl errors: <a href=\"https://flanaganbilton.orainteractive.com/wp/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),
(64, 1, '_yoast_wpseo_profile_updated', '1523892307'),
(65, 2, '_yoast_wpseo_profile_updated', '1523892307');

-- --------------------------------------------------------

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

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'cappen', '$2y$10$u4o41OtDYUVhknid7ZvMzeciebGHal6yUXe7pt8x4nIf4NEyLcry.', 'cappen', 'dev@cappen.com', '', '2018-03-02 12:36:02', '', 0, 'cappen'),
(2, 'ora', '$2y$10$aDx9tvzf3PHAH9tSXCcZ2.o88hi8kZVXD3bPdsILmkiAne1jEhR9a', 'ora', 'todd@orainteractive.com', '', '2018-03-02 12:52:58', '1519995189:$P$BvqknqO5BDWpRjca.icTQl3DPGYoFU/', 0, 'Ora Interactive');

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_seo_links`
--

CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `target_post_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_seo_meta`
--

CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint(20) UNSIGNED NOT NULL,
  `internal_link_count` int(10) UNSIGNED DEFAULT NULL,
  `incoming_link_count` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_yoast_seo_meta`
--

INSERT INTO `wp_yoast_seo_meta` (`object_id`, `internal_link_count`, `incoming_link_count`) VALUES
(2, 0, 0),
(8, 0, 0),
(10, 0, 0),
(12, 0, 0),
(14, 0, 0),
(45, 0, 0),
(46, 0, 0),
(60, 0, 0),
(62, 0, 0),
(64, 0, 0),
(67, 0, 0),
(77, 0, 0),
(79, 0, 0),
(80, 0, 0),
(81, 0, 0),
(82, 0, 0),
(83, 0, 0),
(189, 0, 0),
(190, 0, 0),
(198, 0, 0),
(205, 0, 0),
(206, 0, 0),
(208, 0, 0),
(211, 0, 0),
(232, 0, 0),
(251, 0, 0),
(254, 0, 0),
(257, 0, 0),
(259, 0, 0),
(262, 0, 0),
(264, 0, 0),
(266, 0, 0),
(268, 0, 0),
(270, 0, 0),
(272, 0, 0),
(275, 0, 0),
(277, 0, 0),
(307, 0, 0),
(308, 0, 0),
(334, 0, 0),
(339, 0, 0),
(394, 0, 0),
(395, 0, 0),
(396, 0, 0),
(408, 0, 0),
(409, 0, 0),
(417, 0, 0),
(419, 0, 0),
(421, 0, 0),
(423, 0, 0),
(425, 0, 0),
(427, 0, 0),
(429, 0, 0),
(431, 0, 0),
(433, 0, 0),
(435, 0, 0),
(437, 0, 0),
(439, 0, 0);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `ts_redirects`
--
ALTER TABLE `ts_redirects`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`);

--
-- Indexes for table `wp_yoast_seo_meta`
--
ALTER TABLE `wp_yoast_seo_meta`
  ADD UNIQUE KEY `object_id` (`object_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `ts_redirects`
--
ALTER TABLE `ts_redirects`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2057;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3511;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=461;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
