-- MySQL dump 10.13  Distrib 5.7.31, for Linux (x86_64)
--
-- Host: localhost    Database: watermark
-- ------------------------------------------------------
-- Server version	5.7.31-0ubuntu0.18.04.1

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

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

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

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

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

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

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

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2020-02-12 12:37:58','2020-02-12 12:37:58','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_event_public`
--

DROP TABLE IF EXISTS `wp_event_public`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_event_public` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_event_public` int(11) NOT NULL,
  `event_type_id` int(11) NOT NULL COMMENT 'ID do evento vindo da api',
  `status` varchar(50) NOT NULL,
  `online_booking_url` text NOT NULL,
  `dep_location_name` text NOT NULL,
  `dep_location_address` text NOT NULL,
  `par_dep_location_name` text NOT NULL,
  `update_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `id_event_type` int(11) NOT NULL COMMENT 'id referente ao evendo da tabela wp_event_type',
  `start_date` date DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `start_period` char(2) DEFAULT NULL,
  `end_period` char(2) DEFAULT NULL,
  `remove_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1431 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_event_public`
--

LOCK TABLES `wp_event_public` WRITE;
/*!40000 ALTER TABLE `wp_event_public` DISABLE KEYS */;
INSERT INTO `wp_event_public` VALUES (716,19424,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-21','11:00:00','2020-03-21','11:40:00',NULL,NULL,NULL),(717,19461,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-21','12:00:00','2020-03-21','12:40:00',NULL,NULL,NULL),(718,19498,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-21','13:00:00','2020-03-21','13:40:00',NULL,NULL,NULL),(719,19535,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-21','14:00:00','2020-03-21','14:40:00',NULL,NULL,NULL),(720,19572,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-21','15:00:00','2020-03-21','15:40:00',NULL,NULL,NULL),(721,19609,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-21','16:00:00','2020-03-21','16:40:00',NULL,NULL,NULL),(722,19621,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-21','17:00:00','2020-03-21','17:40:00',NULL,NULL,NULL),(723,19633,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-21','18:00:00','2020-03-21','18:40:00',NULL,NULL,NULL),(724,19425,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-22','11:00:00','2020-03-22','11:40:00',NULL,NULL,NULL),(725,19462,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-22','12:00:00','2020-03-22','12:40:00',NULL,NULL,NULL),(726,19499,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-22','13:00:00','2020-03-22','13:40:00',NULL,NULL,NULL),(727,19536,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-22','14:00:00','2020-03-22','14:40:00',NULL,NULL,NULL),(728,19573,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-22','15:00:00','2020-03-22','15:40:00',NULL,NULL,NULL),(729,19610,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-22','16:00:00','2020-03-22','16:40:00',NULL,NULL,NULL),(730,19622,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-22','17:00:00','2020-03-22','17:40:00',NULL,NULL,NULL),(731,19634,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-22','18:00:00','2020-03-22','18:40:00',NULL,NULL,NULL),(732,19463,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-23','12:00:00','2020-03-23','12:40:00',NULL,NULL,NULL),(733,19500,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-23','13:00:00','2020-03-23','13:40:00',NULL,NULL,NULL),(734,19537,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-23','14:00:00','2020-03-23','14:40:00',NULL,NULL,NULL),(735,19574,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-23','15:00:00','2020-03-23','15:40:00',NULL,NULL,NULL),(736,21070,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-24','11:00:00','2020-03-24','11:40:00',NULL,NULL,NULL),(737,19464,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-24','12:00:00','2020-03-24','12:40:00',NULL,NULL,NULL),(738,19501,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-24','13:00:00','2020-03-24','13:40:00',NULL,NULL,NULL),(739,19538,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-24','14:00:00','2020-03-24','14:40:00',NULL,NULL,NULL),(740,19575,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-24','15:00:00','2020-03-24','15:40:00',NULL,NULL,NULL),(741,21792,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-25','11:00:00','2020-03-25','11:40:00',NULL,NULL,NULL),(742,19465,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-25','12:00:00','2020-03-25','12:40:00',NULL,NULL,NULL),(743,19502,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-25','13:00:00','2020-03-25','13:40:00',NULL,NULL,NULL),(744,19539,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-25','14:00:00','2020-03-25','14:40:00',NULL,NULL,NULL),(745,19576,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-25','15:00:00','2020-03-25','15:40:00',NULL,NULL,NULL),(746,19466,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-26','12:00:00','2020-03-26','12:40:00',NULL,NULL,NULL),(747,19503,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-26','13:00:00','2020-03-26','13:40:00',NULL,NULL,NULL),(748,19540,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-26','14:00:00','2020-03-26','14:40:00',NULL,NULL,NULL),(749,19577,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-26','15:00:00','2020-03-26','15:40:00',NULL,NULL,NULL),(750,19467,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-27','12:00:00','2020-03-27','12:40:00',NULL,NULL,NULL),(751,19345,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-27','13:00:00','2020-03-27','13:40:00',NULL,NULL,NULL),(752,19541,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-27','14:00:00','2020-03-27','14:40:00',NULL,NULL,NULL),(753,19578,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-27','15:00:00','2020-03-27','15:40:00',NULL,NULL,NULL),(754,19431,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-28','11:00:00','2020-03-28','11:40:00',NULL,NULL,NULL),(755,19468,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-28','12:00:00','2020-03-28','12:40:00',NULL,NULL,NULL),(756,19505,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-28','13:00:00','2020-03-28','13:40:00',NULL,NULL,NULL),(757,19542,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-28','14:00:00','2020-03-28','14:40:00',NULL,NULL,NULL),(758,19579,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-28','15:00:00','2020-03-28','15:40:00',NULL,NULL,NULL),(759,19611,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-28','16:00:00','2020-03-28','16:40:00',NULL,NULL,NULL),(760,19623,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-28','17:00:00','2020-03-28','17:40:00',NULL,NULL,NULL),(761,19635,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-28','18:00:00','2020-03-28','18:40:00',NULL,NULL,NULL),(762,19432,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-29','11:00:00','2020-03-29','11:40:00',NULL,NULL,NULL),(763,19469,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-29','12:00:00','2020-03-29','12:40:00',NULL,NULL,NULL),(764,19506,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-29','13:00:00','2020-03-29','13:40:00',NULL,NULL,NULL),(765,19543,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-29','14:00:00','2020-03-29','14:40:00',NULL,NULL,NULL),(766,19580,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-29','15:00:00','2020-03-29','15:40:00',NULL,NULL,NULL),(767,19612,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-29','16:00:00','2020-03-29','16:40:00',NULL,NULL,NULL),(768,19624,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-29','17:00:00','2020-03-29','17:40:00',NULL,NULL,NULL),(769,19636,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-29','18:00:00','2020-03-29','18:40:00',NULL,NULL,NULL),(770,19470,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-30','12:00:00','2020-03-30','12:40:00',NULL,NULL,NULL),(771,19507,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-30','13:00:00','2020-03-30','13:40:00',NULL,NULL,NULL),(772,19544,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-30','14:00:00','2020-03-30','14:40:00',NULL,NULL,NULL),(773,19581,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-30','15:00:00','2020-03-30','15:40:00',NULL,NULL,NULL),(774,19471,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-31','12:00:00','2020-03-31','12:40:00',NULL,NULL,NULL),(775,19508,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-31','13:00:00','2020-03-31','13:40:00',NULL,NULL,NULL),(776,19545,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-31','14:00:00','2020-03-31','14:40:00',NULL,NULL,NULL),(777,19582,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-03-31','15:00:00','2020-03-31','15:40:00',NULL,NULL,NULL),(778,19472,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-01','12:00:00','2020-04-01','12:40:00',NULL,NULL,NULL),(779,19509,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-01','13:00:00','2020-04-01','13:40:00',NULL,NULL,NULL),(780,19546,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-01','14:00:00','2020-04-01','14:40:00',NULL,NULL,NULL),(781,19583,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-01','15:00:00','2020-04-01','15:40:00',NULL,NULL,NULL),(782,19473,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-02','12:00:00','2020-04-02','12:40:00',NULL,NULL,NULL),(783,19510,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-02','13:00:00','2020-04-02','13:40:00',NULL,NULL,NULL),(784,19547,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-02','14:00:00','2020-04-02','14:40:00',NULL,NULL,NULL),(785,19584,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-02','15:00:00','2020-04-02','15:40:00',NULL,NULL,NULL),(786,19474,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-03','12:00:00','2020-04-03','12:40:00',NULL,NULL,NULL),(787,19511,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-03','13:00:00','2020-04-03','13:40:00',NULL,NULL,NULL),(788,19548,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-03','14:00:00','2020-04-03','14:40:00',NULL,NULL,NULL),(789,19585,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-03','15:00:00','2020-04-03','15:40:00',NULL,NULL,NULL),(790,19438,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-04','11:00:00','2020-04-04','11:40:00',NULL,NULL,NULL),(791,19475,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-04','12:00:00','2020-04-04','12:40:00',NULL,NULL,NULL),(792,19512,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-04','13:00:00','2020-04-04','13:40:00',NULL,NULL,NULL),(793,19549,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-04','14:00:00','2020-04-04','14:40:00',NULL,NULL,NULL),(794,19586,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-04','15:00:00','2020-04-04','15:40:00',NULL,NULL,NULL),(795,19613,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-04','16:00:00','2020-04-04','16:40:00',NULL,NULL,NULL),(796,19625,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-04','17:00:00','2020-04-04','17:40:00',NULL,NULL,NULL),(797,19637,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-04','18:00:00','2020-04-04','18:40:00',NULL,NULL,NULL),(798,19439,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-05','11:00:00','2020-04-05','11:40:00',NULL,NULL,NULL),(799,19476,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-05','12:00:00','2020-04-05','12:40:00',NULL,NULL,NULL),(800,19513,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-05','13:00:00','2020-04-05','13:40:00',NULL,NULL,NULL),(801,19550,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-05','14:00:00','2020-04-05','14:40:00',NULL,NULL,NULL),(802,19587,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-05','15:00:00','2020-04-05','15:40:00',NULL,NULL,NULL),(803,19614,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-05','16:00:00','2020-04-05','16:40:00',NULL,NULL,NULL),(804,19626,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-05','17:00:00','2020-04-05','17:40:00',NULL,NULL,NULL),(805,19638,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-05','18:00:00','2020-04-05','18:40:00',NULL,NULL,NULL),(806,21101,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-06','12:00:00','2020-04-06','12:40:00',NULL,NULL,NULL),(807,19514,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-06','13:00:00','2020-04-06','13:40:00',NULL,NULL,NULL),(808,19551,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-06','14:00:00','2020-04-06','14:40:00',NULL,NULL,NULL),(809,19588,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-06','15:00:00','2020-04-06','15:40:00',NULL,NULL,NULL),(810,19441,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-07','11:00:00','2020-04-07','11:40:00',NULL,NULL,NULL),(811,19478,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-07','12:00:00','2020-04-07','12:40:00',NULL,NULL,NULL),(812,19515,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-07','13:00:00','2020-04-07','13:40:00',NULL,NULL,NULL),(813,19552,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-07','14:00:00','2020-04-07','14:40:00',NULL,NULL,NULL),(814,19442,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-08','11:00:00','2020-04-08','11:40:00',NULL,NULL,NULL),(815,19479,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-08','12:00:00','2020-04-08','12:40:00',NULL,NULL,NULL),(816,19516,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-08','13:00:00','2020-04-08','13:40:00',NULL,NULL,NULL),(817,19553,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-08','14:00:00','2020-04-08','14:40:00',NULL,NULL,NULL),(818,19590,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-08','15:00:00','2020-04-08','15:40:00',NULL,NULL,NULL),(819,19443,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-09','11:00:00','2020-04-09','11:40:00',NULL,NULL,NULL),(820,19480,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-09','12:00:00','2020-04-09','12:40:00',NULL,NULL,NULL),(821,19517,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-09','13:00:00','2020-04-09','13:40:00',NULL,NULL,NULL),(822,19554,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-09','14:00:00','2020-04-09','14:40:00',NULL,NULL,NULL),(823,19591,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-09','15:00:00','2020-04-09','15:40:00',NULL,NULL,NULL),(824,19444,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-10','11:00:00','2020-04-10','11:40:00',NULL,NULL,NULL),(825,19481,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-10','12:00:00','2020-04-10','12:40:00',NULL,NULL,NULL),(826,19518,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-10','13:00:00','2020-04-10','13:40:00',NULL,NULL,NULL),(827,19555,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-10','14:00:00','2020-04-10','14:40:00',NULL,NULL,NULL),(828,19592,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-10','15:00:00','2020-04-10','15:40:00',NULL,NULL,NULL),(829,19445,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-11','11:00:00','2020-04-11','11:40:00',NULL,NULL,NULL),(830,19482,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-11','12:00:00','2020-04-11','12:40:00',NULL,NULL,NULL),(831,19519,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-11','13:00:00','2020-04-11','13:40:00',NULL,NULL,NULL),(832,19556,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-11','14:00:00','2020-04-11','14:40:00',NULL,NULL,NULL),(833,19593,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-11','15:00:00','2020-04-11','15:40:00',NULL,NULL,NULL),(834,19615,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-11','16:00:00','2020-04-11','16:40:00',NULL,NULL,NULL),(835,19627,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-11','17:00:00','2020-04-11','17:40:00',NULL,NULL,NULL),(836,19639,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-11','18:00:00','2020-04-11','18:40:00',NULL,NULL,NULL),(837,19446,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-12','11:00:00','2020-04-12','11:40:00',NULL,NULL,NULL),(838,19483,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-12','12:00:00','2020-04-12','12:40:00',NULL,NULL,NULL),(839,19520,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-12','13:00:00','2020-04-12','13:40:00',NULL,NULL,NULL),(840,19557,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-12','14:00:00','2020-04-12','14:40:00',NULL,NULL,NULL),(841,19594,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-12','15:00:00','2020-04-12','15:40:00',NULL,NULL,NULL),(842,19616,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-12','16:00:00','2020-04-12','16:40:00',NULL,NULL,NULL),(843,19628,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-12','17:00:00','2020-04-12','17:40:00',NULL,NULL,NULL),(844,19640,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-12','18:00:00','2020-04-12','18:40:00',NULL,NULL,NULL),(845,19447,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-13','11:00:00','2020-04-13','11:40:00',NULL,NULL,NULL),(846,19484,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-13','12:00:00','2020-04-13','12:40:00',NULL,NULL,NULL),(847,19521,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-13','13:00:00','2020-04-13','13:40:00',NULL,NULL,NULL),(848,19558,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-13','14:00:00','2020-04-13','14:40:00',NULL,NULL,NULL),(849,19595,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-13','15:00:00','2020-04-13','15:40:00',NULL,NULL,NULL),(850,19485,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-14','12:00:00','2020-04-14','12:40:00',NULL,NULL,NULL),(851,19522,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-14','13:00:00','2020-04-14','13:40:00',NULL,NULL,NULL),(852,19559,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-14','14:00:00','2020-04-14','14:40:00',NULL,NULL,NULL),(853,19596,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-14','15:00:00','2020-04-14','15:40:00',NULL,NULL,NULL),(854,19358,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-15','12:00:00','2020-04-15','12:40:00',NULL,NULL,NULL),(855,19393,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-15','13:00:00','2020-04-15','13:40:00',NULL,NULL,NULL),(856,19560,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-15','14:00:00','2020-04-15','14:40:00',NULL,NULL,NULL),(857,19597,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-15','15:00:00','2020-04-15','15:40:00',NULL,NULL,NULL),(858,19487,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-16','12:00:00','2020-04-16','12:40:00',NULL,NULL,NULL),(859,19524,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-16','13:00:00','2020-04-16','13:40:00',NULL,NULL,NULL),(860,19561,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-16','14:00:00','2020-04-16','14:40:00',NULL,NULL,NULL),(861,19598,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-16','15:00:00','2020-04-16','15:40:00',NULL,NULL,NULL),(862,20761,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-16','16:00:00','2020-04-16','16:40:00',NULL,NULL,NULL),(863,21751,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-17','10:00:00','2020-04-17','10:40:00',NULL,NULL,NULL),(864,19451,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-17','11:00:00','2020-04-17','11:40:00',NULL,NULL,NULL),(865,19297,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-17','12:00:00','2020-04-17','12:40:00',NULL,NULL,NULL),(866,19525,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-17','13:00:00','2020-04-17','13:40:00',NULL,NULL,NULL),(867,19562,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-17','14:00:00','2020-04-17','14:40:00',NULL,NULL,NULL),(868,19599,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-17','15:00:00','2020-04-17','15:40:00',NULL,NULL,NULL),(869,19452,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-18','11:00:00','2020-04-18','11:40:00',NULL,NULL,NULL),(870,19489,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-18','12:00:00','2020-04-18','12:40:00',NULL,NULL,NULL),(871,19526,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-18','13:00:00','2020-04-18','13:40:00',NULL,NULL,NULL),(872,19563,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-18','14:00:00','2020-04-18','14:40:00',NULL,NULL,NULL),(873,19600,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-18','15:00:00','2020-04-18','15:40:00',NULL,NULL,NULL),(874,19617,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-18','16:00:00','2020-04-18','16:40:00',NULL,NULL,NULL),(875,19629,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-18','17:00:00','2020-04-18','17:40:00',NULL,NULL,NULL),(876,19641,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-18','18:00:00','2020-04-18','18:40:00',NULL,NULL,NULL),(877,19453,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-19','11:00:00','2020-04-19','11:40:00',NULL,NULL,NULL),(878,19490,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-19','12:00:00','2020-04-19','12:40:00',NULL,NULL,NULL),(879,19527,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-19','13:00:00','2020-04-19','13:40:00',NULL,NULL,NULL),(880,19564,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-19','14:00:00','2020-04-19','14:40:00',NULL,NULL,NULL),(881,19601,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-19','15:00:00','2020-04-19','15:40:00',NULL,NULL,NULL),(882,19618,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-19','16:00:00','2020-04-19','16:40:00',NULL,NULL,NULL),(883,19630,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-19','17:00:00','2020-04-19','17:40:00',NULL,NULL,NULL),(884,19642,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-19','18:00:00','2020-04-19','18:40:00',NULL,NULL,NULL),(885,19491,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-20','12:00:00','2020-04-20','12:40:00',NULL,NULL,NULL),(886,19528,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-20','13:00:00','2020-04-20','13:40:00',NULL,NULL,NULL),(887,19565,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-20','14:00:00','2020-04-20','14:40:00',NULL,NULL,NULL),(888,19602,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-20','15:00:00','2020-04-20','15:40:00',NULL,NULL,NULL),(889,19492,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-21','12:00:00','2020-04-21','12:40:00',NULL,NULL,NULL),(890,19529,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-21','13:00:00','2020-04-21','13:40:00',NULL,NULL,NULL),(891,19566,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-21','14:00:00','2020-04-21','14:40:00',NULL,NULL,NULL),(892,19603,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-21','15:00:00','2020-04-21','15:40:00',NULL,NULL,NULL),(893,19057,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-22','12:00:00','2020-04-22','12:40:00',NULL,NULL,NULL),(894,19060,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-22','13:00:00','2020-04-22','13:40:00',NULL,NULL,NULL),(895,19567,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-22','14:00:00','2020-04-22','14:40:00',NULL,NULL,NULL),(896,19604,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-22','15:00:00','2020-04-22','15:40:00',NULL,NULL,NULL),(897,24396,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-23','10:00:00','2020-04-23','10:40:00',NULL,NULL,NULL),(898,19457,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-23','11:00:00','2020-04-23','11:40:00',NULL,NULL,NULL),(899,19494,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-23','12:00:00','2020-04-23','12:40:00',NULL,NULL,NULL),(900,19531,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-23','13:00:00','2020-04-23','13:40:00',NULL,NULL,NULL),(901,19011,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-23','14:00:00','2020-04-23','14:40:00',NULL,NULL,NULL),(902,19605,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-23','15:00:00','2020-04-23','15:40:00',NULL,NULL,NULL),(903,25532,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-23','16:00:00','2020-04-23','16:40:00',NULL,NULL,NULL),(904,19458,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-24','11:00:00','2020-04-24','11:40:00',NULL,NULL,NULL),(905,19495,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-24','12:00:00','2020-04-24','12:40:00',NULL,NULL,NULL),(906,19532,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-24','13:00:00','2020-04-24','13:40:00',NULL,NULL,NULL),(907,19569,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-24','14:00:00','2020-04-24','14:40:00',NULL,NULL,NULL),(908,19606,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-24','15:00:00','2020-04-24','15:40:00',NULL,NULL,NULL),(909,19459,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-25','11:00:00','2020-04-25','11:40:00',NULL,NULL,NULL),(910,19496,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-25','12:00:00','2020-04-25','12:40:00',NULL,NULL,NULL),(911,19533,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-25','13:00:00','2020-04-25','13:40:00',NULL,NULL,NULL),(912,19570,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-25','14:00:00','2020-04-25','14:40:00',NULL,NULL,NULL),(913,19607,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-25','15:00:00','2020-04-25','15:40:00',NULL,NULL,NULL),(914,19619,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-25','16:00:00','2020-04-25','16:40:00',NULL,NULL,NULL),(915,19631,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-25','17:00:00','2020-04-25','17:40:00',NULL,NULL,NULL),(916,19643,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-25','18:00:00','2020-04-25','18:40:00',NULL,NULL,NULL),(917,19460,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-26','11:00:00','2020-04-26','11:40:00',NULL,NULL,NULL),(918,19497,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-26','12:00:00','2020-04-26','12:40:00',NULL,NULL,NULL),(919,19534,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-26','13:00:00','2020-04-26','13:40:00',NULL,NULL,NULL),(920,19571,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-26','14:00:00','2020-04-26','14:40:00',NULL,NULL,NULL),(921,19608,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-26','15:00:00','2020-04-26','15:40:00',NULL,NULL,NULL),(922,19620,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-26','16:00:00','2020-04-26','16:40:00',NULL,NULL,NULL),(923,19632,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-26','17:00:00','2020-04-26','17:40:00',NULL,NULL,NULL),(924,19644,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-26','18:00:00','2020-04-26','18:40:00',NULL,NULL,NULL),(925,19779,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-27','12:00:00','2020-04-27','12:40:00',NULL,NULL,NULL),(926,19913,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-27','13:00:00','2020-04-27','13:40:00',NULL,NULL,NULL),(927,20047,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-27','14:00:00','2020-04-27','14:40:00',NULL,NULL,NULL),(928,20181,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-27','15:00:00','2020-04-27','15:40:00',NULL,NULL,NULL),(929,20315,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-27','16:00:00','2020-04-27','16:40:00',NULL,NULL,NULL),(930,19646,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-28','11:00:00','2020-04-28','11:40:00',NULL,NULL,NULL),(931,19780,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-28','12:00:00','2020-04-28','12:40:00',NULL,NULL,NULL),(932,19914,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-28','13:00:00','2020-04-28','13:40:00',NULL,NULL,NULL),(933,20048,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-28','14:00:00','2020-04-28','14:40:00',NULL,NULL,NULL),(934,20182,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-28','15:00:00','2020-04-28','15:40:00',NULL,NULL,NULL),(935,20316,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-28','16:00:00','2020-04-28','16:40:00',NULL,NULL,NULL),(936,19647,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-29','11:00:00','2020-04-29','11:40:00',NULL,NULL,NULL),(937,19781,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-29','12:00:00','2020-04-29','12:40:00',NULL,NULL,NULL),(938,19232,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-29','13:00:00','2020-04-29','13:40:00',NULL,NULL,NULL),(939,20049,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-29','14:00:00','2020-04-29','14:40:00',NULL,NULL,NULL),(940,20183,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-29','15:00:00','2020-04-29','15:40:00',NULL,NULL,NULL),(941,20317,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-29','16:00:00','2020-04-29','16:40:00',NULL,NULL,NULL),(942,19648,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-30','11:00:00','2020-04-30','11:40:00',NULL,NULL,NULL),(943,19782,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-30','12:00:00','2020-04-30','12:40:00',NULL,NULL,NULL),(944,19233,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-30','13:00:00','2020-04-30','13:40:00',NULL,NULL,NULL),(945,20050,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-30','14:00:00','2020-04-30','14:40:00',NULL,NULL,NULL),(946,20184,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-30','15:00:00','2020-04-30','15:40:00',NULL,NULL,NULL),(947,20318,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-04-30','16:00:00','2020-04-30','16:40:00',NULL,NULL,NULL),(948,19403,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-01','11:00:00','2020-05-01','11:40:00',NULL,NULL,NULL),(949,19371,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-01','12:00:00','2020-05-01','12:40:00',NULL,NULL,NULL),(950,19917,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-01','13:00:00','2020-05-01','13:40:00',NULL,NULL,NULL),(951,20051,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-01','14:00:00','2020-05-01','14:40:00',NULL,NULL,NULL),(952,20185,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-01','15:00:00','2020-05-01','15:40:00',NULL,NULL,NULL),(953,20319,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-01','16:00:00','2020-05-01','16:40:00',NULL,NULL,NULL),(954,19784,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-02','12:00:00','2020-05-02','12:40:00',NULL,NULL,NULL),(955,19918,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-02','13:00:00','2020-05-02','13:40:00',NULL,NULL,NULL),(956,20052,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-02','14:00:00','2020-05-02','14:40:00',NULL,NULL,NULL),(957,20186,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-02','15:00:00','2020-05-02','15:40:00',NULL,NULL,NULL),(958,20320,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-02','16:00:00','2020-05-02','16:40:00',NULL,NULL,NULL),(959,20449,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-02','17:00:00','2020-05-02','17:40:00',NULL,NULL,NULL),(960,20487,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-02','18:00:00','2020-05-02','18:40:00',NULL,NULL,NULL),(961,20525,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-02','19:00:00','2020-05-02','19:40:00',NULL,NULL,NULL),(962,19651,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-03','11:00:00','2020-05-03','11:40:00',NULL,NULL,NULL),(963,19785,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-03','12:00:00','2020-05-03','12:40:00',NULL,NULL,NULL),(964,19919,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:32',26,'2020-05-03','13:00:00','2020-05-03','13:40:00',NULL,NULL,NULL),(965,20053,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-03','14:00:00','2020-05-03','14:40:00',NULL,NULL,NULL),(966,20187,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-03','15:00:00','2020-05-03','15:40:00',NULL,NULL,NULL),(967,20321,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-03','16:00:00','2020-05-03','16:40:00',NULL,NULL,NULL),(968,20450,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-03','17:00:00','2020-05-03','17:40:00',NULL,NULL,NULL),(969,20488,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-03','18:00:00','2020-05-03','18:40:00',NULL,NULL,NULL),(970,20526,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-03','19:00:00','2020-05-03','19:40:00',NULL,NULL,NULL),(971,19786,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-04','12:00:00','2020-05-04','12:40:00',NULL,NULL,NULL),(972,19331,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-04','13:00:00','2020-05-04','13:40:00',NULL,NULL,NULL),(973,20054,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-04','14:00:00','2020-05-04','14:40:00',NULL,NULL,NULL),(974,20188,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-04','15:00:00','2020-05-04','15:40:00',NULL,NULL,NULL),(975,20322,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-04','16:00:00','2020-05-04','16:40:00',NULL,NULL,NULL),(976,19653,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-05','11:00:00','2020-05-05','11:40:00',NULL,NULL,NULL),(977,20055,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-05','14:00:00','2020-05-05','14:40:00',NULL,NULL,NULL),(978,20189,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-05','15:00:00','2020-05-05','15:40:00',NULL,NULL,NULL),(979,20323,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-05','16:00:00','2020-05-05','16:40:00',NULL,NULL,NULL),(980,21276,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-06','11:00:00','2020-05-06','11:40:00',NULL,NULL,NULL),(981,19788,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-06','12:00:00','2020-05-06','12:40:00',NULL,NULL,NULL),(982,19922,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-06','13:00:00','2020-05-06','13:40:00',NULL,NULL,NULL),(983,20056,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-06','14:00:00','2020-05-06','14:40:00',NULL,NULL,NULL),(984,20190,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-06','15:00:00','2020-05-06','15:40:00',NULL,NULL,NULL),(985,20324,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-06','16:00:00','2020-05-06','16:40:00',NULL,NULL,NULL),(986,19789,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-07','12:00:00','2020-05-07','12:40:00',NULL,NULL,NULL),(987,19923,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-07','13:00:00','2020-05-07','13:40:00',NULL,NULL,NULL),(988,20057,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-07','14:00:00','2020-05-07','14:40:00',NULL,NULL,NULL),(989,20191,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-07','15:00:00','2020-05-07','15:40:00',NULL,NULL,NULL),(990,20325,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-07','16:00:00','2020-05-07','16:40:00',NULL,NULL,NULL),(991,21439,683,'Call for Availability','','Susan Campbell Park, 1 Dock Street','One Dock St,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-08','10:00:00','2020-05-08','10:40:00',NULL,NULL,NULL),(992,19656,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-08','11:00:00','2020-05-08','11:40:00',NULL,NULL,NULL),(993,19790,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-08','12:00:00','2020-05-08','12:40:00',NULL,NULL,NULL),(994,19308,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-08','13:00:00','2020-05-08','13:40:00',NULL,NULL,NULL),(995,20058,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-08','14:00:00','2020-05-08','14:40:00',NULL,NULL,NULL),(996,20192,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-08','15:00:00','2020-05-08','15:40:00',NULL,NULL,NULL),(997,20326,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-08','16:00:00','2020-05-08','16:40:00',NULL,NULL,NULL),(998,19657,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-09','11:00:00','2020-05-09','11:40:00',NULL,NULL,NULL),(999,19791,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-09','12:00:00','2020-05-09','12:40:00',NULL,NULL,NULL),(1000,19925,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-09','13:00:00','2020-05-09','13:40:00',NULL,NULL,NULL),(1001,20059,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-09','14:00:00','2020-05-09','14:40:00',NULL,NULL,NULL),(1002,20193,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-09','15:00:00','2020-05-09','15:40:00',NULL,NULL,NULL),(1003,20327,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-09','16:00:00','2020-05-09','16:40:00',NULL,NULL,NULL),(1004,20451,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-09','17:00:00','2020-05-09','17:40:00',NULL,NULL,NULL),(1005,20489,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-09','18:00:00','2020-05-09','18:40:00',NULL,NULL,NULL),(1006,20527,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-09','19:00:00','2020-05-09','19:40:00',NULL,NULL,NULL),(1007,19658,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-10','11:00:00','2020-05-10','11:40:00',NULL,NULL,NULL),(1008,19792,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-10','12:00:00','2020-05-10','12:40:00',NULL,NULL,NULL),(1009,19926,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-10','13:00:00','2020-05-10','13:40:00',NULL,NULL,NULL),(1010,20060,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-10','14:00:00','2020-05-10','14:40:00',NULL,NULL,NULL),(1011,20194,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-10','15:00:00','2020-05-10','15:40:00',NULL,NULL,NULL),(1012,20328,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-10','16:00:00','2020-05-10','16:40:00',NULL,NULL,NULL),(1013,20452,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-10','17:00:00','2020-05-10','17:40:00',NULL,NULL,NULL),(1014,20490,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-10','18:00:00','2020-05-10','18:40:00',NULL,NULL,NULL),(1015,20528,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-10','19:00:00','2020-05-10','19:40:00',NULL,NULL,NULL),(1016,19927,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-11','13:00:00','2020-05-11','13:40:00',NULL,NULL,NULL),(1017,20061,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-11','14:00:00','2020-05-11','14:40:00',NULL,NULL,NULL),(1018,20195,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-11','15:00:00','2020-05-11','15:40:00',NULL,NULL,NULL),(1019,20329,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-11','16:00:00','2020-05-11','16:40:00',NULL,NULL,NULL),(1020,19794,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-12','12:00:00','2020-05-12','12:40:00',NULL,NULL,NULL),(1021,19928,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-12','13:00:00','2020-05-12','13:40:00',NULL,NULL,NULL),(1022,20062,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-12','14:00:00','2020-05-12','14:40:00',NULL,NULL,NULL),(1023,20196,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-12','15:00:00','2020-05-12','15:40:00',NULL,NULL,NULL),(1024,20330,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-12','16:00:00','2020-05-12','16:40:00',NULL,NULL,NULL),(1025,19795,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-13','12:00:00','2020-05-13','12:40:00',NULL,NULL,NULL),(1026,19929,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-13','13:00:00','2020-05-13','13:40:00',NULL,NULL,NULL),(1027,20063,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-13','14:00:00','2020-05-13','14:40:00',NULL,NULL,NULL),(1028,20197,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-13','15:00:00','2020-05-13','15:40:00',NULL,NULL,NULL),(1029,20331,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-13','16:00:00','2020-05-13','16:40:00',NULL,NULL,NULL),(1030,19662,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-14','11:00:00','2020-05-14','11:40:00',NULL,NULL,NULL),(1031,19796,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-14','12:00:00','2020-05-14','12:40:00',NULL,NULL,NULL),(1032,19344,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-14','13:00:00','2020-05-14','13:40:00',NULL,NULL,NULL),(1033,19390,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-14','14:00:00','2020-05-14','14:40:00',NULL,NULL,NULL),(1034,20198,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-14','15:00:00','2020-05-14','15:40:00',NULL,NULL,NULL),(1035,20332,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-14','16:00:00','2020-05-14','16:40:00',NULL,NULL,NULL),(1036,19663,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-15','11:00:00','2020-05-15','11:40:00',NULL,NULL,NULL),(1037,19797,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-15','12:00:00','2020-05-15','12:40:00',NULL,NULL,NULL),(1038,19931,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-15','13:00:00','2020-05-15','13:40:00',NULL,NULL,NULL),(1039,20065,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-15','14:00:00','2020-05-15','14:40:00',NULL,NULL,NULL),(1040,20199,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-15','15:00:00','2020-05-15','15:40:00',NULL,NULL,NULL),(1041,20333,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-15','16:00:00','2020-05-15','16:40:00',NULL,NULL,NULL),(1042,19664,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-16','11:00:00','2020-05-16','11:40:00',NULL,NULL,NULL),(1043,19798,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-16','12:00:00','2020-05-16','12:40:00',NULL,NULL,NULL),(1044,19932,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-16','13:00:00','2020-05-16','13:40:00',NULL,NULL,NULL),(1045,20066,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-16','14:00:00','2020-05-16','14:40:00',NULL,NULL,NULL),(1046,20200,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-16','15:00:00','2020-05-16','15:40:00',NULL,NULL,NULL),(1047,20334,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-16','16:00:00','2020-05-16','16:40:00',NULL,NULL,NULL),(1048,20453,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-16','17:00:00','2020-05-16','17:40:00',NULL,NULL,NULL),(1049,20491,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-16','18:00:00','2020-05-16','18:40:00',NULL,NULL,NULL),(1050,20529,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-16','19:00:00','2020-05-16','19:40:00',NULL,NULL,NULL),(1051,19665,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-17','11:00:00','2020-05-17','11:40:00',NULL,NULL,NULL),(1052,19799,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-17','12:00:00','2020-05-17','12:40:00',NULL,NULL,NULL),(1053,19933,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-17','13:00:00','2020-05-17','13:40:00',NULL,NULL,NULL),(1054,20067,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-17','14:00:00','2020-05-17','14:40:00',NULL,NULL,NULL),(1055,20201,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-17','15:00:00','2020-05-17','15:40:00',NULL,NULL,NULL),(1056,20335,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-17','16:00:00','2020-05-17','16:40:00',NULL,NULL,NULL),(1057,20454,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-17','17:00:00','2020-05-17','17:40:00',NULL,NULL,NULL),(1058,20492,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-17','18:00:00','2020-05-17','18:40:00',NULL,NULL,NULL),(1059,20530,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-17','19:00:00','2020-05-17','19:40:00',NULL,NULL,NULL),(1060,25805,683,'Call for Availability','','Susan Campbell Park, 1 Dock Street','One Dock St,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-18','10:00:00','2020-05-18','10:40:00',NULL,NULL,NULL),(1061,21152,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-18','11:00:00','2020-05-18','11:40:00',NULL,NULL,NULL),(1062,19800,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-18','12:00:00','2020-05-18','12:40:00',NULL,NULL,NULL),(1063,19934,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-18','13:00:00','2020-05-18','13:40:00',NULL,NULL,NULL),(1064,20068,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-18','14:00:00','2020-05-18','14:40:00',NULL,NULL,NULL),(1065,20202,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-18','15:00:00','2020-05-18','15:40:00',NULL,NULL,NULL),(1066,20336,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-18','16:00:00','2020-05-18','16:40:00',NULL,NULL,NULL),(1067,23716,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-19','10:00:00','2020-05-19','10:40:00',NULL,NULL,NULL),(1068,19667,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-19','11:00:00','2020-05-19','11:40:00',NULL,NULL,NULL),(1069,19801,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-19','12:00:00','2020-05-19','12:40:00',NULL,NULL,NULL),(1070,20337,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-19','16:00:00','2020-05-19','16:40:00',NULL,NULL,NULL),(1071,19668,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-20','11:00:00','2020-05-20','11:40:00',NULL,NULL,NULL),(1072,19802,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-20','12:00:00','2020-05-20','12:40:00',NULL,NULL,NULL),(1073,20338,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-20','16:00:00','2020-05-20','16:40:00',NULL,NULL,NULL),(1074,19803,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-21','12:00:00','2020-05-21','12:40:00',NULL,NULL,NULL),(1075,19398,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-21','13:00:00','2020-05-21','13:40:00',NULL,NULL,NULL),(1076,20071,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-21','14:00:00','2020-05-21','14:40:00',NULL,NULL,NULL),(1077,20205,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-21','15:00:00','2020-05-21','15:40:00',NULL,NULL,NULL),(1078,20339,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-21','16:00:00','2020-05-21','16:40:00',NULL,NULL,NULL),(1079,19670,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-22','11:00:00','2020-05-22','11:40:00',NULL,NULL,NULL),(1080,19804,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-22','12:00:00','2020-05-22','12:40:00',NULL,NULL,NULL),(1081,19238,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-22','13:00:00','2020-05-22','13:40:00',NULL,NULL,NULL),(1082,20072,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-22','14:00:00','2020-05-22','14:40:00',NULL,NULL,NULL),(1083,20206,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-22','15:00:00','2020-05-22','15:40:00',NULL,NULL,NULL),(1084,20340,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-22','16:00:00','2020-05-22','16:40:00',NULL,NULL,NULL),(1085,19671,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-23','11:00:00','2020-05-23','11:40:00',NULL,NULL,NULL),(1086,19236,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-23','12:00:00','2020-05-23','12:40:00',NULL,NULL,NULL),(1087,19939,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-23','13:00:00','2020-05-23','13:40:00',NULL,NULL,NULL),(1088,20073,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-23','14:00:00','2020-05-23','14:40:00',NULL,NULL,NULL),(1089,20207,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-23','15:00:00','2020-05-23','15:40:00',NULL,NULL,NULL),(1090,20341,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-23','16:00:00','2020-05-23','16:40:00',NULL,NULL,NULL),(1091,20455,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-23','17:00:00','2020-05-23','17:40:00',NULL,NULL,NULL),(1092,20493,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-23','18:00:00','2020-05-23','18:40:00',NULL,NULL,NULL),(1093,20531,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-23','19:00:00','2020-05-23','19:40:00',NULL,NULL,NULL),(1094,19672,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-24','11:00:00','2020-05-24','11:40:00',NULL,NULL,NULL),(1095,19806,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-24','12:00:00','2020-05-24','12:40:00',NULL,NULL,NULL),(1096,19940,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-24','13:00:00','2020-05-24','13:40:00',NULL,NULL,NULL),(1097,20074,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-24','14:00:00','2020-05-24','14:40:00',NULL,NULL,NULL),(1098,20208,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-24','15:00:00','2020-05-24','15:40:00',NULL,NULL,NULL),(1099,20342,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-24','16:00:00','2020-05-24','16:40:00',NULL,NULL,NULL),(1100,20456,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-24','17:00:00','2020-05-24','17:40:00',NULL,NULL,NULL),(1101,20494,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-24','18:00:00','2020-05-24','18:40:00',NULL,NULL,NULL),(1102,20532,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-24','19:00:00','2020-05-24','19:40:00',NULL,NULL,NULL),(1103,19673,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-25','11:00:00','2020-05-25','11:40:00',NULL,NULL,NULL),(1104,19807,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-25','12:00:00','2020-05-25','12:40:00',NULL,NULL,NULL),(1105,19941,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-25','13:00:00','2020-05-25','13:40:00',NULL,NULL,NULL),(1106,20075,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-25','14:00:00','2020-05-25','14:40:00',NULL,NULL,NULL),(1107,20209,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-25','15:00:00','2020-05-25','15:40:00',NULL,NULL,NULL),(1108,20343,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-25','16:00:00','2020-05-25','16:40:00',NULL,NULL,NULL),(1109,23976,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-26','10:00:00','2020-05-26','10:40:00',NULL,NULL,NULL),(1110,19674,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-26','11:00:00','2020-05-26','11:40:00',NULL,NULL,NULL),(1111,19808,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-26','12:00:00','2020-05-26','12:40:00',NULL,NULL,NULL),(1112,19942,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-26','13:00:00','2020-05-26','13:40:00',NULL,NULL,NULL),(1113,19050,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-26','14:00:00','2020-05-26','14:40:00',NULL,NULL,NULL),(1114,20210,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-26','15:00:00','2020-05-26','15:40:00',NULL,NULL,NULL),(1115,20344,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-26','16:00:00','2020-05-26','16:40:00',NULL,NULL,NULL),(1116,19809,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-27','12:00:00','2020-05-27','12:40:00',NULL,NULL,NULL),(1117,19943,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-27','13:00:00','2020-05-27','13:40:00',NULL,NULL,NULL),(1118,20077,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-27','14:00:00','2020-05-27','14:40:00',NULL,NULL,NULL),(1119,20211,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-27','15:00:00','2020-05-27','15:40:00',NULL,NULL,NULL),(1120,20345,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-27','16:00:00','2020-05-27','16:40:00',NULL,NULL,NULL),(1121,19676,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-28','11:00:00','2020-05-28','11:40:00',NULL,NULL,NULL),(1122,19810,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-28','12:00:00','2020-05-28','12:40:00',NULL,NULL,NULL),(1123,19944,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-28','13:00:00','2020-05-28','13:40:00',NULL,NULL,NULL),(1124,20078,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-28','14:00:00','2020-05-28','14:40:00',NULL,NULL,NULL),(1125,20212,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-28','15:00:00','2020-05-28','15:40:00',NULL,NULL,NULL),(1126,20346,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-28','16:00:00','2020-05-28','16:40:00',NULL,NULL,NULL),(1127,19677,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-29','11:00:00','2020-05-29','11:40:00',NULL,NULL,NULL),(1128,19811,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-29','12:00:00','2020-05-29','12:40:00',NULL,NULL,NULL),(1129,19339,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-29','13:00:00','2020-05-29','13:40:00',NULL,NULL,NULL),(1130,20079,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-29','14:00:00','2020-05-29','14:40:00',NULL,NULL,NULL),(1131,20213,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-29','15:00:00','2020-05-29','15:40:00',NULL,NULL,NULL),(1132,20347,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-29','16:00:00','2020-05-29','16:40:00',NULL,NULL,NULL),(1133,19242,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-30','11:00:00','2020-05-30','11:40:00',NULL,NULL,NULL),(1134,19812,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-30','12:00:00','2020-05-30','12:40:00',NULL,NULL,NULL),(1135,19946,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-30','13:00:00','2020-05-30','13:40:00',NULL,NULL,NULL),(1136,20080,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-30','14:00:00','2020-05-30','14:40:00',NULL,NULL,NULL),(1137,20214,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-30','15:00:00','2020-05-30','15:40:00',NULL,NULL,NULL),(1138,20348,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-30','16:00:00','2020-05-30','16:40:00',NULL,NULL,NULL),(1139,20457,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-30','17:00:00','2020-05-30','17:40:00',NULL,NULL,NULL),(1140,20495,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-30','18:00:00','2020-05-30','18:40:00',NULL,NULL,NULL),(1141,20533,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-30','19:00:00','2020-05-30','19:40:00',NULL,NULL,NULL),(1142,19679,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-31','11:00:00','2020-05-31','11:40:00',NULL,NULL,NULL),(1143,19813,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-31','12:00:00','2020-05-31','12:40:00',NULL,NULL,NULL),(1144,19947,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-31','13:00:00','2020-05-31','13:40:00',NULL,NULL,NULL),(1145,20081,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-31','14:00:00','2020-05-31','14:40:00',NULL,NULL,NULL),(1146,20215,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-31','15:00:00','2020-05-31','15:40:00',NULL,NULL,NULL),(1147,20349,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-31','16:00:00','2020-05-31','16:40:00',NULL,NULL,NULL),(1148,20458,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-31','17:00:00','2020-05-31','17:40:00',NULL,NULL,NULL),(1149,20496,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-31','18:00:00','2020-05-31','18:40:00',NULL,NULL,NULL),(1150,20534,683,'Call for Availability','','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:33',26,'2020-05-31','19:00:00','2020-05-31','19:40:00',NULL,NULL,NULL),(1151,24357,654,'Available','https://watermarkjourney.starboardsuite.com/e/architrex-24357','Market House Park','25 Market Space,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:34',29,'2020-05-09','10:00:00','2020-05-09','12:00:00',NULL,NULL,NULL),(1152,24359,654,'Available','https://watermarkjourney.starboardsuite.com/e/architrex-24359','Market House Park','25 Market Space,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:34',29,'2020-05-23','10:00:00','2020-05-23','12:00:00',NULL,NULL,NULL),(1153,23919,655,'Available','https://watermarkjourney.starboardsuite.com/e/bmore-tgif-cruise-23919','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:35',30,'2020-04-17','18:00:00','2020-04-17','19:30:00',NULL,NULL,NULL),(1154,23920,655,'Available','https://watermarkjourney.starboardsuite.com/e/bmore-tgif-cruise-23920','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:35',30,'2020-04-24','18:00:00','2020-04-24','19:30:00',NULL,NULL,NULL),(1155,23921,655,'Available','https://watermarkjourney.starboardsuite.com/e/bmore-tgif-cruise-23921','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:35',30,'2020-05-01','18:00:00','2020-05-01','19:30:00',NULL,NULL,NULL),(1156,23922,655,'Available','https://watermarkjourney.starboardsuite.com/e/bmore-tgif-cruise-23922','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:35',30,'2020-05-08','18:00:00','2020-05-08','19:30:00',NULL,NULL,NULL),(1157,23923,655,'Available','https://watermarkjourney.starboardsuite.com/e/bmore-tgif-cruise-23923','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:35',30,'2020-05-15','18:00:00','2020-05-15','19:30:00',NULL,NULL,NULL),(1158,23924,655,'Available','https://watermarkjourney.starboardsuite.com/e/bmore-tgif-cruise-23924','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:35',30,'2020-05-22','18:00:00','2020-05-22','19:30:00',NULL,NULL,NULL),(1159,23925,655,'Available','https://watermarkjourney.starboardsuite.com/e/bmore-tgif-cruise-23925','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:35',30,'2020-05-29','18:00:00','2020-05-29','19:30:00',NULL,NULL,NULL),(1160,21708,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21708','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-03','12:00:00','2020-04-03','12:45:00',NULL,NULL,NULL),(1161,21709,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21709','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-03','13:00:00','2020-04-03','13:45:00',NULL,NULL,NULL),(1162,23995,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-23995','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-03','14:00:00','2020-04-03','14:45:00',NULL,NULL,NULL),(1163,23996,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-23996','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-03','15:00:00','2020-04-03','15:45:00',NULL,NULL,NULL),(1164,23997,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-23997','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-03','16:00:00','2020-04-03','16:45:00',NULL,NULL,NULL),(1165,23998,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-23998','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-03','17:00:00','2020-04-03','17:45:00',NULL,NULL,NULL),(1166,21931,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21931','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-04','12:00:00','2020-04-04','12:45:00',NULL,NULL,NULL),(1167,21925,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21925','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-04','13:00:00','2020-04-04','13:45:00',NULL,NULL,NULL),(1168,21926,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21926','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-04','14:00:00','2020-04-04','14:45:00',NULL,NULL,NULL),(1169,21927,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21927','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-04','15:00:00','2020-04-04','15:45:00',NULL,NULL,NULL),(1170,21928,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21928','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-04','16:00:00','2020-04-04','16:45:00',NULL,NULL,NULL),(1171,21929,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21929','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-04','17:00:00','2020-04-04','17:45:00',NULL,NULL,NULL),(1172,21930,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21930','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-04','18:00:00','2020-04-04','18:45:00',NULL,NULL,NULL),(1173,21938,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21938','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-05','12:00:00','2020-04-05','12:45:00',NULL,NULL,NULL),(1174,21932,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21932','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-05','13:00:00','2020-04-05','13:45:00',NULL,NULL,NULL),(1175,21933,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21933','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-05','14:00:00','2020-04-05','14:45:00',NULL,NULL,NULL),(1176,21934,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21934','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-05','15:00:00','2020-04-05','15:45:00',NULL,NULL,NULL),(1177,21935,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21935','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-05','16:00:00','2020-04-05','16:45:00',NULL,NULL,NULL),(1178,21936,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21936','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-05','17:00:00','2020-04-05','17:45:00',NULL,NULL,NULL),(1179,21937,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21937','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-05','18:00:00','2020-04-05','18:45:00',NULL,NULL,NULL),(1180,21814,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21814','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-06','13:00:00','2020-04-06','13:45:00',NULL,NULL,NULL),(1181,21815,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21815','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-06','14:00:00','2020-04-06','14:45:00',NULL,NULL,NULL),(1182,21816,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21816','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-06','15:00:00','2020-04-06','15:45:00',NULL,NULL,NULL),(1183,21817,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21817','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-07','13:00:00','2020-04-07','13:45:00',NULL,NULL,NULL),(1184,21818,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21818','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-07','14:00:00','2020-04-07','14:45:00',NULL,NULL,NULL),(1185,21819,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21819','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-07','15:00:00','2020-04-07','15:45:00',NULL,NULL,NULL),(1186,21820,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21820','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-08','13:00:00','2020-04-08','13:45:00',NULL,NULL,NULL),(1187,21821,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21821','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-08','14:00:00','2020-04-08','14:45:00',NULL,NULL,NULL),(1188,21822,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21822','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-08','15:00:00','2020-04-08','15:45:00',NULL,NULL,NULL),(1189,21823,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21823','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-09','13:00:00','2020-04-09','13:45:00',NULL,NULL,NULL),(1190,21824,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21824','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-09','14:00:00','2020-04-09','14:45:00',NULL,NULL,NULL),(1191,21825,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21825','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-09','15:00:00','2020-04-09','15:45:00',NULL,NULL,NULL),(1192,21895,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21895','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-10','13:00:00','2020-04-10','13:45:00',NULL,NULL,NULL),(1193,21896,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21896','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-10','14:00:00','2020-04-10','14:45:00',NULL,NULL,NULL),(1194,21897,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21897','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-10','15:00:00','2020-04-10','15:45:00',NULL,NULL,NULL),(1195,21898,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21898','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-10','16:00:00','2020-04-10','16:45:00',NULL,NULL,NULL),(1196,21899,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21899','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-10','17:00:00','2020-04-10','17:45:00',NULL,NULL,NULL),(1197,21945,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21945','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-11','12:00:00','2020-04-11','12:45:00',NULL,NULL,NULL),(1198,21939,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21939','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-11','13:00:00','2020-04-11','13:45:00',NULL,NULL,NULL),(1199,21940,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21940','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-11','14:00:00','2020-04-11','14:45:00',NULL,NULL,NULL),(1200,21941,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21941','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-11','15:00:00','2020-04-11','15:45:00',NULL,NULL,NULL),(1201,21942,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21942','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-11','16:00:00','2020-04-11','16:45:00',NULL,NULL,NULL),(1202,21943,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21943','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-11','17:00:00','2020-04-11','17:45:00',NULL,NULL,NULL),(1203,21944,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21944','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-11','18:00:00','2020-04-11','18:45:00',NULL,NULL,NULL),(1204,21952,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21952','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-12','12:00:00','2020-04-12','12:45:00',NULL,NULL,NULL),(1205,21946,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21946','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-12','13:00:00','2020-04-12','13:45:00',NULL,NULL,NULL),(1206,21947,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21947','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-12','14:00:00','2020-04-12','14:45:00',NULL,NULL,NULL),(1207,21948,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21948','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-12','15:00:00','2020-04-12','15:45:00',NULL,NULL,NULL),(1208,21949,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21949','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-12','16:00:00','2020-04-12','16:45:00',NULL,NULL,NULL),(1209,21950,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21950','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-12','17:00:00','2020-04-12','17:45:00',NULL,NULL,NULL),(1210,21951,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21951','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-12','18:00:00','2020-04-12','18:45:00',NULL,NULL,NULL),(1211,21826,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21826','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-13','13:00:00','2020-04-13','13:45:00',NULL,NULL,NULL),(1212,21827,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21827','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-13','14:00:00','2020-04-13','14:45:00',NULL,NULL,NULL),(1213,21828,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21828','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-13','15:00:00','2020-04-13','15:45:00',NULL,NULL,NULL),(1214,21829,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21829','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-14','13:00:00','2020-04-14','13:45:00',NULL,NULL,NULL),(1215,21830,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21830','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-14','14:00:00','2020-04-14','14:45:00',NULL,NULL,NULL),(1216,21831,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21831','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-14','15:00:00','2020-04-14','15:45:00',NULL,NULL,NULL),(1217,21832,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21832','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-15','13:00:00','2020-04-15','13:45:00',NULL,NULL,NULL),(1218,21833,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21833','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-15','14:00:00','2020-04-15','14:45:00',NULL,NULL,NULL),(1219,21834,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21834','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-15','15:00:00','2020-04-15','15:45:00',NULL,NULL,NULL),(1220,21416,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21416','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-16','12:00:00','2020-04-16','12:45:00',NULL,NULL,NULL),(1221,21835,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21835','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-16','13:00:00','2020-04-16','13:45:00',NULL,NULL,NULL),(1222,21836,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21836','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-16','14:00:00','2020-04-16','14:45:00',NULL,NULL,NULL),(1223,21837,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21837','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-16','15:00:00','2020-04-16','15:45:00',NULL,NULL,NULL),(1224,21900,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21900','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-17','13:00:00','2020-04-17','13:45:00',NULL,NULL,NULL),(1225,21901,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21901','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-17','14:00:00','2020-04-17','14:45:00',NULL,NULL,NULL),(1226,21902,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21902','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-17','15:00:00','2020-04-17','15:45:00',NULL,NULL,NULL),(1227,21903,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21903','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-17','16:00:00','2020-04-17','16:45:00',NULL,NULL,NULL),(1228,21904,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21904','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-17','17:00:00','2020-04-17','17:45:00',NULL,NULL,NULL),(1229,21959,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21959','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-18','12:00:00','2020-04-18','12:45:00',NULL,NULL,NULL),(1230,21953,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21953','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-18','13:00:00','2020-04-18','13:45:00',NULL,NULL,NULL),(1231,21954,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21954','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-18','14:00:00','2020-04-18','14:45:00',NULL,NULL,NULL),(1232,21955,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21955','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-18','15:00:00','2020-04-18','15:45:00',NULL,NULL,NULL),(1233,21956,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21956','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-18','16:00:00','2020-04-18','16:45:00',NULL,NULL,NULL),(1234,21957,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21957','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-18','17:00:00','2020-04-18','17:45:00',NULL,NULL,NULL),(1235,21958,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21958','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-18','18:00:00','2020-04-18','18:45:00',NULL,NULL,NULL),(1236,21966,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21966','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-19','12:00:00','2020-04-19','12:45:00',NULL,NULL,NULL),(1237,21960,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21960','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-19','13:00:00','2020-04-19','13:45:00',NULL,NULL,NULL),(1238,21961,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21961','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-19','14:00:00','2020-04-19','14:45:00',NULL,NULL,NULL),(1239,21962,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21962','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-19','15:00:00','2020-04-19','15:45:00',NULL,NULL,NULL),(1240,21963,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21963','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-19','16:00:00','2020-04-19','16:45:00',NULL,NULL,NULL),(1241,21964,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21964','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-19','17:00:00','2020-04-19','17:45:00',NULL,NULL,NULL),(1242,21965,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21965','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-19','18:00:00','2020-04-19','18:45:00',NULL,NULL,NULL),(1243,21522,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21522','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-20','12:00:00','2020-04-20','12:45:00',NULL,NULL,NULL),(1244,21838,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21838','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-20','13:00:00','2020-04-20','13:45:00',NULL,NULL,NULL),(1245,21839,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21839','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-20','14:00:00','2020-04-20','14:45:00',NULL,NULL,NULL),(1246,21840,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21840','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-20','15:00:00','2020-04-20','15:45:00',NULL,NULL,NULL),(1247,21841,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21841','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-21','13:00:00','2020-04-21','13:45:00',NULL,NULL,NULL),(1248,21842,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21842','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-21','14:00:00','2020-04-21','14:45:00',NULL,NULL,NULL),(1249,21843,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21843','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-21','15:00:00','2020-04-21','15:45:00',NULL,NULL,NULL),(1250,21844,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21844','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-22','13:00:00','2020-04-22','13:45:00',NULL,NULL,NULL),(1251,21845,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21845','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-22','14:00:00','2020-04-22','14:45:00',NULL,NULL,NULL),(1252,21846,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21846','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-22','15:00:00','2020-04-22','15:45:00',NULL,NULL,NULL),(1253,21847,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21847','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-23','13:00:00','2020-04-23','13:45:00',NULL,NULL,NULL),(1254,21848,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21848','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-23','14:00:00','2020-04-23','14:45:00',NULL,NULL,NULL),(1255,21849,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21849','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-23','15:00:00','2020-04-23','15:45:00',NULL,NULL,NULL),(1256,21905,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21905','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-24','13:00:00','2020-04-24','13:45:00',NULL,NULL,NULL),(1257,21906,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21906','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-24','14:00:00','2020-04-24','14:45:00',NULL,NULL,NULL),(1258,21907,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21907','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-24','15:00:00','2020-04-24','15:45:00',NULL,NULL,NULL),(1259,21908,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21908','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-24','16:00:00','2020-04-24','16:45:00',NULL,NULL,NULL),(1260,21909,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21909','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-24','17:00:00','2020-04-24','17:45:00',NULL,NULL,NULL),(1261,21973,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21973','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-25','12:00:00','2020-04-25','12:45:00',NULL,NULL,NULL),(1262,21967,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21967','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-25','13:00:00','2020-04-25','13:45:00',NULL,NULL,NULL),(1263,21968,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21968','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-25','14:00:00','2020-04-25','14:45:00',NULL,NULL,NULL),(1264,21969,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21969','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-25','15:00:00','2020-04-25','15:45:00',NULL,NULL,NULL),(1265,21970,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21970','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-25','16:00:00','2020-04-25','16:45:00',NULL,NULL,NULL),(1266,21971,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21971','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-25','17:00:00','2020-04-25','17:45:00',NULL,NULL,NULL),(1267,21972,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21972','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-25','18:00:00','2020-04-25','18:45:00',NULL,NULL,NULL),(1268,21980,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21980','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-26','12:00:00','2020-04-26','12:45:00',NULL,NULL,NULL),(1269,21974,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21974','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-26','13:00:00','2020-04-26','13:45:00',NULL,NULL,NULL),(1270,21975,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21975','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-26','14:00:00','2020-04-26','14:45:00',NULL,NULL,NULL),(1271,21976,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21976','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-26','15:00:00','2020-04-26','15:45:00',NULL,NULL,NULL),(1272,21977,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21977','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-26','16:00:00','2020-04-26','16:45:00',NULL,NULL,NULL),(1273,21978,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21978','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-26','17:00:00','2020-04-26','17:45:00',NULL,NULL,NULL),(1274,21979,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21979','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-26','18:00:00','2020-04-26','18:45:00',NULL,NULL,NULL),(1275,21850,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21850','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-27','13:00:00','2020-04-27','13:45:00',NULL,NULL,NULL),(1276,21851,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21851','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-27','14:00:00','2020-04-27','14:45:00',NULL,NULL,NULL),(1277,21852,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21852','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-27','15:00:00','2020-04-27','15:45:00',NULL,NULL,NULL),(1278,21853,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21853','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-28','13:00:00','2020-04-28','13:45:00',NULL,NULL,NULL),(1279,21854,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21854','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-28','14:00:00','2020-04-28','14:45:00',NULL,NULL,NULL),(1280,21855,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21855','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-28','15:00:00','2020-04-28','15:45:00',NULL,NULL,NULL),(1281,21856,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21856','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-29','13:00:00','2020-04-29','13:45:00',NULL,NULL,NULL),(1282,21857,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21857','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-29','14:00:00','2020-04-29','14:45:00',NULL,NULL,NULL),(1283,21858,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21858','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-29','15:00:00','2020-04-29','15:45:00',NULL,NULL,NULL),(1284,21859,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21859','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-30','13:00:00','2020-04-30','13:45:00',NULL,NULL,NULL),(1285,21860,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21860','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-30','14:00:00','2020-04-30','14:45:00',NULL,NULL,NULL),(1286,21861,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21861','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-04-30','15:00:00','2020-04-30','15:45:00',NULL,NULL,NULL),(1287,21910,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21910','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-01','13:00:00','2020-05-01','13:45:00',NULL,NULL,NULL),(1288,21911,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21911','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-01','14:00:00','2020-05-01','14:45:00',NULL,NULL,NULL),(1289,21912,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21912','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-01','15:00:00','2020-05-01','15:45:00',NULL,NULL,NULL),(1290,21913,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21913','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-01','16:00:00','2020-05-01','16:45:00',NULL,NULL,NULL),(1291,21914,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21914','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-01','17:00:00','2020-05-01','17:45:00',NULL,NULL,NULL),(1292,21987,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21987','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-02','12:00:00','2020-05-02','12:45:00',NULL,NULL,NULL),(1293,21981,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21981','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-02','13:00:00','2020-05-02','13:45:00',NULL,NULL,NULL),(1294,21982,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21982','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-02','14:00:00','2020-05-02','14:45:00',NULL,NULL,NULL),(1295,21983,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21983','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-02','15:00:00','2020-05-02','15:45:00',NULL,NULL,NULL),(1296,21984,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21984','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-02','16:00:00','2020-05-02','16:45:00',NULL,NULL,NULL),(1297,21985,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21985','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-02','17:00:00','2020-05-02','17:45:00',NULL,NULL,NULL),(1298,21986,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21986','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-02','18:00:00','2020-05-02','18:45:00',NULL,NULL,NULL),(1299,21994,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21994','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-03','12:00:00','2020-05-03','12:45:00',NULL,NULL,NULL),(1300,21988,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21988','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-03','13:00:00','2020-05-03','13:45:00',NULL,NULL,NULL),(1301,21989,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21989','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-03','14:00:00','2020-05-03','14:45:00',NULL,NULL,NULL),(1302,21990,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21990','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-03','15:00:00','2020-05-03','15:45:00',NULL,NULL,NULL),(1303,21991,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21991','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-03','16:00:00','2020-05-03','16:45:00',NULL,NULL,NULL),(1304,21992,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21992','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-03','17:00:00','2020-05-03','17:45:00',NULL,NULL,NULL),(1305,21993,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21993','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-03','18:00:00','2020-05-03','18:45:00',NULL,NULL,NULL),(1306,21862,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21862','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-04','13:00:00','2020-05-04','13:45:00',NULL,NULL,NULL),(1307,21863,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21863','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-04','14:00:00','2020-05-04','14:45:00',NULL,NULL,NULL),(1308,21864,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21864','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-04','15:00:00','2020-05-04','15:45:00',NULL,NULL,NULL),(1309,21865,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21865','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-05','13:00:00','2020-05-05','13:45:00',NULL,NULL,NULL),(1310,21866,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21866','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-05','14:00:00','2020-05-05','14:45:00',NULL,NULL,NULL),(1311,21867,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21867','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-05','15:00:00','2020-05-05','15:45:00',NULL,NULL,NULL),(1312,21868,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21868','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-06','13:00:00','2020-05-06','13:45:00',NULL,NULL,NULL),(1313,21869,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21869','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-06','14:00:00','2020-05-06','14:45:00',NULL,NULL,NULL),(1314,21870,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21870','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-06','15:00:00','2020-05-06','15:45:00',NULL,NULL,NULL),(1315,21871,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21871','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-07','13:00:00','2020-05-07','13:45:00',NULL,NULL,NULL),(1316,21872,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21872','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-07','14:00:00','2020-05-07','14:45:00',NULL,NULL,NULL),(1317,21873,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21873','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-07','15:00:00','2020-05-07','15:45:00',NULL,NULL,NULL),(1318,21915,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21915','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-08','13:00:00','2020-05-08','13:45:00',NULL,NULL,NULL),(1319,21916,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21916','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-08','14:00:00','2020-05-08','14:45:00',NULL,NULL,NULL),(1320,21917,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21917','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-08','15:00:00','2020-05-08','15:45:00',NULL,NULL,NULL),(1321,21918,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21918','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-08','16:00:00','2020-05-08','16:45:00',NULL,NULL,NULL),(1322,21919,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21919','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-08','17:00:00','2020-05-08','17:45:00',NULL,NULL,NULL),(1323,22001,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22001','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-09','12:00:00','2020-05-09','12:45:00',NULL,NULL,NULL),(1324,21995,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21995','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-09','13:00:00','2020-05-09','13:45:00',NULL,NULL,NULL),(1325,21996,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21996','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-09','14:00:00','2020-05-09','14:45:00',NULL,NULL,NULL),(1326,21997,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21997','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-09','15:00:00','2020-05-09','15:45:00',NULL,NULL,NULL),(1327,21998,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21998','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-09','16:00:00','2020-05-09','16:45:00',NULL,NULL,NULL),(1328,21999,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21999','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-09','17:00:00','2020-05-09','17:45:00',NULL,NULL,NULL),(1329,22000,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22000','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-09','18:00:00','2020-05-09','18:45:00',NULL,NULL,NULL),(1330,22008,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22008','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-10','12:00:00','2020-05-10','12:45:00',NULL,NULL,NULL),(1331,22002,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22002','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-10','13:00:00','2020-05-10','13:45:00',NULL,NULL,NULL),(1332,22003,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22003','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-10','14:00:00','2020-05-10','14:45:00',NULL,NULL,NULL),(1333,22004,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22004','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-10','15:00:00','2020-05-10','15:45:00',NULL,NULL,NULL),(1334,22005,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22005','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-10','16:00:00','2020-05-10','16:45:00',NULL,NULL,NULL),(1335,22006,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22006','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-10','17:00:00','2020-05-10','17:45:00',NULL,NULL,NULL),(1336,22007,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22007','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-10','18:00:00','2020-05-10','18:45:00',NULL,NULL,NULL),(1337,21874,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21874','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-11','13:00:00','2020-05-11','13:45:00',NULL,NULL,NULL),(1338,21875,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21875','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-11','14:00:00','2020-05-11','14:45:00',NULL,NULL,NULL),(1339,21876,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21876','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-11','15:00:00','2020-05-11','15:45:00',NULL,NULL,NULL),(1340,21878,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21878','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-12','14:00:00','2020-05-12','14:45:00',NULL,NULL,NULL),(1341,21879,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21879','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-12','15:00:00','2020-05-12','15:45:00',NULL,NULL,NULL),(1342,25576,656,'Call for Availability','','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-13','12:00:00','2020-05-13','12:45:00',NULL,NULL,NULL),(1343,21880,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21880','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-13','13:00:00','2020-05-13','13:45:00',NULL,NULL,NULL),(1344,21881,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21881','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-13','14:00:00','2020-05-13','14:45:00',NULL,NULL,NULL),(1345,21882,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21882','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-13','15:00:00','2020-05-13','15:45:00',NULL,NULL,NULL),(1346,21146,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21146','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-14','14:00:00','2020-05-14','14:45:00',NULL,NULL,NULL),(1347,21885,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21885','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-14','15:00:00','2020-05-14','15:45:00',NULL,NULL,NULL),(1348,21921,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21921','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-15','14:00:00','2020-05-15','14:45:00',NULL,NULL,NULL),(1349,21922,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21922','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-15','15:00:00','2020-05-15','15:45:00',NULL,NULL,NULL),(1350,21923,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21923','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-15','16:00:00','2020-05-15','16:45:00',NULL,NULL,NULL),(1351,21924,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21924','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-15','17:00:00','2020-05-15','17:45:00',NULL,NULL,NULL),(1352,22015,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22015','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-16','12:00:00','2020-05-16','12:45:00',NULL,NULL,NULL),(1353,22009,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22009','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-16','13:00:00','2020-05-16','13:45:00',NULL,NULL,NULL),(1354,22010,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22010','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-16','14:00:00','2020-05-16','14:45:00',NULL,NULL,NULL),(1355,22011,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22011','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-16','15:00:00','2020-05-16','15:45:00',NULL,NULL,NULL),(1356,22012,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22012','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-16','16:00:00','2020-05-16','16:45:00',NULL,NULL,NULL),(1357,22013,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22013','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-16','17:00:00','2020-05-16','17:45:00',NULL,NULL,NULL),(1358,22014,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22014','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-16','18:00:00','2020-05-16','18:45:00',NULL,NULL,NULL),(1359,22022,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22022','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-17','12:00:00','2020-05-17','12:45:00',NULL,NULL,NULL),(1360,22016,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22016','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-17','13:00:00','2020-05-17','13:45:00',NULL,NULL,NULL),(1361,22017,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22017','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-17','14:00:00','2020-05-17','14:45:00',NULL,NULL,NULL),(1362,22018,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22018','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-17','15:00:00','2020-05-17','15:45:00',NULL,NULL,NULL),(1363,22019,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22019','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-17','16:00:00','2020-05-17','16:45:00',NULL,NULL,NULL),(1364,22020,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22020','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-17','17:00:00','2020-05-17','17:45:00',NULL,NULL,NULL),(1365,22021,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22021','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-17','18:00:00','2020-05-17','18:45:00',NULL,NULL,NULL),(1366,21886,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21886','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-18','13:00:00','2020-05-18','13:45:00',NULL,NULL,NULL),(1367,21887,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21887','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-18','14:00:00','2020-05-18','14:45:00',NULL,NULL,NULL),(1368,21888,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21888','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-18','15:00:00','2020-05-18','15:45:00',NULL,NULL,NULL),(1369,21147,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-21147','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-21','14:00:00','2020-05-21','14:45:00',NULL,NULL,NULL),(1370,24176,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-24176','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-21','15:00:00','2020-05-21','15:45:00',NULL,NULL,NULL),(1371,25784,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-25784','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-22','16:00:00','2020-05-22','16:45:00',NULL,NULL,NULL),(1372,22029,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22029','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-23','12:00:00','2020-05-23','12:45:00',NULL,NULL,NULL),(1373,22023,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22023','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-23','13:00:00','2020-05-23','13:45:00',NULL,NULL,NULL),(1374,22024,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22024','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-23','14:00:00','2020-05-23','14:45:00',NULL,NULL,NULL),(1375,22025,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22025','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-23','15:00:00','2020-05-23','15:45:00',NULL,NULL,NULL),(1376,22026,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22026','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-23','16:00:00','2020-05-23','16:45:00',NULL,NULL,NULL),(1377,22027,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22027','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-23','17:00:00','2020-05-23','17:45:00',NULL,NULL,NULL),(1378,22028,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22028','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-23','18:00:00','2020-05-23','18:45:00',NULL,NULL,NULL),(1379,22030,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22030','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-23','19:00:00','2020-05-23','19:45:00',NULL,NULL,NULL),(1380,22037,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22037','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-24','12:00:00','2020-05-24','12:45:00',NULL,NULL,NULL),(1381,22031,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22031','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-24','13:00:00','2020-05-24','13:45:00',NULL,NULL,NULL),(1382,22032,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22032','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-24','14:00:00','2020-05-24','14:45:00',NULL,NULL,NULL),(1383,22033,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22033','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-24','15:00:00','2020-05-24','15:45:00',NULL,NULL,NULL),(1384,22034,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22034','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-24','16:00:00','2020-05-24','16:45:00',NULL,NULL,NULL),(1385,22035,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22035','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-24','17:00:00','2020-05-24','17:45:00',NULL,NULL,NULL),(1386,22036,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22036','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-24','18:00:00','2020-05-24','18:45:00',NULL,NULL,NULL),(1387,22038,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22038','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-24','19:00:00','2020-05-24','19:45:00',NULL,NULL,NULL),(1388,22354,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22354','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-25','13:00:00','2020-05-25','13:45:00',NULL,NULL,NULL),(1389,22355,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22355','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-25','14:00:00','2020-05-25','14:45:00',NULL,NULL,NULL),(1390,22356,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22356','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-25','15:00:00','2020-05-25','15:45:00',NULL,NULL,NULL),(1391,22357,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22357','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-25','16:00:00','2020-05-25','16:45:00',NULL,NULL,NULL),(1392,22716,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22716','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-25','17:00:00','2020-05-25','17:45:00',NULL,NULL,NULL),(1393,22717,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22717','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-25','18:00:00','2020-05-25','18:45:00',NULL,NULL,NULL),(1394,22718,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22718','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-25','19:00:00','2020-05-25','19:45:00',NULL,NULL,NULL),(1395,22358,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22358','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-26','13:00:00','2020-05-26','13:45:00',NULL,NULL,NULL),(1396,22359,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22359','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-26','14:00:00','2020-05-26','14:45:00',NULL,NULL,NULL),(1397,22360,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22360','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-26','15:00:00','2020-05-26','15:45:00',NULL,NULL,NULL),(1398,22361,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22361','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-26','16:00:00','2020-05-26','16:45:00',NULL,NULL,NULL),(1399,22362,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22362','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-27','13:00:00','2020-05-27','13:45:00',NULL,NULL,NULL),(1400,22363,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22363','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-27','14:00:00','2020-05-27','14:45:00',NULL,NULL,NULL),(1401,22364,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22364','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-27','15:00:00','2020-05-27','15:45:00',NULL,NULL,NULL),(1402,22365,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22365','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-27','16:00:00','2020-05-27','16:45:00',NULL,NULL,NULL),(1403,24058,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-24058','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-28','12:00:00','2020-05-28','12:45:00',NULL,NULL,NULL),(1404,22366,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22366','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-28','13:00:00','2020-05-28','13:45:00',NULL,NULL,NULL),(1405,22368,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22368','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-28','15:00:00','2020-05-28','15:45:00',NULL,NULL,NULL),(1406,22369,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22369','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-28','16:00:00','2020-05-28','16:45:00',NULL,NULL,NULL),(1407,22279,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22279','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-29','13:00:00','2020-05-29','13:45:00',NULL,NULL,NULL),(1408,22280,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22280','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-29','14:00:00','2020-05-29','14:45:00',NULL,NULL,NULL),(1409,22281,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22281','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-29','15:00:00','2020-05-29','15:45:00',NULL,NULL,NULL),(1410,22282,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22282','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-29','16:00:00','2020-05-29','16:45:00',NULL,NULL,NULL),(1411,22283,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22283','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-29','17:00:00','2020-05-29','17:45:00',NULL,NULL,NULL),(1412,22045,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22045','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-30','12:00:00','2020-05-30','12:45:00',NULL,NULL,NULL),(1413,22039,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22039','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-30','13:00:00','2020-05-30','13:45:00',NULL,NULL,NULL),(1414,22040,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22040','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-30','14:00:00','2020-05-30','14:45:00',NULL,NULL,NULL),(1415,22041,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22041','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-30','15:00:00','2020-05-30','15:45:00',NULL,NULL,NULL),(1416,22042,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22042','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-30','16:00:00','2020-05-30','16:45:00',NULL,NULL,NULL),(1417,22043,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22043','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-30','17:00:00','2020-05-30','17:45:00',NULL,NULL,NULL),(1418,22044,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22044','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-30','18:00:00','2020-05-30','18:45:00',NULL,NULL,NULL),(1419,22046,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22046','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-30','19:00:00','2020-05-30','19:45:00',NULL,NULL,NULL),(1420,22053,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22053','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-31','12:00:00','2020-05-31','12:45:00',NULL,NULL,NULL),(1421,22047,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22047','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-31','13:00:00','2020-05-31','13:45:00',NULL,NULL,NULL),(1422,22048,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22048','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-31','14:00:00','2020-05-31','14:45:00',NULL,NULL,NULL),(1423,22049,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22049','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-31','15:00:00','2020-05-31','15:45:00',NULL,NULL,NULL),(1424,22050,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22050','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-31','16:00:00','2020-05-31','16:45:00',NULL,NULL,NULL),(1425,22051,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22051','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-31','17:00:00','2020-05-31','17:45:00',NULL,NULL,NULL),(1426,22052,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22052','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-31','18:00:00','2020-05-31','18:45:00',NULL,NULL,NULL),(1427,22054,656,'Available','https://watermarkjourney.starboardsuite.com/e/baltimore-harbor-cruise-22054','Baltimore Finger Piers','555 Light St,  Baltimore ,  MD 21202','Baltimore, MD','2020-03-10 14:14:39',34,'2020-05-31','19:00:00','2020-05-31','19:45:00',NULL,NULL,NULL),(1428,18569,658,'Available','https://watermarkjourney.starboardsuite.com/e/bay-lighthouse-cruise-18569','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:41',37,'2020-04-29','11:15:00','2020-04-29','14:15:00',NULL,NULL,NULL),(1429,24306,658,'Available','https://watermarkjourney.starboardsuite.com/e/bay-lighthouse-cruise-24306','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:41',37,'2020-05-26','11:15:00','2020-05-26','14:15:00',NULL,NULL,NULL),(1430,20780,658,'Available','https://watermarkjourney.starboardsuite.com/e/bay-lighthouse-cruise-20780','Annapolis City Dock','1 Dock Street,  Annapolis,  MD 21401','Annapolis, MD','2020-03-10 14:14:41',37,'2020-05-29','11:15:00','2020-05-29','14:15:00',NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_event_public` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_event_type`
--

DROP TABLE IF EXISTS `wp_event_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_event_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `event_type_id` int(11) NOT NULL COMMENT 'ID do evento vindo da api\n',
  `post_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `parent_id` int(11) NOT NULL,
  `dates_avaliable` text NOT NULL,
  `price` text NOT NULL,
  `map_embed` text NOT NULL,
  `banner_image` text NOT NULL,
  `category_image` text NOT NULL,
  `update_at` timestamp NULL DEFAULT NULL,
  `remove_at` timestamp NULL DEFAULT NULL,
  `create_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_event_type`
--

LOCK TABLES `wp_event_type` WRITE;
/*!40000 ALTER TABLE `wp_event_type` DISABLE KEYS */;
INSERT INTO `wp_event_type` VALUES (21,963,503,'&quot;Nevermore&quot; Halloween Yacht Party ','Edgar Allan Poe knew what he was doing when he used the raven instead of some other bird to croak out “nevermore” in his famous poem. The raven has long been associated with death and dark omens, but the real bird is somewhat of a mystery.  Do you dare to find out for yourself?&gt; 3 hour cruise on Raven, a luxury yacht. &gt; Costume Contest&gt; Spooky Cocktails&gt; Live DJ&gt; Halloween TreatsWatermark may cancel any event because of severe weather, mechanical breakdown, or lack of participation. In the unlikely event that Watermark should have to cancel, we will attempt to contact you and ticket will be refunded or event rescheduled. All sales are non-refundable. Payment will be processed at the time of purchase. No Date Changes Allowed.Vessel Substitution: Boat assignments are subject to change at any time. ',739,'','','','','',NULL,NULL,'2020-03-10 14:14:27'),(22,953,504,'90-Minute Baltimore Harbor Cruise','Enjoy seeing Baltimore’s Harbor on this 90-minute cruise. Get out on the water and take it all in and see the scenic port of Baltimore from the Inner Harbor toward the Key Bridge. Climate controlled vessel with beverage and snack bar plus other amenities.Events occur rain or shine. Watermark may cancel any event because of severe weather, mechanical breakdown, or lack of participation. In the unlikely event that Watermark should have to cancel, we will attempt to contact you and ticket will be refunded or event rescheduled. All sales are non-refundable. Payment will be processed at the time of purchase.  Vessel Substitution: Boat assignments are subject to change at any time.',739,'','','','','',NULL,NULL,'2020-03-10 14:14:28'),(23,925,505,'African American Heritage Tour','During this walking tour in Annapolis&#039; historic district, our knowledgeable guide in period attire will share the fascinating history of the contributions made here and regionally by African Americans, from Colonial times through the 21st Century.  Home to free blacks and slaves, Maryland benefited from their efforts.',740,'','','','','',NULL,NULL,'2020-03-10 14:14:28'),(24,653,506,'Annapolis Fireworks Cruise','Step aboard a Watermark yacht for the annual Annapolis Fireworks Cruise. Enjoy the City of Annapolis&#039; spectacular Fourth of July fireworks from the best seat in town as you cruise the historic harbor. Light snacks will be served. Full cash &amp; credit bar on board. ',739,'','','','','',NULL,NULL,'2020-03-10 14:14:29'),(25,1005,507,'ANNAPOLIS HARBOR &amp; US NAVAL ACADEMY CRUISE','Step aboard Harbor Queen for a narrated cruise of historic Annapolis Harbor and the banks of the U.S. Naval Academy. Enjoy getting on the water and catching a glimpse of the Bay Bridges. This 40-minute cruise is the perfect introduction to Annapolis and fun for the whole family. Events occur rain or shine. Watermark may cancel any event because of severe weather, mechanical breakdown, or lack of participation. In the unlikely event that Watermark should have to cancel, we will attempt to contact you and ticket will be refunded or event rescheduled. All sales are non-refundable. Payment will be processed at the time of purchase.  Vessel Substitution: Boat assignments are subject to change at any time. ',738,'','','','','',NULL,NULL,'2020-03-10 14:14:29'),(26,683,508,'Annapolis Harbor &amp; USNA Cruise','Step aboard classic Harbor Queen for a narrated cruise of the Annapolis Harbor and the banks of the U.S. Naval Academy. Hear the history of the Naval Academy, Annapolis’ role as a historic seaport, the region’s waterways, and catch a glimpse of the Chesapeake Bay Bridge. This cruise is an Annapolis tradition and fun for the whole family.',738,'','','','','',NULL,NULL,'2020-03-10 14:14:32'),(27,834,509,'Annapolis Harbor &amp; USNA Cruise Custom: 60 min.','',738,'','','','','',NULL,NULL,'2020-03-10 14:14:34'),(28,994,510,'Annapolis in 100 Memorials - Maryland Day Tour','Join Squire Hillman from Watermark Annapolis Tours for a unique saunter through the campuses of the Naval Academy &amp; St. John’s College and a portion of the Historic District — inspired by a 1997 national conference which brought conservators of outdoor monuments to Annapolis. Our colonial attired tour guides bring history to life as you visit key sites – including the Maryland State House and the US Naval Academy (home to over 4,000 midshipmen) – that are part of Maryland’s Colonial past and our nation’s history. You will enjoy learning about life in the mid to late 18th Century. Step off is at 10:30a.m. at Susan Campbell Park at the City Dock immediately following the official Maryland Day Flag-Raising ceremony. We go rain or shine. FREE! (US Government I.D. required for all over 21 years of age.)',740,'','','','','',NULL,NULL,'2020-03-10 14:14:34'),(29,654,511,'Architrex','',740,'','','','','',NULL,NULL,'2020-03-10 17:42:51'),(30,655,512,'B&#039;More TGIF Cruise','Our Baltimore TGIF Cruise is a great choice for those looking to relax on the water at the end of the work week and beginning of the weekend.  Enjoy the best views Baltimore has to offer with a Happy Hour cocktail as you cruise to the Key Bridge and return.',738,'','','','','',NULL,NULL,'2020-03-10 14:14:35'),(31,943,513,'Baltimore Fireworks and BBQ on Catherine Marie','Independence Day BBQ Buffet Cruise!  Upgrade your Fireworks viewing experience by reserving your spot on Catherine Marie, our Luxurious Private 95&#039; Yacht from Annapolis.  BBQ Buffet brought to you by Red Hot &amp; Blue. Three-hour cruise includes BBQ Buffet, Cash Bar, and Music.Fireworks Cruises are NOT pet friendly.Events occur rain or shine. Fireworks performances are subject to weather conditions and, if cancelled, guests will cruise instead.Watermark may cancel any event because of severe weather, mechanical breakdown, or lack of participation. In the unlikely event that Watermark should have to cancel, we will attempt to contact you and ticket will be refunded or event rescheduled. No Date Changes Allowed.All sales are non-refundable. Payment will be processed at the time of purchase.  Vessel Substitution: Boat assignments are subject to change at any time.',739,'','','','','',NULL,NULL,'2020-03-10 14:14:36'),(32,657,514,'Baltimore Fireworks Cruise on Annapolitan II','Step aboard a Watermark yacht for the annual Inner Harbor Fireworks Cruise. Enjoy the Baltimore City Skyline and spectacular Fourth of July fireworks from the best seat in town as you cruise the Harbor. Light snacks will be served. Full cash &amp; credit bar on board. ',739,'','','','','',NULL,NULL,'2020-03-10 14:14:36'),(33,893,515,'Baltimore Fireworks Cruise on Raven','Upgrade your Fireworks viewing experience by reserving a seat on Raven, the newest yacht in the Inner Harbor. Three-hour cruise includes light snacks. Full bar with drinks available for purchase.Events occur rain or shine. Fireworks performances are subject to weather conditions and, if cancelled, guests will cruise instead.Watermark may cancel any event because of severe weather, mechanical breakdown, or lack of participation. In the unlikely event that Watermark should have to cancel, we will attempt to contact you and ticket will be refunded or event rescheduled. All sales are non-refundable. Payment will be processed at the time of purchase.  Vessel Substitution: Boat assignments are subject to change at any time.',739,'','','','','',NULL,NULL,'2020-03-10 14:14:36'),(34,656,516,'Baltimore Harbor Cruise','Join us for a Baltimore Inner Harbor Cruise: the best way to see Baltimore! On our narrated boat cruise, you’ll learn about the renaissance of Baltimore’s waterfront and this interesting city’s history. Sightseeing along the waterways includes the attractions of the Inner Harbor, the iconic Domino Sugar sign, Fort McHenry, the Key Bridge and more.',738,'','','','','',NULL,NULL,'2020-03-10 14:14:39'),(35,892,517,'Baltimore Holiday Dessert Cruise','Celebrate the holiday weekend in style with dessert and music aboard Raven. The Baltimore Harbor out to the Key Bridge will be your backdrop as you enjoy a sweet sampling while enjoying sweet sounds from the upper deck.Events occur rain or shine. Watermark may cancel any event because of severe weather, mechanical breakdown, or lack of participation. In the unlikely event that Watermark should have to cancel, we will attempt to contact you and ticket will be refunded or event rescheduled. All sales are non-refundable. Payment will be processed at the time of purchase. ',739,'','','','','',NULL,NULL,'2020-03-10 14:14:40'),(36,869,518,'Baltimore Holiday Lunch Cruise','Celebrate the holiday weekend in style with music and food aboard RAVEN.  The Baltimore Harbor out to the Key Bridge will be your backdrop as you enjoy sweet sounds from the upper deck with live and local music.  Lunch can be pre-ordered or bring your own...dessert is on us!  Beverages can be purchased at our River Run Bar on either deck.Events occur rain or shine. Watermark may cancel any event because of severe weather, mechanical breakdown, or lack of participation. In the unlikely event that Watermark should have to cancel, we will attempt to contact you and ticket will be refunded or event rescheduled. Performances are subject to weather conditions and, if cancelled, guests will cruise instead.All sales are non-refundable. Payment will be processed at the time of purchase. ',739,'','','','','',NULL,NULL,'2020-03-10 14:14:40'),(37,658,519,'Bay Lighthouse Cruise','See Thomas Pt Shoal, Sandy Pt Shoal and Baltimore Harbor Lighthouses on Watermark’s award winning Bay Lighthouses Cruise. Join us for 3 to 3.5 hours exploring these treasures of the Chesapeake Bay . Our historically attired lighthouse keeper provides live interpretation for a thoroughly enjoyable cruise.',738,'','','','','',NULL,NULL,'2020-03-10 14:14:41'),(38,907,520,'Bay Lighthouse Cruise CM','See Thomas Point Lighthouse, Sandy Shoal and Baltimore Harbor Light on Watermark’s award winning Bay Lighthouses Cruise. We suggest guests bring a bagged lunch on the cruise. No beverages please. Full cash bar on board.Events occur rain or shine. Watermark may cancel any event because of severe weather, mechanical breakdown, or lack of participation. In the unlikely event that Watermark should have to cancel, we will attempt to contact you and ticket will be refunded or event rescheduled. All sales are non-refundable. Payment will be processed at the time of purchase.  Vessel Substitution: Boat assignments are subject to change at any time.',738,'','','','','',NULL,NULL,'2020-03-10 14:14:42'),(39,650,521,'Blue Angels Demonstration Cruises','A signature Watermark event! Our yachts take guests out on the water for the best seat in town to enjoy the US Navy Blue Angels Air Shows. There is no better way to see these spectacular elite Navy pilots perform than on the water. Full cash bar and snacks available for purchase on board',739,'','','','','',NULL,NULL,'2020-03-10 14:14:42'),(40,651,522,'Blue Angels Practice Day Cruise','This cruise will enjoy the Blue Angel&#039;s Practice Day air show demonstration. Experience this elite team of Navy pilots as they streak across the Annapolis sky to celebrate Naval Academy graduates Watch this impressive air show from the best seat in town, a Watermark yacht! Blue Angels cruises will cruise in any weather; tickets are non-refundable.Special ticket purchase policy for Blue Angels cruises 2018 ONLY. If the Blue Angels cancel for non-weather reasons up to 2 days prior to the cruise date, ticket price will be refunded minus the ticket fee or may be transferred to another event. Please note this is a unique policy for these cruises only as all other events continue the non-refundable policy.',739,'','','','','',NULL,NULL,'2020-03-10 14:14:43');
/*!40000 ALTER TABLE `wp_event_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_frm_fields`
--

DROP TABLE IF EXISTS `wp_frm_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_frm_fields` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `field_key` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci,
  `description` longtext COLLATE utf8mb4_unicode_520_ci,
  `type` text COLLATE utf8mb4_unicode_520_ci,
  `default_value` longtext COLLATE utf8mb4_unicode_520_ci,
  `options` longtext COLLATE utf8mb4_unicode_520_ci,
  `field_order` int(11) DEFAULT '0',
  `required` int(1) DEFAULT NULL,
  `field_options` longtext COLLATE utf8mb4_unicode_520_ci,
  `form_id` int(11) DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `field_key` (`field_key`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_frm_fields`
--

LOCK TABLES `wp_frm_fields` WRITE;
/*!40000 ALTER TABLE `wp_frm_fields` DISABLE KEYS */;
INSERT INTO `wp_frm_fields` VALUES (1,'qh4icy','Name','First','text','','',1,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:18:\"frm_first frm_half\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',1,'2020-02-18 20:14:38'),(2,'ocfup1','Last','Last','text','','',2,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:6:\"hidden\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',1,'2020-02-18 20:14:38'),(3,'29yf4d','Email','','email','','',3,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_full\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',1,'2020-02-18 20:14:38'),(4,'e6lis6','Subject','','text','','',5,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_full\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',1,'2020-02-18 20:14:38'),(5,'9jv0r1','Message','','textarea','','',6,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_full\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',1,'2020-02-18 20:14:38'),(6,'qh4icy2','First Name','','text','','',1,1,'a:18:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:15:\"Name is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:18:\"frm_first frm_half\";s:11:\"custom_html\";s:509:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n    <label for=\\\"field_[key]\\\" id=\\\"field_[key]_label\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n        <span class=\\\"frm_required\\\">[required_label]</span>\r\n    </label>\r\n    [input]\r\n    [if description]<div class=\\\"frm_description\\\" id=\\\"frm_desc_field_[key]\\\">[description]</div>[/if description]\r\n    [if error]<div class=\\\"frm_error\\\" id=\\\"frm_error_field_[key]\\\">[error]</div>[/if error]\r\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:12:\"watch_lookup\";a:1:{i:0;s:0:\"\";}s:4:\"btsp\";a:2:{s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(7,'ocfup12','Last Name','','text','','',2,1,'a:18:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:15:\"Last is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:509:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n    <label for=\\\"field_[key]\\\" id=\\\"field_[key]_label\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n        <span class=\\\"frm_required\\\">[required_label]</span>\r\n    </label>\r\n    [input]\r\n    [if description]<div class=\\\"frm_description\\\" id=\\\"frm_desc_field_[key]\\\">[description]</div>[/if description]\r\n    [if error]<div class=\\\"frm_error\\\" id=\\\"frm_error_field_[key]\\\">[error]</div>[/if error]\r\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:12:\"watch_lookup\";a:1:{i:0;s:0:\"\";}s:4:\"btsp\";a:2:{s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(8,'29yf4d2','Email','','email','','',3,1,'a:18:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:18:\"frm_half frm_first\";s:11:\"custom_html\";s:509:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n    <label for=\\\"field_[key]\\\" id=\\\"field_[key]_label\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n        <span class=\\\"frm_required\\\">[required_label]</span>\r\n    </label>\r\n    [input]\r\n    [if description]<div class=\\\"frm_description\\\" id=\\\"frm_desc_field_[key]\\\">[description]</div>[/if description]\r\n    [if error]<div class=\\\"frm_error\\\" id=\\\"frm_error_field_[key]\\\">[error]</div>[/if error]\r\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:12:\"watch_lookup\";a:1:{i:0;s:0:\"\";}s:4:\"btsp\";a:2:{s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(9,'w2w1g','Phone Number','','phone','','',4,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:16:\"Phone is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:14:\"(999)-999-9999\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(10,'ydgkw','Type of Event','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',5,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:31:\"frm_first frm_fourth type_event\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:10:\"Choose One\";s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(11,'u5peh','Number of People','','number','','',6,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:17:\"Number is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:24:\"frm_fourth number_people\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999999;s:4:\"step\";s:3:\"any\";s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(12,'yhldw','Yacht Choice','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',7,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:509:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n    <label for=\\\"field_[key]\\\" id=\\\"field_[key]_label\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n        <span class=\\\"frm_required\\\">[required_label]</span>\r\n    </label>\r\n    [input]\r\n    [if description]<div class=\\\"frm_description\\\" id=\\\"frm_desc_field_[key]\\\">[description]</div>[/if description]\r\n    [if error]<div class=\\\"frm_error\\\" id=\\\"frm_error_field_[key]\\\">[error]</div>[/if error]\r\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:10:\"Choose One\";s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(13,'ecuam','Event Date','','date','[date]','',8,1,'a:20:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:2:\"10\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:15:\"Date is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:18:\"frm_half frm_first\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"start_year\";s:3:\"-10\";s:8:\"end_year\";s:3:\"+10\";s:6:\"locale\";s:2:\"en\";s:16:\"days_of_the_week\";a:7:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:0;}s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(14,'bgf63','Event Location','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',9,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:509:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n    <label for=\\\"field_[key]\\\" id=\\\"field_[key]_label\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n        <span class=\\\"frm_required\\\">[required_label]</span>\r\n    </label>\r\n    [input]\r\n    [if description]<div class=\\\"frm_description\\\" id=\\\"frm_desc_field_[key]\\\">[description]</div>[/if description]\r\n    [if error]<div class=\\\"frm_error\\\" id=\\\"frm_error_field_[key]\\\">[error]</div>[/if error]\r\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:10:\"Choose One\";s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(15,'ok092','Tell Us About Your Event','','textarea','','',10,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"3\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:24:\"frm_two_thirds frm_first\";s:11:\"custom_html\";s:509:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n    <label for=\\\"field_[key]\\\" id=\\\"field_[key]_label\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n        <span class=\\\"frm_required\\\">[required_label]</span>\r\n    </label>\r\n    [input]\r\n    [if description]<div class=\\\"frm_description\\\" id=\\\"frm_desc_field_[key]\\\">[description]</div>[/if description]\r\n    [if error]<div class=\\\"frm_error\\\" id=\\\"frm_error_field_[key]\\\">[error]</div>[/if error]\r\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(16,'1yc5','How Did You Hear About Us','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',11,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:509:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n    <label for=\\\"field_[key]\\\" id=\\\"field_[key]_label\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n        <span class=\\\"frm_required\\\">[required_label]</span>\r\n    </label>\r\n    [input]\r\n    [if description]<div class=\\\"frm_description\\\" id=\\\"frm_desc_field_[key]\\\">[description]</div>[/if description]\r\n    [if error]<div class=\\\"frm_error\\\" id=\\\"frm_error_field_[key]\\\">[error]</div>[/if error]\r\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:10:\"Choose One\";s:10:\"in_section\";i:0;}',2,'2020-03-02 22:09:50'),(17,'qh4icy3','School / Organization','','text','','',1,1,'a:18:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:15:\"Name is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:18:\"frm_first frm_half\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:12:\"watch_lookup\";a:1:{i:0;s:0:\"\";}s:4:\"btsp\";a:2:{s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(18,'ocfup13','Contact Person','','text','','',2,1,'a:18:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:15:\"Last is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:12:\"watch_lookup\";a:1:{i:0;s:0:\"\";}s:4:\"btsp\";a:2:{s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(19,'29yf4d3','Email','','email','','',3,1,'a:18:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:18:\"frm_half frm_first\";s:11:\"custom_html\";s:509:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n    <label for=\\\"field_[key]\\\" id=\\\"field_[key]_label\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n        <span class=\\\"frm_required\\\">[required_label]</span>\r\n    </label>\r\n    [input]\r\n    [if description]<div class=\\\"frm_description\\\" id=\\\"frm_desc_field_[key]\\\">[description]</div>[/if description]\r\n    [if error]<div class=\\\"frm_error\\\" id=\\\"frm_error_field_[key]\\\">[error]</div>[/if error]\r\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:12:\"watch_lookup\";a:1:{i:0;s:0:\"\";}s:4:\"btsp\";a:2:{s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(20,'w2w1g2','Phone Number','','phone','','',4,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:16:\"Phone is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:509:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n    <label for=\\\"field_[key]\\\" id=\\\"field_[key]_label\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n        <span class=\\\"frm_required\\\">[required_label]</span>\r\n    </label>\r\n    [input]\r\n    [if description]<div class=\\\"frm_description\\\" id=\\\"frm_desc_field_[key]\\\">[description]</div>[/if description]\r\n    [if error]<div class=\\\"frm_error\\\" id=\\\"frm_error_field_[key]\\\">[error]</div>[/if error]\r\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:14:\"(999)-999-9999\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(21,'ecuam2','Tour Date (1st Choice)','','date','[date]','',5,1,'a:20:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:2:\"10\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:15:\"Date is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:20:\"frm_fourth frm_first\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"start_year\";s:3:\"-10\";s:8:\"end_year\";s:3:\"+10\";s:6:\"locale\";s:2:\"en\";s:16:\"days_of_the_week\";a:7:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:0;}s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(22,'evft0','Tour Date (2nd Choice)','','date','[date]','',6,1,'a:20:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:2:\"10\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:15:\"Date is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:10:\"frm_fourth\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"start_year\";s:3:\"-10\";s:8:\"end_year\";s:3:\"+10\";s:6:\"locale\";s:2:\"en\";s:16:\"days_of_the_week\";a:7:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:0;}s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(23,'ydgkw2','Annapolis Water Tours','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',7,0,'a:43:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:25:\"Choose Single or Multiple\";s:8:\"multiple\";s:1:\"1\";s:10:\"in_section\";s:1:\"0\";s:5:\"align\";s:5:\"block\";s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"unique\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:9:\"calc_type\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:7:\"autocom\";s:1:\"1\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";s:1:\"0\";s:15:\"get_values_form\";s:0:\"\";s:16:\"get_values_field\";s:0:\"\";s:12:\"watch_lookup\";a:0:{}s:21:\"get_most_recent_value\";s:0:\"\";s:26:\"lookup_filter_current_user\";b:0;}',3,'2020-03-02 22:09:50'),(24,'fddmm','Requested Start Time','','time','','',8,0,'a:20:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:15:\"Time is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:20:\"frm_fourth frm_first\";s:11:\"custom_html\";s:461:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <div  id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </div>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:30;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:30\";s:5:\"clock\";i:12;s:11:\"single_time\";s:1:\"1\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(25,'3e11v','Grade Level','','text','','',9,0,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:15:\"Text is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:10:\"frm_fourth\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(26,'er5fw','Annapolis Land Tours','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',10,0,'a:43:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:25:\"Choose Single or Multiple\";s:8:\"multiple\";s:1:\"1\";s:10:\"in_section\";s:1:\"0\";s:5:\"align\";s:5:\"block\";s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"unique\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:9:\"calc_type\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:7:\"autocom\";s:1:\"1\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";s:1:\"0\";s:15:\"get_values_form\";s:0:\"\";s:16:\"get_values_field\";s:0:\"\";s:12:\"watch_lookup\";a:0:{}s:21:\"get_most_recent_value\";s:0:\"\";s:26:\"lookup_filter_current_user\";b:0;}',3,'2020-03-02 22:09:50'),(27,'eru2q','Number of Students','','number','','',11,0,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:17:\"Number is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:20:\"frm_fourth frm_first\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999999;s:4:\"step\";s:3:\"any\";s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(28,'s4o1b','Number of Adults','','number','','',12,0,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:17:\"Number is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:10:\"frm_fourth\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999999;s:4:\"step\";s:3:\"any\";s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(29,'9ausb','Baltimore Water Tours','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',13,0,'a:43:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:25:\"Choose Single or Multiple\";s:8:\"multiple\";s:1:\"1\";s:10:\"in_section\";s:1:\"0\";s:5:\"align\";s:5:\"block\";s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"unique\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:9:\"calc_type\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:7:\"autocom\";s:1:\"1\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";s:1:\"0\";s:15:\"get_values_form\";s:0:\"\";s:16:\"get_values_field\";s:0:\"\";s:12:\"watch_lookup\";a:0:{}s:21:\"get_most_recent_value\";s:0:\"\";s:26:\"lookup_filter_current_user\";b:0;}',3,'2020-03-02 22:09:50'),(30,'yhldw2','Meal Package','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',14,0,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:20:\"frm_fourth frm_first\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:10:\"Choose One\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(31,'bgf632','Did you recieve a brochure?','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',15,0,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:10:\"frm_fourth\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:10:\"Choose One\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(32,'8tepr','Preferred Contact Method','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',16,0,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:22:\"frm_fourth thirdselect\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:10:\"Choose One\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(33,'42gj7','By phone, best time to call','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',17,0,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:10:\"frm_fourth\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:10:\"Choose One\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(34,'ok09','Additional Comments','','textarea','','',18,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"3\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:24:\"frm_two_thirds frm_first\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:50'),(35,'1yc52','How Did You Hear About Us','','select','','a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Option 1\";s:5:\"value\";s:8:\"Option 1\";}i:1;a:2:{s:5:\"label\";s:8:\"Option 2\";s:5:\"value\";s:8:\"Option 2\";}i:2;a:2:{s:5:\"label\";s:8:\"Option 3\";s:5:\"value\";s:8:\"Option 3\";}i:3;a:2:{s:5:\"label\";s:8:\"Option 4\";s:5:\"value\";s:8:\"Option 4\";}}',19,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n    <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n        <span class=\"frm_required\">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n    [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:10:\"Choose One\";s:10:\"in_section\";i:0;}',3,'2020-03-02 22:09:51');
/*!40000 ALTER TABLE `wp_frm_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_frm_forms`
--

DROP TABLE IF EXISTS `wp_frm_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_frm_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_key` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_520_ci,
  `parent_form_id` int(11) DEFAULT '0',
  `logged_in` tinyint(1) DEFAULT NULL,
  `editable` tinyint(1) DEFAULT NULL,
  `is_template` tinyint(1) DEFAULT '0',
  `default_template` tinyint(1) DEFAULT '0',
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `options` longtext COLLATE utf8mb4_unicode_520_ci,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `form_key` (`form_key`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_frm_forms`
--

LOCK TABLES `wp_frm_forms` WRITE;
/*!40000 ALTER TABLE `wp_frm_forms` DISABLE KEYS */;
INSERT INTO `wp_frm_forms` VALUES (1,'contact-form','Contact Us','We would like to hear from you. Please send us a message by filling out the form below and we will get back with you shortly.',0,0,0,0,0,'published','a:13:{s:12:\"custom_style\";i:1;s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:11:\"js_validate\";i:0;s:10:\"form_class\";s:0:\"\";s:11:\"before_html\";s:224:\"<legend class=\"frm_screen_reader\">[form_name]</legend>\n[if form_name]<h3 class=\"frm_form_title\">[form_name]</h3>[/if form_name]\n[if form_description]<div class=\"frm_description\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:394:\"<div class=\"frm_submit\">\n[if back_button]<button type=\"submit\" name=\"frm_prev_page\" formnovalidate=\"formnovalidate\" class=\"frm_prev_page\" [back_hook]>[back_label]</button>[/if back_button]\n<button class=\"frm_button_submit\" type=\"submit\"  [button_action]>[button_label]</button>\n[if save_draft]<a href=\"#\" tabindex=\"0\" class=\"frm_save_draft\" [draft_hook]>[draft_label]</a>[/if save_draft]\n</div>\";}','2020-02-18 20:14:38'),(2,'schedule-an-event','Schedule an Event','',0,0,0,0,0,'published','a:44:{s:12:\"edit_page_id\";s:0:\"\";s:9:\"open_date\";s:16:\"2019-01-03 22:34\";s:12:\"submit_align\";s:6:\"center\";s:17:\"submit_conditions\";a:2:{s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"all\";}s:11:\"before_html\";s:232:\"<legend class=\\\"frm_screen_reader\\\">[form_name]</legend>\r\n[if form_name]<h3 class=\\\"frm_form_title\\\">[form_name]</h3>[/if form_name]\r\n[if form_description]<div class=\\\"frm_description\\\">[form_description]</div>[/if form_description]\";s:11:\"submit_html\";s:418:\"<div class=\\\"frm_submit\\\">\r\n[if back_button]<button type=\\\"submit\\\" name=\\\"frm_prev_page\\\" formnovalidate=\\\"formnovalidate\\\" class=\\\"frm_prev_page\\\" [back_hook]>[back_label]</button>[/if back_button]\r\n<button class=\\\"frm_button_submit\\\" type=\\\"submit\\\"  [button_action]>[button_label]</button>\r\n[if save_draft]<a href=\\\"#\\\" tabindex=\\\"0\\\" class=\\\"frm_save_draft\\\" [draft_hook]>[draft_label]</a>[/if save_draft]\r\n</div>\";s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:11:\"js_validate\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";i:1;s:10:\"after_html\";s:0:\"\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";i:8000;s:10:\"prev_value\";s:8:\"Previous\";s:11:\"open_status\";s:0:\"\";s:10:\"closed_msg\";s:53:\"<p>This form is currently closed for submissions.</p>\";s:10:\"close_date\";s:0:\"\";s:11:\"max_entries\";s:0:\"\";s:13:\"protect_files\";i:0;s:8:\"rootline\";s:0:\"\";s:18:\"rootline_titles_on\";i:0;s:15:\"rootline_titles\";a:0:{}s:18:\"rootline_lines_off\";i:0;s:20:\"rootline_numbers_off\";i:0;}','2019-01-24 01:52:21'),(3,'scheduleafieldtrip','Schedule a Field Trip','',0,0,0,0,0,'published','a:44:{s:12:\"edit_page_id\";s:0:\"\";s:9:\"open_date\";s:16:\"2019-01-03 22:34\";s:12:\"submit_align\";s:6:\"center\";s:17:\"submit_conditions\";a:2:{s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"all\";}s:11:\"before_html\";s:232:\"<legend class=\\\"frm_screen_reader\\\">[form_name]</legend>\r\n[if form_name]<h3 class=\\\"frm_form_title\\\">[form_name]</h3>[/if form_name]\r\n[if form_description]<div class=\\\"frm_description\\\">[form_description]</div>[/if form_description]\";s:11:\"submit_html\";s:418:\"<div class=\\\"frm_submit\\\">\r\n[if back_button]<button type=\\\"submit\\\" name=\\\"frm_prev_page\\\" formnovalidate=\\\"formnovalidate\\\" class=\\\"frm_prev_page\\\" [back_hook]>[back_label]</button>[/if back_button]\r\n<button class=\\\"frm_button_submit\\\" type=\\\"submit\\\"  [button_action]>[button_label]</button>\r\n[if save_draft]<a href=\\\"#\\\" tabindex=\\\"0\\\" class=\\\"frm_save_draft\\\" [draft_hook]>[draft_label]</a>[/if save_draft]\r\n</div>\";s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:11:\"js_validate\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";i:1;s:10:\"after_html\";s:0:\"\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";i:8000;s:10:\"prev_value\";s:8:\"Previous\";s:11:\"open_status\";s:0:\"\";s:10:\"closed_msg\";s:53:\"<p>This form is currently closed for submissions.</p>\";s:10:\"close_date\";s:0:\"\";s:11:\"max_entries\";s:0:\"\";s:13:\"protect_files\";i:0;s:8:\"rootline\";s:0:\"\";s:18:\"rootline_titles_on\";i:0;s:15:\"rootline_titles\";a:0:{}s:18:\"rootline_lines_off\";i:0;s:20:\"rootline_numbers_off\";i:0;}','2020-03-02 21:42:42');
/*!40000 ALTER TABLE `wp_frm_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_frm_item_metas`
--

DROP TABLE IF EXISTS `wp_frm_item_metas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_frm_item_metas` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  `field_id` bigint(20) NOT NULL,
  `item_id` bigint(20) NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `field_id` (`field_id`),
  KEY `item_id` (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_frm_item_metas`
--

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

--
-- Table structure for table `wp_frm_items`
--

DROP TABLE IF EXISTS `wp_frm_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_frm_items` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `item_key` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_520_ci,
  `ip` text COLLATE utf8mb4_unicode_520_ci,
  `form_id` bigint(20) DEFAULT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `parent_item_id` bigint(20) DEFAULT '0',
  `is_draft` tinyint(1) DEFAULT '0',
  `updated_by` bigint(20) DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `item_key` (`item_key`),
  KEY `form_id` (`form_id`),
  KEY `post_id` (`post_id`),
  KEY `user_id` (`user_id`),
  KEY `parent_item_id` (`parent_item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_frm_items`
--

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

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

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

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

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

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1608,'_site_transient_theme_roots','a:6:{s:13:\"twentyfifteen\";s:55:\"/home/forge/watermark.labcp.co/web/wp/wp-content/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:55:\"/home/forge/watermark.labcp.co/web/wp/wp-content/themes\";s:13:\"twentysixteen\";s:55:\"/home/forge/watermark.labcp.co/web/wp/wp-content/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:9:\"watermark\";s:7:\"/themes\";}','no'),(3,'siteurl','http://localhost/watermark/web/wp','yes'),(4,'home','http://localhost/watermark/web/wp','yes'),(5,'blogname','Watermark','yes'),(6,'blogdescription','Just another WordPress site','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'),(31,'rewrite_rules','a:200:{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:9:\"events/?$\";s:26:\"index.php?post_type=events\";s:39:\"events/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=events&feed=$matches[1]\";s:34:\"events/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=events&feed=$matches[1]\";s:26:\"events/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=events&paged=$matches[1]\";s:15:\"testimonials/?$\";s:32:\"index.php?post_type=testimonials\";s:45:\"testimonials/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=testimonials&feed=$matches[1]\";s:40:\"testimonials/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=testimonials&feed=$matches[1]\";s:32:\"testimonials/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=testimonials&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"frm_styles/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"frm_styles/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"frm_styles/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"frm_styles/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"frm_styles/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"frm_styles/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"frm_styles/([^/]+)/embed/?$\";s:43:\"index.php?frm_styles=$matches[1]&embed=true\";s:31:\"frm_styles/([^/]+)/trackback/?$\";s:37:\"index.php?frm_styles=$matches[1]&tb=1\";s:39:\"frm_styles/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?frm_styles=$matches[1]&paged=$matches[2]\";s:46:\"frm_styles/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?frm_styles=$matches[1]&cpage=$matches[2]\";s:35:\"frm_styles/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?frm_styles=$matches[1]&page=$matches[2]\";s:27:\"frm_styles/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"frm_styles/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"frm_styles/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"frm_styles/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"frm_styles/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"frm_styles/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"frm_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?frm_tag=$matches[1]&feed=$matches[2]\";s:43:\"frm_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?frm_tag=$matches[1]&feed=$matches[2]\";s:24:\"frm_tag/([^/]+)/embed/?$\";s:40:\"index.php?frm_tag=$matches[1]&embed=true\";s:36:\"frm_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?frm_tag=$matches[1]&paged=$matches[2]\";s:18:\"frm_tag/([^/]+)/?$\";s:29:\"index.php?frm_tag=$matches[1]\";s:39:\"frm_display/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"frm_display/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"frm_display/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"frm_display/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"frm_display/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"frm_display/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"frm_display/([^/]+)/embed/?$\";s:44:\"index.php?frm_display=$matches[1]&embed=true\";s:32:\"frm_display/([^/]+)/trackback/?$\";s:38:\"index.php?frm_display=$matches[1]&tb=1\";s:40:\"frm_display/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?frm_display=$matches[1]&paged=$matches[2]\";s:47:\"frm_display/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?frm_display=$matches[1]&cpage=$matches[2]\";s:36:\"frm_display/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?frm_display=$matches[1]&page=$matches[2]\";s:28:\"frm_display/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"frm_display/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"frm_display/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"frm_display/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"frm_display/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"frm_display/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"frm_form_actions/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"frm_form_actions/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"frm_form_actions/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"frm_form_actions/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"frm_form_actions/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"frm_form_actions/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"frm_form_actions/([^/]+)/embed/?$\";s:49:\"index.php?frm_form_actions=$matches[1]&embed=true\";s:37:\"frm_form_actions/([^/]+)/trackback/?$\";s:43:\"index.php?frm_form_actions=$matches[1]&tb=1\";s:45:\"frm_form_actions/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?frm_form_actions=$matches[1]&paged=$matches[2]\";s:52:\"frm_form_actions/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?frm_form_actions=$matches[1]&cpage=$matches[2]\";s:41:\"frm_form_actions/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?frm_form_actions=$matches[1]&page=$matches[2]\";s:33:\"frm_form_actions/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"frm_form_actions/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"frm_form_actions/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"frm_form_actions/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"frm_form_actions/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"frm_form_actions/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"events/([^/]+)/embed/?$\";s:39:\"index.php?events=$matches[1]&embed=true\";s:27:\"events/([^/]+)/trackback/?$\";s:33:\"index.php?events=$matches[1]&tb=1\";s:47:\"events/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?events=$matches[1]&feed=$matches[2]\";s:42:\"events/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?events=$matches[1]&feed=$matches[2]\";s:35:\"events/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?events=$matches[1]&paged=$matches[2]\";s:42:\"events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?events=$matches[1]&cpage=$matches[2]\";s:31:\"events/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?events=$matches[1]&page=$matches[2]\";s:23:\"events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"category-event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?create_taxonomy_events=$matches[1]&feed=$matches[2]\";s:50:\"category-event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?create_taxonomy_events=$matches[1]&feed=$matches[2]\";s:31:\"category-event/([^/]+)/embed/?$\";s:55:\"index.php?create_taxonomy_events=$matches[1]&embed=true\";s:43:\"category-event/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?create_taxonomy_events=$matches[1]&paged=$matches[2]\";s:25:\"category-event/([^/]+)/?$\";s:44:\"index.php?create_taxonomy_events=$matches[1]\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:45:\"index.php?testimonials=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:53:\"testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?testimonials=$matches[1]&feed=$matches[2]\";s:48:\"testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?testimonials=$matches[1]&feed=$matches[2]\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"category-testimonial/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?create_taxonomy_testimonial=$matches[1]&feed=$matches[2]\";s:56:\"category-testimonial/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?create_taxonomy_testimonial=$matches[1]&feed=$matches[2]\";s:37:\"category-testimonial/([^/]+)/embed/?$\";s:60:\"index.php?create_taxonomy_testimonial=$matches[1]&embed=true\";s:49:\"category-testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?create_taxonomy_testimonial=$matches[1]&paged=$matches[2]\";s:31:\"category-testimonial/([^/]+)/?$\";s:49:\"index.php?create_taxonomy_testimonial=$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:39:\"index.php?&page_id=25&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'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:5:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:33:\"formidable-pro/formidable-pro.php\";i:3;s:25:\"formidable/formidable.php\";i:4;s:53:\"wpfront-notification-bar/wpfront-notification-bar.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','watermark','yes'),(43,'stylesheet','watermark','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','45805','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','none','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:5:{i:2;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday&mdash;Friday: 9:00AM&ndash;5:00PM\nSaturday &amp; Sunday: 11:00AM&ndash;3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday&mdash;Friday: 9:00AM&ndash;5:00PM\nSaturday &amp; Sunday: 11:00AM&ndash;3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b: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:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(84,'timezone_string','','yes'),(85,'page_for_posts','0','yes'),(86,'page_on_front','25','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,'wp_page_for_privacy_policy','3','yes'),(94,'show_comments_cookies_opt_in','0','yes'),(95,'initial_db_version','38590','yes'),(96,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:71:{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:14:\"frm_view_forms\";b:1;s:14:\"frm_edit_forms\";b:1;s:16:\"frm_delete_forms\";b:1;s:19:\"frm_change_settings\";b:1;s:16:\"frm_view_entries\";b:1;s:18:\"frm_delete_entries\";b:1;s:18:\"frm_create_entries\";b:1;s:16:\"frm_edit_entries\";b:1;s:16:\"frm_view_reports\";b:1;s:17:\"frm_edit_displays\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(97,'fresh_site','0','yes'),(98,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:10:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";i:4;s:8:\"search-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";i:7;s:10:\"archives-2\";i:8;s:12:\"categories-2\";i:9;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(104,'bedrock_autoloader','a:2:{s:7:\"plugins\";a:0:{}s:5:\"count\";i:0;}','no'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'nonce_key','BB8Ao),$kD)oo0.hMsia]C{qH7c6DS$3LMdKDcp]M&ei/3d07*%P:45#C56fOJru','no'),(112,'nonce_salt','q6*Ih+f`wu%tg$|-F`PIck%V+.n7 6Bx`)w6FBs|o%C_Q#9i1]*|NrvtQ=apa^9.','no'),(113,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'cron','a:7:{i:1610429879;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1610455079;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:1610455160;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:1610455340;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1610478211;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1610829742;a:1:{s:21:\"formidable_send_usage\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(117,'theme_mods_twentyseventeen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1581534070;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:{}}}}','yes'),(146,'db_upgraded','','yes'),(124,'auth_key','OSAp<|mH-Axcie+@#D?KW$1?!k(Bz&0Aaaq[zM>_d[1cy5er-4@MxW6c2b,h$%m#','no'),(310,'widget_frm_show_form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(123,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1610428340;s:7:\"checked\";a:5:{s:13:\"twentyfifteen\";s:3:\"2.0\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"1.7\";s:13:\"twentysixteen\";s:3:\"1.5\";s:12:\"twentytwenty\";s:3:\"1.1\";}s:8:\"response\";a:5:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.8.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.3.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(125,'auth_salt','mkm}QFA~F7IM&.ze^8v=HG7ZYg>@wY}3^;0n7Td,6bc)|<OWrrp#b,,CPL`%ooH!','no'),(126,'logged_in_key','7]<bN bx8nEheU2zYh(_!.10u ps##/wtX-.(`_SxK:/a@*py@jC>+4O)iu+txH`','no'),(127,'logged_in_salt','|73[maHgbvQ77m(v, nK,#0r77?<|H|2SYZP++>Airi]Z1p0`}D*ip~<h*g]]SaJ','no'),(2353,'_transient_timeout_acf_plugin_updates','1610458512','no'),(2354,'_transient_acf_plugin_updates','a:4:{s:7:\"plugins\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"5.9.3\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"5.5.3\";s:7:\"package\";s:247:\"https://connect.advancedcustomfields.com/v2/plugins/download?token=eyJwIjoicHJvIiwiayI6ImIzSmtaWEpmYVdROU1UWTFORFV4ZkhSNWNHVTlaR1YyWld4dmNHVnlmR1JoZEdVOU1qQXhPUzB3TnkweE5TQXhOVG96TkRvek5RPT0iLCJ3cF91cmwiOiJodHRwczpcL1wvd2F0ZXJtYXJrLmxhYmNwLmNvIn0=\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}}}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"5.8.7\";}}','no'),(288,'category_children','a:0:{}','yes'),(1805,'mtsnb_stats','a:0:{}','yes'),(1806,'wp_notification_bar_activated','1586884144','yes'),(1807,'wp_notification_bar_notice_views','3','yes'),(603,'create_taxonomy_testimonial_children','a:0:{}','yes'),(145,'admin_email_lifespan','1597148552','yes'),(148,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.3\";s:7:\"version\";s:5:\"5.5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.2\";s:7:\"version\";s:5:\"5.5.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.4\";s:7:\"version\";s:5:\"5.4.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.6-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.3.6-partial-2.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.6-rollback-2.zip\";}s:7:\"current\";s:5:\"5.3.6\";s:7:\"version\";s:5:\"5.3.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:5:\"5.3.2\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1610428340;s:15:\"version_checked\";s:5:\"5.3.2\";s:12:\"translations\";a:0:{}}','no'),(151,'recovery_keys','a:0:{}','yes'),(152,'can_compress_scripts','1','no'),(157,'recently_activated','a:3:{s:18:\"top-bar/topbar.php\";i:1586884657;s:47:\"easy-notification-bar/easy-notification-bar.php\";i:1586884507;s:45:\"wp-notification-bars/wp-notification-bars.php\";i:1586884388;}','yes'),(158,'acf_version','5.8.7','yes'),(161,'acf_pro_license','YToyOntzOjM6ImtleSI7czo3NjoiYjNKa1pYSmZhV1E5TVRZMU5EVXhmSFI1Y0dVOVpHVjJaV3h2Y0dWeWZHUmhkR1U5TWpBeE9TMHdOeTB4TlNBeE5Ub3pORG96TlE9PSI7czozOiJ1cmwiO3M6MjY6Imh0dHBzOi8vd2F0ZXJtYXJrLmxhYmNwLmNvIjt9','yes'),(176,'template_root','/themes','yes'),(177,'stylesheet_root','/themes','yes'),(178,'current_theme','Watermark','yes'),(179,'theme_mods_watermark','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:8:{s:4:\"main\";i:2;s:14:\"public-cruises\";i:3;s:13:\"private-yacht\";i:4;s:14:\"guide-services\";i:5;s:11:\"field-trips\";i:6;s:16:\"customer-service\";i:7;s:8:\"about-us\";i:8;s:10:\"employment\";i:9;}s:18:\"custom_css_post_id\";i:-1;s:7:\"easy_nb\";a:3:{s:16:\"background_color\";s:7:\"#1e73be\";s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";s:2:\"16\";}}','yes'),(180,'theme_switched','','yes'),(181,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(964,'create_taxonomy_events_children','a:0:{}','yes'),(296,'secure_auth_key','9Wl:/8}?iK-;A1*X17Zkixp)_BF$yv0djp$T!%q;/89_`~_NkeM7|sW>KPxBW&3l','no'),(297,'secure_auth_salt','I=e[( bx~H;HA~.3#nyA3c6H`$=sPir;NVl.[d@QAX*Z=?#W. ,~1$|.TM!3SP)a','no'),(336,'frmpro-credentials','a:1:{s:7:\"license\";s:23:\"VK5AY-1YWQI-OMMBJ-KB2QX\";}','yes'),(337,'frmpro-authorized','1','yes'),(311,'frm_options','O:11:\"FrmSettings\":38:{s:11:\"option_name\";s:11:\"frm_options\";s:4:\"menu\";s:10:\"Formidable\";s:7:\"mu_menu\";i:0;s:8:\"use_html\";s:1:\"1\";s:10:\"jquery_css\";i:0;s:12:\"accordion_js\";i:0;s:9:\"fade_form\";i:0;s:7:\"old_css\";s:1:\"1\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"blank_msg\";s:27:\"This field cannot be blank.\";s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:11:\"invalid_msg\";s:66:\"There was a problem with your submission. Errors are marked below.\";s:10:\"failed_msg\";s:57:\"We\'re sorry. It looks like you\'ve already submitted that.\";s:12:\"submit_value\";s:6:\"Submit\";s:9:\"login_msg\";s:45:\"You do not have permission to view this form.\";s:16:\"admin_permission\";s:37:\"You do not have permission to do that\";s:8:\"email_to\";s:13:\"[admin_email]\";s:10:\"load_style\";s:3:\"all\";s:12:\"custom_style\";b:1;s:6:\"pubkey\";s:0:\"\";s:7:\"privkey\";s:0:\"\";s:7:\"re_lang\";s:0:\"\";s:7:\"re_type\";s:0:\"\";s:6:\"re_msg\";s:39:\"The reCAPTCHA was not entered correctly\";s:8:\"re_multi\";s:1:\"1\";s:6:\"no_ips\";i:0;s:12:\"current_form\";i:0;s:8:\"tracking\";i:0;s:14:\"frm_view_forms\";a:1:{i:0;s:13:\"administrator\";}s:14:\"frm_edit_forms\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_delete_forms\";a:1:{i:0;s:13:\"administrator\";}s:19:\"frm_change_settings\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_view_entries\";a:1:{i:0;s:13:\"administrator\";}s:18:\"frm_delete_entries\";a:1:{i:0;s:13:\"administrator\";}s:18:\"frm_create_entries\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_edit_entries\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_view_reports\";a:1:{i:0;s:13:\"administrator\";}s:17:\"frm_edit_displays\";a:1:{i:0;s:13:\"administrator\";}}','yes'),(314,'frm_db_version','4.04.01-97','yes'),(315,'frm_last_style_update','3121412','yes'),(316,'frmpro_css','/* WARNING: Any changes made to this file will be lost when your Formidable settings are updated */\n.frm_hidden,.frm_add_form_row.frm_hidden,.frm_remove_form_row.frm_hidden,.with_frm_style .frm_button.frm_hidden{display:none;}form input.frm_verify{display:none !important;}.with_frm_style fieldset{min-width:0;}.with_frm_style fieldset fieldset{border:none;margin:0;padding:0;background-color:transparent;}legend.frm_hidden{display:none !important;}.with_frm_style .frm_form_fields{opacity:1;transition: opacity 0.1s linear;}.with_frm_style .frm_doing_ajax{opacity:.5;}.frm_transparent{color:transparent;}.input[type=file].frm_transparent:focus, .with_frm_style input[type=file]{background-color:transparent;border:none;outline:none;box-shadow:none;}.with_frm_style input[type=file]{display:initial;}.frm_preview_page:before{content:normal !important;}.frm_preview_page{padding:25px;}.with_frm_style .frm_primary_label{max-width:100%;}.with_frm_style .frm_top_container .frm_primary_label,.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_top{display:block;float:none;width:auto;}.with_frm_style .frm_inline_container .frm_primary_label{margin-right:10px;}.with_frm_style .frm_right_container .frm_primary_label,.with_frm_style .frm_pos_right{display:inline;float:right;margin-left:10px;}.with_frm_style .frm_pos_center {text-align: center;}.with_frm_style .frm_none_container .frm_primary_label,.with_frm_style .frm_pos_none,.frm_pos_none,.frm_none_container .frm_primary_label{display:none;}.with_frm_style .frm_section_heading.frm_hide_section{margin-top:0 !important;}.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_hidden,.frm_hidden_container .frm_primary_label{visibility:hidden;white-space:nowrap;}.with_frm_style .frm_inside_container .frm_primary_label{opacity:0;transition: opacity 0.1s linear;}.with_frm_style .frm_inside_container label.frm_visible,.frm_visible{opacity:1;}.with_frm_style .frm_description{clear:both;}.with_frm_style input[type=number][readonly]{-moz-appearance: textfield;}.with_frm_style select[multiple=\"multiple\"]{height:auto;line-height:normal;}.with_frm_style .frm_catlevel_2,.with_frm_style .frm_catlevel_3,.with_frm_style .frm_catlevel_4,.with_frm_style .frm_catlevel_5{margin-left:18px;}.with_frm_style .wp-editor-container{border:1px solid #e5e5e5;}.with_frm_style .quicktags-toolbar input{font-size:12px !important;}.with_frm_style .wp-editor-container textarea{border:none;}.with_frm_style textarea{height:auto;}.with_frm_style .auto_width #loginform input,.with_frm_style .auto_width input,.with_frm_style input.auto_width,.with_frm_style select.auto_width,.with_frm_style textarea.auto_width{width:auto;}.with_frm_style .frm_repeat_buttons{white-space:nowrap;}.with_frm_style .frm_button{text-decoration:none;border:1px solid #eee;padding:5px;display:inline;}.with_frm_style .frm_submit{clear:both;}.frm_inline_form .frm_form_field,.frm_inline_form .frm_submit{grid-column: span 1 / span 1;}.frm_inline_form .frm_submit{margin:0;}.frm_submit.frm_inline_submit input[type=submit],.frm_submit.frm_inline_submit button,.frm_inline_form .frm_submit input[type=submit],.frm_inline_form .frm_submit button{margin-top:0;}.with_frm_style.frm_center_submit .frm_submit{text-align:center;}.with_frm_style.frm_center_submit .frm_submit input[type=submit],.with_frm_style.frm_center_submit .frm_submit input[type=button],.with_frm_style.frm_center_submit .frm_submit button{margin-bottom:8px !important;}.with_frm_style .frm-edit-page-btn,.with_frm_style .frm_submit input[type=submit],.with_frm_style .frm_submit input[type=button],.with_frm_style .frm_submit button{-webkit-appearance: none;cursor: pointer;}.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{display: block;margin: 0 auto;}.with_frm_style .frm_loading_prev .frm_ajax_loading,.with_frm_style .frm_loading_form .frm_ajax_loading{visibility:visible !important;}.with_frm_style .frm_loading_prev .frm_prev_page,.with_frm_style .frm_loading_form .frm_button_submit {position: relative;opacity: .8;color: transparent !important;text-shadow: none !important;}.with_frm_style .frm_loading_prev .frm_prev_page:hover,.with_frm_style .frm_loading_prev .frm_prev_page:active,.with_frm_style .frm_loading_prev .frm_prev_page:focus,.with_frm_style .frm_loading_form .frm_button_submit:hover,.with_frm_style .frm_loading_form .frm_button_submit:active,.with_frm_style .frm_loading_form .frm_button_submit:focus {cursor: not-allowed;color: transparent;outline: none !important;box-shadow: none;}.with_frm_style .frm_loading_prev .frm_prev_page::before,.with_frm_style .frm_loading_form .frm_button_submit:before {content: \'\';display: inline-block;position: absolute;background: transparent;border: 1px solid #fff;border-top-color: transparent;border-left-color: transparent;border-radius: 50%;box-sizing: border-box;top: 50%;left: 50%;margin-top: -10px;margin-left: -10px;width: 20px;height: 20px;-webkit-animation: spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:  spin 2s linear infinite;animation: spin 2s linear infinite;}.frm_forms.frm_style_formidable-style.with_frm_style{max-width:100%;direction:ltr;}.frm_style_formidable-style.with_frm_style,.frm_style_formidable-style.with_frm_style form,.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {text-align:left;}.frm_style_formidable-style.with_frm_style .frm_form_fields  > fieldset{border-width:0px;border-style:solid;border-color:#000000;margin:0;padding:0 0 15px 0;background-color:transparent;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;}.frm_style_formidable-style.with_frm_style legend + h3,.frm_style_formidable-style.with_frm_style h3.frm_form_title{font-size:20px;color:#444444;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;margin-top:10px;margin-bottom:10px;}.frm_style_formidable-style.with_frm_style .frm_primary_label{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#444444;font-weight:bold;text-align:left;margin:0;padding:0 0 3px 0;width:auto;display:block;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container,.frm_style_formidable-style.with_frm_style .frm_form_field .frm_show_it{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;color:#666666;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container{font-size:14px;}.frm_style_formidable-style.with_frm_style .frm_form_field .frm_show_it{font-size:14px;font-weight:normal;}.frm_style_formidable-style.with_frm_style .frm_icon_font{color:#444444;}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before{content:\"\\e600\";}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before{content:\"\\e602\";}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before,.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before{color:#444444;vertical-align:middle;}.frm_style_formidable-style.with_frm_style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before{content:\"\\e62d\";color:#444444;}.frm_style_formidable-style.with_frm_style .frm_trigger .frm_icon_font.frm_arrow_icon:before{content:\"\\e62a\";color:#444444;}.frm_style_formidable-style.with_frm_style .form-field{margin-bottom:20px;}.frm_style_formidable-style.with_frm_style .frm_grid,.frm_style_formidable-style.with_frm_style .frm_grid_first,.frm_style_formidable-style.with_frm_style .frm_grid_odd {margin-bottom:0;}.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading{margin-bottom:0;}.frm_style_formidable-style.with_frm_style p.description,.frm_style_formidable-style.with_frm_style div.description,.frm_style_formidable-style.with_frm_style div.frm_description,.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,.frm_style_formidable-style.with_frm_style .frm_error{margin:0;padding:0;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:12px;color:#666666;font-weight:normal;text-align:left;font-style:normal;max-width:100%;}.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p{font-size:14px;color:#666666;margin-top:10px;margin-bottom:25px;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container{grid-template-columns: 150px auto;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container{grid-template-columns: auto 150px;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline;}.frm_style_formidable-style.with_frm_style .frm_pos_right{display:inline;width:150px;}.frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_pos_none{display:none;}.frm_style_formidable-style.with_frm_style .frm_scale label{font-weight:normal;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:13px;color:#444444;}.frm_style_formidable-style.with_frm_style .frm_required{color:#B94A48;font-weight:bold;}.frm_style_formidable-style.with_frm_style input[type=text],.frm_style_formidable-style.with_frm_style input[type=password],.frm_style_formidable-style.with_frm_style input[type=email],.frm_style_formidable-style.with_frm_style input[type=number],.frm_style_formidable-style.with_frm_style input[type=url],.frm_style_formidable-style.with_frm_style input[type=tel],.frm_style_formidable-style.with_frm_style input[type=search],.frm_style_formidable-style.with_frm_style select,.frm_style_formidable-style.with_frm_style textarea,.frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement,.frm_style_formidable-style.with_frm_style .chosen-container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;margin-bottom:0;}.frm_style_formidable-style.with_frm_style textarea{vertical-align:top;}.frm_style_formidable-style.with_frm_style input[type=text],.frm_style_formidable-style.with_frm_style input[type=password],.frm_style_formidable-style.with_frm_style input[type=email],.frm_style_formidable-style.with_frm_style input[type=number],.frm_style_formidable-style.with_frm_style input[type=url],.frm_style_formidable-style.with_frm_style input[type=tel],.frm_style_formidable-style.with_frm_style input[type=phone],.frm_style_formidable-style.with_frm_style input[type=search],.frm_style_formidable-style.with_frm_style select,.frm_style_formidable-style.with_frm_style textarea,.frm_form_fields_style,.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement,.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single{color:#555555;background-color:#ffffff;border-color: #cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;max-width:100%;font-size:14px;padding:6px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;font-weight:normal;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_style_formidable-style.with_frm_style input[type=radio],.frm_style_formidable-style.with_frm_style input[type=checkbox]{border-color: #cccccc;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_style_formidable-style.with_frm_style input[type=text],.frm_style_formidable-style.with_frm_style input[type=password],.frm_style_formidable-style.with_frm_style input[type=email],.frm_style_formidable-style.with_frm_style input[type=number],.frm_style_formidable-style.with_frm_style input[type=url],.frm_style_formidable-style.with_frm_style input[type=tel],.frm_style_formidable-style.with_frm_style input[type=file],.frm_style_formidable-style.with_frm_style input[type=search],.frm_style_formidable-style.with_frm_style select,.frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement{height:32px;line-height:1.3;}.frm_style_formidable-style.with_frm_style select[multiple=\"multiple\"]{height:auto ;}.frm_style_formidable-style.with_frm_style input[type=file]{color: #555555;padding:0px;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;}.frm_style_formidable-style.with_frm_style input[type=file].frm_transparent{color:transparent;}.frm_style_formidable-style.with_frm_style select{width:100%;max-width:100%;}.frm_style_formidable-style.with_frm_style .wp-editor-wrap{width:100%;max-width:100%;}.frm_style_formidable-style.with_frm_style .wp-editor-container textarea{border:none;}.frm_style_formidable-style.with_frm_style .mceIframeContainer{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .auto_width input,.frm_style_formidable-style.with_frm_style input.auto_width,.frm_style_formidable-style.with_frm_style select.auto_width,.frm_style_formidable-style.with_frm_style textarea.auto_width{width:auto;}.frm_style_formidable-style.with_frm_style input[disabled],.frm_style_formidable-style.with_frm_style select[disabled],.frm_style_formidable-style.with_frm_style textarea[disabled],.frm_style_formidable-style.with_frm_style input[readonly],.frm_style_formidable-style.with_frm_style select[readonly],.frm_style_formidable-style.with_frm_style textarea[readonly]{background-color:#ffffff;color:#A1A1A1;border-color:#E5E5E5;}.frm_style_formidable-style.with_frm_style input::placeholder,.frm_style_formidable-style.with_frm_style textarea::placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder,.frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style input::-moz-placeholder,.frm_style_formidable-style.with_frm_style textarea::-moz-placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style input:-ms-input-placeholder,frm_style_formidable-style.with_frm_style textarea:-ms-input-placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style input:-moz-placeholder,.frm_style_formidable-style.with_frm_style textarea:-moz-placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style .frm_default,.frm_style_formidable-style.with_frm_style input.frm_default,.frm_style_formidable-style.with_frm_style textarea.frm_default,.frm_style_formidable-style.with_frm_style select.frm_default,.frm_style_formidable-style.with_frm_style .placeholder,.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices li.search-field .default,.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-default{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,.frm_style_formidable-style.with_frm_style select:focus,.frm_style_formidable-style.with_frm_style textarea:focus,.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement,.frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single,.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices{background-color:#ffffff;border-color:#66afe9;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102,175,233, 0.6);}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_formidable-style.with_frm_style input[type=submit],.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],.frm_style_formidable-style.with_frm_style .frm_submit button,.frm_form_submit_style,.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {width:auto;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;height:auto;line-height:normal;text-align:center;background:#ffffff;border-width:1px;border-color: #cccccc;border-style:solid;color:#444444;cursor:pointer;font-weight:normal;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-shadow:none;padding:6px 11px;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-shadow:0 1px 1px #eeeeee;-webkit-box-shadow:0 1px 1px #eeeeee;box-shadow:0 1px 1px #eeeeee;margin:10px;margin-left:0;margin-right:0;vertical-align:middle;}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0;}.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,.frm_style_formidable-style.with_frm_style input[type=submit]:hover,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,.frm_style_formidable-style.with_frm_style .frm_submit button:hover{background: #efefef;border-color: #cccccc;color: #444444;}.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px;}.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:focus,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,.frm_style_formidable-style.with_frm_style .frm_submit button:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:active,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,.frm_style_formidable-style.with_frm_style .frm_submit button:active{background: #efefef;border-color: #cccccc;color: #444444;}.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus{color: transparent ;background: #ffffff;}.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before {border-bottom-color: #444444;border-right-color: #444444;}.frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit::before {content:\"before\";font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#444444;font-weight:bold;margin:0;padding:0 0 3px 0;width:auto;display:block;visibility:hidden;}.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit input,.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit button,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit button {margin: 0 !important;}.frm_style_formidable-style.with_frm_style a.frm_save_draft{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;font-weight:normal;}.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#444444;font-weight:bold;clear:both;}.frm_style_formidable-style.with_frm_style .frm_radio{display:block;}.frm_style_formidable-style.with_frm_style .frm_checkbox{display:block;}.frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox,.frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_checkbox,.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.frm_style_formidable-style.with_frm_style .frm_radio label,.frm_style_formidable-style.with_frm_style .frm_checkbox label{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:13px;color:#444444;font-weight:normal;}.frm_style_formidable-style.with_frm_style .frm_radio input[type=radio],.frm_style_formidable-style.with_frm_style .frm_checkbox input[type=checkbox] {font-size: 13px;position: static;}.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field select,.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices,.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single,.frm_style_formidable-style.with_frm_style .frm_form_field :invalid{color:#444444;background-color:#ffffff;border-color:#B94A48;border-width:1px;border-style:solid;}.frm_style_formidable-style.with_frm_style .frm_blank_field .sigWrapper{border-color:#B94A48 !important;}.frm_style_formidable-style.with_frm_style .frm_error{font-weight:bold;}.frm_style_formidable-style.with_frm_style .frm_blank_field label,.frm_style_formidable-style.with_frm_style .frm_error{color:#B94A48;}.frm_style_formidable-style.with_frm_style .frm_error_style{background-color:#F2DEDE;border:1px solid #EBCCD1;border-radius:4px;color: #B94A48;font-size:14px;margin:0;margin-bottom:20px;}.frm_style_formidable-style.with_frm_style .frm_message,.frm_success_style{border:1px solid #D6E9C6;background-color:#DFF0D8;color:#468847;border-radius:4px;}.frm_style_formidable-style.with_frm_style .frm_message p{color:#468847;}.frm_style_formidable-style.with_frm_style .frm_message{margin:5px 0 15px;font-size:14px;}.frm_style_formidable-style.with_frm_style .frm-grid td,.frm-grid th{border-color:#cccccc;}.form_results.frm_style_formidable-style.with_frm_style{border:1px solid #cccccc;}.form_results.frm_style_formidable-style.with_frm_style tr td{color: #555555;border-top:1px solid #cccccc;}.form_results.frm_style_formidable-style.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));}.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_grid,.frm_style_formidable-style.with_frm_style .frm_grid_first,.frm_style_formidable-style.with_frm_style .frm_grid_odd{border-color:#cccccc;}.frm_style_formidable-style.with_frm_style .frm_grid.frm_blank_field,.frm_style_formidable-style.with_frm_style .frm_grid_first.frm_blank_field,.frm_style_formidable-style.with_frm_style .frm_grid_odd.frm_blank_field{background-color:#F2DEDE;border-color:#EBCCD1;}.frm_style_formidable-style.with_frm_style .frm_grid_first,.frm_style_formidable-style.with_frm_style .frm_grid_odd{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_grid{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_html_container.frm_scroll_box,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_scroll_box{background-color:#ffffff;border-color: #cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;font-size:14px;padding:6px 10px;outline:none;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea{color: #555555;background-color:transparent;border:none;display:inline;width:auto;padding:0;}.frm_style_formidable-style.with_frm_style .frm_button{padding:6px 11px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-size:14px;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-weight:normal;color:#444444;background: #ffffff;border-width:1px;border-color: #cccccc;height:auto;}.frm_style_formidable-style.with_frm_style .frm_button .frm_icon_font:before{font-size:14px;}.frm_style_formidable-style.with_frm_style .frm_dropzone{border-color: #cccccc;border-radius:4px;color: #555555;background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_dropzone .frm_upload_icon:before,.frm_style_formidable-style.with_frm_style .frm_dropzone .dz-remove{color: #555555;}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone .frm_upload_icon:before {color: #444444;}.frm_style_formidable-style.with_frm_style .frm_blank_field .frm_dropzone{border-color:#B94A48;color:#444444;background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_dropzone .dz-preview .dz-progress {background: #dddddd;}.frm_style_formidable-style.with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,.frm_style_formidable-style.with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress {background: #008ec2;}.frm_style_formidable-style.with_frm_style input[type=file]::-webkit-file-upload-button{color:#555555;background-color:#ffffff;padding:6px 10px;border-radius:4px;border-color: #cccccc;border-width:1px;border-style:solid;}.frm_style_formidable-style.with_frm_style .chosen-container{font-size:14px;}.frm_style_formidable-style.with_frm_style .chosen-container .chosen-results li,.frm_style_formidable-style.with_frm_style .chosen-container .chosen-results li span{color:#555555;}.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single{padding-top:0 ;height:32px;line-height:32px;}.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single abbr{top:9px ;}.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single div{top:3px;}.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-search input[type=\"text\"]{height:32px;}.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices li.search-field input[type=\"text\"]{height:15px;}.frm_style_formidable-style.with_frm_style .frm_page_bar input,.frm_style_formidable-style.with_frm_style .frm_page_bar input:disabled{color: #ffffff;background-color: #dddddd;border-color: #dfdfdf;border-width: 2px;}.frm_style_formidable-style.with_frm_style .frm_progress_line input.frm_page_back{background-color: #008ec2;}.frm_style_formidable-style.with_frm_style .frm_page_bar .frm_current_page input[type=\"button\"]{background-color: #dddddd;border-color: #dfdfdf;opacity:1;}.frm_style_formidable-style.with_frm_style .frm_current_page .frm_rootline_title{color: #008ec2;}.frm_style_formidable-style.with_frm_style .frm_rootline_title,.frm_style_formidable-style.with_frm_style .frm_pages_complete,.frm_style_formidable-style.with_frm_style .frm_percent_complete{color: #666666;}.frm_style_formidable-style.with_frm_style .frm_progress_line input,.frm_style_formidable-style.with_frm_style .frm_progress_line input:disabled {border-color: #dfdfdf;}.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input {border-left-color: #ffffff;border-right-color: #ffffff;border-left-width: 1px ;border-right-width: 1px ;}.frm_style_formidable-style.with_frm_style .frm_progress_line li:first-of-type input {border-left-color: #008ec2;}.frm_style_formidable-style.with_frm_style .frm_progress_line li:last-of-type input {border-right-color: #008ec2;}.frm_style_formidable-style.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip {border-right-color: #dfdfdf;}.frm_style_formidable-style.with_frm_style .frm_progress_line .frm_current_page input[type=\"button\"] {border-left-color: #dfdfdf;}.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type=\"button\"] {border-right-color: #ffffff;}.frm_style_formidable-style.with_frm_style .frm_progress_line input.frm_page_back {border-color: #008ec2;}.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color: #008ec2;border-right-color: #ffffff;}.frm_style_formidable-style.with_frm_style .frm_rootline.frm_show_lines:before {border-color: #dfdfdf;border-top-width: 2px;top: 15px;}.frm_style_formidable-style.with_frm_style .frm_rootline input,.frm_style_formidable-style.with_frm_style .frm_rootline input:hover {width: 30px;height: 30px;border-radius: 30px;padding: 0;}.frm_style_formidable-style.with_frm_style .frm_rootline input:focus {border-color: #008ec2;}.frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type=\"button\"] {border-color: #007aae;background-color: #008ec2;color: #ffffff;}.frm_style_formidable-style.with_frm_style .frm_progress_line input,.frm_style_formidable-style.with_frm_style .frm_progress_line input:disabled,.frm_style_formidable-style.with_frm_style .frm_progress_line .frm_current_page input[type=\"button\"],.frm_style_formidable-style.with_frm_style .frm_rootline.frm_no_numbers input,.frm_style_formidable-style.with_frm_style .frm_rootline.frm_no_numbers .frm_current_page input[type=\"button\"] {color: transparent !important;}.frm_style_formidable-style.with_frm_style .frm_range_unit,.frm_style_formidable-style.with_frm_style .frm_range_value{font-size:14px;}.frm_style_formidable-style.with_frm_style .form-field input[type=range],.frm_style_formidable-style.with_frm_style .form-field input[type=range]:focus {padding:0 ;background:transparent !important;}.frm_style_formidable-style.with_frm_style input[type=range]::-webkit-slider-runnable-track {background-color:#cccccc;border-radius:4px;}.frm_style_formidable-style.with_frm_style input[type=range]::-webkit-slider-thumb {border: 1px solid rgba(0,142,194,0.6);color:#ffffff;background-color: #008ec2;}.frm_style_formidable-style.with_frm_style input[type=range]::-moz-range-thumb {border: 1px solid rgba(0,142,194,0.6);color:#ffffff;background-color: #008ec2;}.frm_style_formidable-style.with_frm_style input[type=range]::-ms-thumb {border: 1px solid rgba(0,142,194,0.6);color:#ffffff;background-color: #008ec2;}.frm_style_formidable-style.with_frm_style .frm_switch_opt{font-size:14px;font-weight:normal;}.frm_style_formidable-style.with_frm_style .frm_on_label{color:#008ec2;}.frm_style_formidable-style.with_frm_style .frm_off_label{color:#444444;}.frm_style_formidable-style.with_frm_style .frm_slider {background-color:#cccccc;}.frm_style_formidable-style.with_frm_style input:checked + .frm_slider {background-color:#008ec2;}.frm_style_formidable-style.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto ;}.frm_style_formidable-style.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_formidable-style.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){margin-left:5px;}.frm_style_formidable-style.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none) {display:inline-block;}.frm_style_formidable-style.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0 ;margin-top:8px;}.frm_style_formidable-style.with_frm_style span.frm-pass-verified::before {color:#468847;}.frm_style_formidable-style.with_frm_style span.frm-pass-req::before {color:#B94A48;}.frm_style_formidable-style.with_frm_style .frm-show-form  .frm_section_heading h3{padding:15px 0 3px 0;margin:0;font-size:18px;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-weight:bold;color:#444444;border:none;border-top:2px solid #e8e8e8;background-color:transparent}.frm_style_formidable-style.with_frm_style h3 .frm_after_collapse{display:inline;}.frm_style_formidable-style.with_frm_style h3 .frm_before_collapse{display:none;}.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm_section_heading h3{margin:0;}.frm_style_formidable-style.with_frm_style .frm_section_heading{margin-top:15px;}.frm_style_formidable-style.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:12px;}.frm_style_formidable-style.with_frm_style .frm_repeat_sec{margin-bottom:20px;margin-top:20px;border-bottom:2px solid #e8e8e8;}.frm_style_formidable-style.with_frm_style .frm-summary-page-wrapper {border-color: #cccccc;border-radius: 4px;}.frm_style_formidable-style.with_frm_style .frm_single_product_label,.frm_style_formidable-style.with_frm_style .frm_total_formatted {font-size:14px;color:#444444;}@media only screen and (max-width: 600px){.frm_style_formidable-style.with_frm_style .frm_repeat_inline,.frm_style_formidable-style.with_frm_style .frm_repeat_grid{margin: 20px 0;}}.frm_forms.frm_style_formidable-style-2.with_frm_style{max-width:100%;direction:ltr;}.frm_style_formidable-style-2.with_frm_style,.frm_style_formidable-style-2.with_frm_style form,.frm_style_formidable-style-2.with_frm_style .frm-show-form div.frm_description p {text-align:left;}.frm_style_formidable-style-2.with_frm_style .frm_form_fields  > fieldset{border-width:0px;border-style:solid;border-color:#000000;margin:0;padding:0 0 15px 0;background-color:transparent;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;}.frm_style_formidable-style-2.with_frm_style legend + h3,.frm_style_formidable-style-2.with_frm_style h3.frm_form_title{font-size:20px;color:#444444;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;margin-top:10px;margin-bottom:10px;}.frm_style_formidable-style-2.with_frm_style .frm_primary_label{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#444444;font-weight:bold;text-align:left;margin:0;padding:0 0 3px 0;width:auto;display:block;}.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_html_container,.frm_style_formidable-style-2.with_frm_style .frm_form_field .frm_show_it{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;color:#666666;}.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_html_container{font-size:14px;}.frm_style_formidable-style-2.with_frm_style .frm_form_field .frm_show_it{font-size:14px;font-weight:normal;}.frm_style_formidable-style-2.with_frm_style .frm_icon_font{color:#444444;}.frm_style_formidable-style-2.with_frm_style .frm_icon_font.frm_minus_icon:before{content:\"\\e600\";}.frm_style_formidable-style-2.with_frm_style .frm_icon_font.frm_plus_icon:before{content:\"\\e602\";}.frm_style_formidable-style-2.with_frm_style .frm_icon_font.frm_minus_icon:before,.frm_style_formidable-style-2.with_frm_style .frm_icon_font.frm_plus_icon:before{color:#444444;vertical-align:middle;}.frm_style_formidable-style-2.with_frm_style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before{content:\"\\e62d\";color:#444444;}.frm_style_formidable-style-2.with_frm_style .frm_trigger .frm_icon_font.frm_arrow_icon:before{content:\"\\e62a\";color:#444444;}.frm_style_formidable-style-2.with_frm_style .form-field{margin-bottom:20px;}.frm_style_formidable-style-2.with_frm_style .frm_grid,.frm_style_formidable-style-2.with_frm_style .frm_grid_first,.frm_style_formidable-style-2.with_frm_style .frm_grid_odd {margin-bottom:0;}.frm_style_formidable-style-2.with_frm_style .form-field.frm_section_heading{margin-bottom:0;}.frm_style_formidable-style-2.with_frm_style p.description,.frm_style_formidable-style-2.with_frm_style div.description,.frm_style_formidable-style-2.with_frm_style div.frm_description,.frm_style_formidable-style-2.with_frm_style .frm-show-form > div.frm_description,.frm_style_formidable-style-2.with_frm_style .frm_error{margin:0;padding:0;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:12px;color:#666666;font-weight:normal;text-align:left;font-style:normal;max-width:100%;}.frm_style_formidable-style-2.with_frm_style .frm-show-form div.frm_description p{font-size:14px;color:#666666;margin-top:10px;margin-bottom:25px;}.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_left_container{grid-template-columns: 150px auto;}.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_right_container{grid-template-columns: auto 150px;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_style_formidable-style-2.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_formidable-style-2.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline;}.frm_style_formidable-style-2.with_frm_style .frm_pos_right{display:inline;width:150px;}.frm_style_formidable-style-2.with_frm_style .frm_none_container .frm_primary_label,.frm_style_formidable-style-2.with_frm_style .frm_pos_none{display:none;}.frm_style_formidable-style-2.with_frm_style .frm_scale label{font-weight:normal;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:13px;color:#444444;}.frm_style_formidable-style-2.with_frm_style .frm_required{color:#B94A48;font-weight:bold;}.frm_style_formidable-style-2.with_frm_style input[type=text],.frm_style_formidable-style-2.with_frm_style input[type=password],.frm_style_formidable-style-2.with_frm_style input[type=email],.frm_style_formidable-style-2.with_frm_style input[type=number],.frm_style_formidable-style-2.with_frm_style input[type=url],.frm_style_formidable-style-2.with_frm_style input[type=tel],.frm_style_formidable-style-2.with_frm_style input[type=search],.frm_style_formidable-style-2.with_frm_style select,.frm_style_formidable-style-2.with_frm_style textarea,.frm_style_formidable-style-2.with_frm_style .frm-card-element.StripeElement,.frm_style_formidable-style-2.with_frm_style .chosen-container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;margin-bottom:0;}.frm_style_formidable-style-2.with_frm_style textarea{vertical-align:top;}.frm_style_formidable-style-2.with_frm_style input[type=text],.frm_style_formidable-style-2.with_frm_style input[type=password],.frm_style_formidable-style-2.with_frm_style input[type=email],.frm_style_formidable-style-2.with_frm_style input[type=number],.frm_style_formidable-style-2.with_frm_style input[type=url],.frm_style_formidable-style-2.with_frm_style input[type=tel],.frm_style_formidable-style-2.with_frm_style input[type=phone],.frm_style_formidable-style-2.with_frm_style input[type=search],.frm_style_formidable-style-2.with_frm_style select,.frm_style_formidable-style-2.with_frm_style textarea,.frm_form_fields_style,.frm_style_formidable-style-2.with_frm_style .frm_scroll_box .frm_opt_container,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_style_formidable-style-2.with_frm_style .frm-card-element.StripeElement,.frm_style_formidable-style-2.with_frm_style .chosen-container-multi .chosen-choices,.frm_style_formidable-style-2.with_frm_style .chosen-container-single .chosen-single{color:#555555;background-color:#ffffff;border-color: #cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;max-width:100%;font-size:14px;padding:6px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;font-weight:normal;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_style_formidable-style-2.with_frm_style input[type=radio],.frm_style_formidable-style-2.with_frm_style input[type=checkbox]{border-color: #cccccc;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_style_formidable-style-2.with_frm_style input[type=text],.frm_style_formidable-style-2.with_frm_style input[type=password],.frm_style_formidable-style-2.with_frm_style input[type=email],.frm_style_formidable-style-2.with_frm_style input[type=number],.frm_style_formidable-style-2.with_frm_style input[type=url],.frm_style_formidable-style-2.with_frm_style input[type=tel],.frm_style_formidable-style-2.with_frm_style input[type=file],.frm_style_formidable-style-2.with_frm_style input[type=search],.frm_style_formidable-style-2.with_frm_style select,.frm_style_formidable-style-2.with_frm_style .frm-card-element.StripeElement{height:32px;line-height:1.3;}.frm_style_formidable-style-2.with_frm_style select[multiple=\"multiple\"]{height:auto ;}.frm_style_formidable-style-2.with_frm_style input[type=file]{color: #555555;padding:0px;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;}.frm_style_formidable-style-2.with_frm_style input[type=file].frm_transparent{color:transparent;}.frm_style_formidable-style-2.with_frm_style select{width:100%;max-width:100%;}.frm_style_formidable-style-2.with_frm_style .wp-editor-wrap{width:100%;max-width:100%;}.frm_style_formidable-style-2.with_frm_style .wp-editor-container textarea{border:none;}.frm_style_formidable-style-2.with_frm_style .mceIframeContainer{background-color:#ffffff;}.frm_style_formidable-style-2.with_frm_style .auto_width input,.frm_style_formidable-style-2.with_frm_style input.auto_width,.frm_style_formidable-style-2.with_frm_style select.auto_width,.frm_style_formidable-style-2.with_frm_style textarea.auto_width{width:auto;}.frm_style_formidable-style-2.with_frm_style input[disabled],.frm_style_formidable-style-2.with_frm_style select[disabled],.frm_style_formidable-style-2.with_frm_style textarea[disabled],.frm_style_formidable-style-2.with_frm_style input[readonly],.frm_style_formidable-style-2.with_frm_style select[readonly],.frm_style_formidable-style-2.with_frm_style textarea[readonly]{background-color:#ffffff;color:#A1A1A1;border-color:#E5E5E5;}.frm_style_formidable-style-2.with_frm_style input::placeholder,.frm_style_formidable-style-2.with_frm_style textarea::placeholder{color: #A1A1A1;}.frm_style_formidable-style-2.with_frm_style input::-webkit-input-placeholder,.frm_style_formidable-style-2.with_frm_style textarea::-webkit-input-placeholder{color: #A1A1A1;}.frm_style_formidable-style-2.with_frm_style input::-moz-placeholder,.frm_style_formidable-style-2.with_frm_style textarea::-moz-placeholder{color: #A1A1A1;}.frm_style_formidable-style-2.with_frm_style input:-ms-input-placeholder,frm_style_formidable-style-2.with_frm_style textarea:-ms-input-placeholder{color: #A1A1A1;}.frm_style_formidable-style-2.with_frm_style input:-moz-placeholder,.frm_style_formidable-style-2.with_frm_style textarea:-moz-placeholder{color: #A1A1A1;}.frm_style_formidable-style-2.with_frm_style .frm_default,.frm_style_formidable-style-2.with_frm_style input.frm_default,.frm_style_formidable-style-2.with_frm_style textarea.frm_default,.frm_style_formidable-style-2.with_frm_style select.frm_default,.frm_style_formidable-style-2.with_frm_style .placeholder,.frm_style_formidable-style-2.with_frm_style .chosen-container-multi .chosen-choices li.search-field .default,.frm_style_formidable-style-2.with_frm_style .chosen-container-single .chosen-default{color: #A1A1A1;}.frm_style_formidable-style-2.with_frm_style .form-field input:not([type=file]):focus,.frm_style_formidable-style-2.with_frm_style select:focus,.frm_style_formidable-style-2.with_frm_style textarea:focus,.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=text],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=password],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=email],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=number],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=url],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=tel],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_formidable-style-2.with_frm_style .frm_focus_field .frm-card-element.StripeElement,.frm_style_formidable-style-2.with_frm_style .chosen-container-single.chosen-container-active .chosen-single,.frm_style_formidable-style-2.with_frm_style .chosen-container-active .chosen-choices{background-color:#ffffff;border-color:#66afe9;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102,175,233, 0.6);}.frm_style_formidable-style-2.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_formidable-style-2.with_frm_style input[type=submit],.frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button],.frm_style_formidable-style-2.with_frm_style .frm_submit button,.frm_form_submit_style,.frm_style_formidable-style-2.with_frm_style .frm-edit-page-btn {width:auto;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;height:auto;line-height:normal;text-align:center;background:#ffffff;border-width:1px;border-color: #cccccc;border-style:solid;color:#444444;cursor:pointer;font-weight:normal;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-shadow:none;padding:6px 11px;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-shadow:0 1px 1px #eeeeee;-webkit-box-shadow:0 1px 1px #eeeeee;box-shadow:0 1px 1px #eeeeee;margin:10px;margin-left:0;margin-right:0;vertical-align:middle;}.frm_style_formidable-style-2.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0;}.frm_style_formidable-style-2.with_frm_style .frm-edit-page-btn:hover,.frm_style_formidable-style-2.with_frm_style input[type=submit]:hover,.frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button]:hover,.frm_style_formidable-style-2.with_frm_style .frm_submit button:hover{background: #efefef;border-color: #cccccc;color: #444444;}.frm_style_formidable-style-2.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px;}.frm_style_formidable-style-2.with_frm_style .frm-edit-page-btn:focus,.frm_style_formidable-style-2.with_frm_style input[type=submit]:focus,.frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button]:focus,.frm_style_formidable-style-2.with_frm_style .frm_submit button:focus,.frm_style_formidable-style-2.with_frm_style input[type=submit]:active,.frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button]:active,.frm_style_formidable-style-2.with_frm_style .frm_submit button:active{background: #efefef;border-color: #cccccc;color: #444444;}.frm_style_formidable-style-2.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_formidable-style-2.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_formidable-style-2.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_formidable-style-2.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_formidable-style-2.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_formidable-style-2.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_formidable-style-2.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_formidable-style-2.with_frm_style .frm_loading_form .frm_button_submit:focus{color: transparent ;background: #ffffff;}.frm_style_formidable-style-2.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_formidable-style-2.with_frm_style .frm_loading_form .frm_button_submit:before {border-bottom-color: #444444;border-right-color: #444444;}.frm_style_formidable-style-2.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_formidable-style-2.with_frm_style .frm_submit.frm_inline_submit::before {content:\"before\";font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#444444;font-weight:bold;margin:0;padding:0 0 3px 0;width:auto;display:block;visibility:hidden;}.frm_style_formidable-style-2.with_frm_style.frm_inline_form .frm_submit input,.frm_style_formidable-style-2.with_frm_style.frm_inline_form .frm_submit button,.frm_style_formidable-style-2.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_formidable-style-2.with_frm_style .frm_submit.frm_inline_submit button {margin: 0 !important;}.frm_style_formidable-style-2.with_frm_style a.frm_save_draft{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;font-weight:normal;}.frm_style_formidable-style-2.with_frm_style #frm_field_cptch_number_container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#444444;font-weight:bold;clear:both;}.frm_style_formidable-style-2.with_frm_style .frm_radio{display:block;}.frm_style_formidable-style-2.with_frm_style .frm_checkbox{display:block;}.frm_style_formidable-style-2.with_frm_style .vertical_radio .frm_checkbox,.frm_style_formidable-style-2.with_frm_style .vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.frm_style_formidable-style-2.with_frm_style .horizontal_radio .frm_checkbox,.frm_style_formidable-style-2.with_frm_style .horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.frm_style_formidable-style-2.with_frm_style .frm_radio label,.frm_style_formidable-style-2.with_frm_style .frm_checkbox label{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:13px;color:#444444;font-weight:normal;}.frm_style_formidable-style-2.with_frm_style .frm_radio input[type=radio],.frm_style_formidable-style-2.with_frm_style .frm_checkbox input[type=checkbox] {font-size: 13px;position: static;}.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=password],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=url],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=number],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style-2.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style-2.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_formidable-style-2.with_frm_style .frm_blank_field select,.frm_form_fields_error_style,.frm_style_formidable-style-2.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_formidable-style-2.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidable-style-2.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_formidable-style-2.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices,.frm_style_formidable-style-2.with_frm_style .frm_blank_field .chosen-container-single .chosen-single,.frm_style_formidable-style-2.with_frm_style .frm_form_field :invalid{color:#444444;background-color:#ffffff;border-color:#B94A48;border-width:1px;border-style:solid;}.frm_style_formidable-style-2.with_frm_style .frm_blank_field .sigWrapper{border-color:#B94A48 !important;}.frm_style_formidable-style-2.with_frm_style .frm_error{font-weight:bold;}.frm_style_formidable-style-2.with_frm_style .frm_blank_field label,.frm_style_formidable-style-2.with_frm_style .frm_error{color:#B94A48;}.frm_style_formidable-style-2.with_frm_style .frm_error_style{background-color:#F2DEDE;border:1px solid #EBCCD1;border-radius:4px;color: #B94A48;font-size:14px;margin:0;margin-bottom:20px;}.frm_style_formidable-style-2.with_frm_style .frm_message,.frm_success_style{border:1px solid #D6E9C6;background-color:#DFF0D8;color:#468847;border-radius:4px;}.frm_style_formidable-style-2.with_frm_style .frm_message p{color:#468847;}.frm_style_formidable-style-2.with_frm_style .frm_message{margin:5px 0 15px;font-size:14px;}.frm_style_formidable-style-2.with_frm_style .frm-grid td,.frm-grid th{border-color:#cccccc;}.form_results.frm_style_formidable-style-2.with_frm_style{border:1px solid #cccccc;}.form_results.frm_style_formidable-style-2.with_frm_style tr td{color: #555555;border-top:1px solid #cccccc;}.form_results.frm_style_formidable-style-2.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#ffffff;}.frm_style_formidable-style-2.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));}.frm_style_formidable-style-2.with_frm_style #frm_loading .progress-bar{background-color:#ffffff;}.frm_style_formidable-style-2.with_frm_style .frm_grid,.frm_style_formidable-style-2.with_frm_style .frm_grid_first,.frm_style_formidable-style-2.with_frm_style .frm_grid_odd{border-color:#cccccc;}.frm_style_formidable-style-2.with_frm_style .frm_grid.frm_blank_field,.frm_style_formidable-style-2.with_frm_style .frm_grid_first.frm_blank_field,.frm_style_formidable-style-2.with_frm_style .frm_grid_odd.frm_blank_field{background-color:#F2DEDE;border-color:#EBCCD1;}.frm_style_formidable-style-2.with_frm_style .frm_grid_first,.frm_style_formidable-style-2.with_frm_style .frm_grid_odd{background-color:#ffffff;}.frm_style_formidable-style-2.with_frm_style .frm_grid{background-color:#ffffff;}.frm_style_formidable-style-2.with_frm_style .frm_html_container.frm_scroll_box,.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_html_scroll_box{background-color:#ffffff;border-color: #cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;font-size:14px;padding:6px 10px;outline:none;}.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_total input,.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_total textarea{color: #555555;background-color:transparent;border:none;display:inline;width:auto;padding:0;}.frm_style_formidable-style-2.with_frm_style .frm_button{padding:6px 11px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-size:14px;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-weight:normal;color:#444444;background: #ffffff;border-width:1px;border-color: #cccccc;height:auto;}.frm_style_formidable-style-2.with_frm_style .frm_button .frm_icon_font:before{font-size:14px;}.frm_style_formidable-style-2.with_frm_style .frm_dropzone{border-color: #cccccc;border-radius:4px;color: #555555;background-color:#ffffff;}.frm_style_formidable-style-2.with_frm_style .frm_dropzone .frm_upload_icon:before,.frm_style_formidable-style-2.with_frm_style .frm_dropzone .dz-remove{color: #555555;}.frm_style_formidable-style-2.with_frm_style .frm_compact .frm_dropzone .frm_upload_icon:before {color: #444444;}.frm_style_formidable-style-2.with_frm_style .frm_blank_field .frm_dropzone{border-color:#B94A48;color:#444444;background-color:#ffffff;}.frm_style_formidable-style-2.with_frm_style .frm_dropzone .dz-preview .dz-progress {background: #dddddd;}.frm_style_formidable-style-2.with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,.frm_style_formidable-style-2.with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress {background: #008ec2;}.frm_style_formidable-style-2.with_frm_style input[type=file]::-webkit-file-upload-button{color:#555555;background-color:#ffffff;padding:6px 10px;border-radius:4px;border-color: #cccccc;border-width:1px;border-style:solid;}.frm_style_formidable-style-2.with_frm_style .chosen-container{font-size:14px;}.frm_style_formidable-style-2.with_frm_style .chosen-container .chosen-results li,.frm_style_formidable-style-2.with_frm_style .chosen-container .chosen-results li span{color:#555555;}.frm_style_formidable-style-2.with_frm_style .chosen-container-single .chosen-single{padding-top:0 ;height:32px;line-height:32px;}.frm_style_formidable-style-2.with_frm_style .chosen-container-single .chosen-single abbr{top:9px ;}.frm_style_formidable-style-2.with_frm_style .chosen-container-single .chosen-single div{top:3px;}.frm_style_formidable-style-2.with_frm_style .chosen-container-single .chosen-search input[type=\"text\"]{height:32px;}.frm_style_formidable-style-2.with_frm_style .chosen-container-multi .chosen-choices li.search-field input[type=\"text\"]{height:15px;}.frm_style_formidable-style-2.with_frm_style .frm_page_bar input,.frm_style_formidable-style-2.with_frm_style .frm_page_bar input:disabled{color: #ffffff;background-color: #dddddd;border-color: #dfdfdf;border-width: 2px;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line input.frm_page_back{background-color: #008ec2;}.frm_style_formidable-style-2.with_frm_style .frm_page_bar .frm_current_page input[type=\"button\"]{background-color: #dddddd;border-color: #dfdfdf;opacity:1;}.frm_style_formidable-style-2.with_frm_style .frm_current_page .frm_rootline_title{color: #008ec2;}.frm_style_formidable-style-2.with_frm_style .frm_rootline_title,.frm_style_formidable-style-2.with_frm_style .frm_pages_complete,.frm_style_formidable-style-2.with_frm_style .frm_percent_complete{color: #666666;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line input,.frm_style_formidable-style-2.with_frm_style .frm_progress_line input:disabled {border-color: #dfdfdf;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line.frm_show_lines input {border-left-color: #ffffff;border-right-color: #ffffff;border-left-width: 1px ;border-right-width: 1px ;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line li:first-of-type input {border-left-color: #008ec2;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line li:last-of-type input {border-right-color: #008ec2;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip {border-right-color: #dfdfdf;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line .frm_current_page input[type=\"button\"] {border-left-color: #dfdfdf;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type=\"button\"] {border-right-color: #ffffff;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line input.frm_page_back {border-color: #008ec2;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color: #008ec2;border-right-color: #ffffff;}.frm_style_formidable-style-2.with_frm_style .frm_rootline.frm_show_lines:before {border-color: #dfdfdf;border-top-width: 2px;top: 15px;}.frm_style_formidable-style-2.with_frm_style .frm_rootline input,.frm_style_formidable-style-2.with_frm_style .frm_rootline input:hover {width: 30px;height: 30px;border-radius: 30px;padding: 0;}.frm_style_formidable-style-2.with_frm_style .frm_rootline input:focus {border-color: #008ec2;}.frm_style_formidable-style-2.with_frm_style .frm_rootline .frm_current_page input[type=\"button\"] {border-color: #007aae;background-color: #008ec2;color: #ffffff;}.frm_style_formidable-style-2.with_frm_style .frm_progress_line input,.frm_style_formidable-style-2.with_frm_style .frm_progress_line input:disabled,.frm_style_formidable-style-2.with_frm_style .frm_progress_line .frm_current_page input[type=\"button\"],.frm_style_formidable-style-2.with_frm_style .frm_rootline.frm_no_numbers input,.frm_style_formidable-style-2.with_frm_style .frm_rootline.frm_no_numbers .frm_current_page input[type=\"button\"] {color: transparent !important;}.frm_style_formidable-style-2.with_frm_style .frm_range_unit,.frm_style_formidable-style-2.with_frm_style .frm_range_value{font-size:14px;}.frm_style_formidable-style-2.with_frm_style .form-field input[type=range],.frm_style_formidable-style-2.with_frm_style .form-field input[type=range]:focus {padding:0 ;background:transparent !important;}.frm_style_formidable-style-2.with_frm_style input[type=range]::-webkit-slider-runnable-track {background-color:#cccccc;border-radius:4px;}.frm_style_formidable-style-2.with_frm_style input[type=range]::-webkit-slider-thumb {border: 1px solid rgba(0,142,194,0.6);color:#ffffff;background-color: #008ec2;}.frm_style_formidable-style-2.with_frm_style input[type=range]::-moz-range-thumb {border: 1px solid rgba(0,142,194,0.6);color:#ffffff;background-color: #008ec2;}.frm_style_formidable-style-2.with_frm_style input[type=range]::-ms-thumb {border: 1px solid rgba(0,142,194,0.6);color:#ffffff;background-color: #008ec2;}.frm_style_formidable-style-2.with_frm_style .frm_switch_opt{font-size:14px;font-weight:normal;}.frm_style_formidable-style-2.with_frm_style .frm_on_label{color:#008ec2;}.frm_style_formidable-style-2.with_frm_style .frm_off_label{color:#444444;}.frm_style_formidable-style-2.with_frm_style .frm_slider {background-color:#cccccc;}.frm_style_formidable-style-2.with_frm_style input:checked + .frm_slider {background-color:#008ec2;}.frm_style_formidable-style-2.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto ;}.frm_style_formidable-style-2.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_formidable-style-2.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){margin-left:5px;}.frm_style_formidable-style-2.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none) {display:inline-block;}.frm_style_formidable-style-2.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0 ;margin-top:8px;}.frm_style_formidable-style-2.with_frm_style span.frm-pass-verified::before {color:#468847;}.frm_style_formidable-style-2.with_frm_style span.frm-pass-req::before {color:#B94A48;}.frm_style_formidable-style-2.with_frm_style .frm-show-form  .frm_section_heading h3{padding:15px 0 3px 0;margin:0;font-size:18px;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-weight:bold;color:#444444;border:none;border-top:2px solid #e8e8e8;background-color:transparent}.frm_style_formidable-style-2.with_frm_style h3 .frm_after_collapse{display:inline;}.frm_style_formidable-style-2.with_frm_style h3 .frm_before_collapse{display:none;}.menu-edit #post-body-content .frm_style_formidable-style-2.with_frm_style .frm_section_heading h3{margin:0;}.frm_style_formidable-style-2.with_frm_style .frm_section_heading{margin-top:15px;}.frm_style_formidable-style-2.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_formidable-style-2.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:12px;}.frm_style_formidable-style-2.with_frm_style .frm_repeat_sec{margin-bottom:20px;margin-top:20px;border-bottom:2px solid #e8e8e8;}.frm_style_formidable-style-2.with_frm_style .frm-summary-page-wrapper {border-color: #cccccc;border-radius: 4px;}.frm_style_formidable-style-2.with_frm_style .frm_single_product_label,.frm_style_formidable-style-2.with_frm_style .frm_total_formatted {font-size:14px;color:#444444;}@media only screen and (max-width: 600px){.frm_style_formidable-style-2.with_frm_style .frm_repeat_inline,.frm_style_formidable-style-2.with_frm_style .frm_repeat_grid{margin: 20px 0;}}.frm_ajax_loading{visibility:hidden;width:auto;}.frm_form_submit_style{height:auto;}a.frm_save_draft{cursor:pointer;}.horizontal_radio .frm_radio{margin:0 5px 0 0;}.horizontal_radio .frm_checkbox{margin:0;margin-right:5px;}.vertical_radio .frm_checkbox,.vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.horizontal_radio .frm_checkbox,.horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.with_frm_style .frm_checkbox label,.with_frm_style .frm_radio label{display: inline;white-space:normal;}.with_frm_style .vertical_radio .frm_checkbox label,.with_frm_style .vertical_radio .frm_radio label{display: block;padding-left: 20px;text-indent: -20px;}.frm_file_container .frm_file_link,.with_frm_style .frm_radio label .frm_file_container,.with_frm_style .frm_checkbox label .frm_file_container{display:inline-block;margin:5px;vertical-align:middle;}.with_frm_style .frm_radio input[type=radio]{-webkit-appearance:radio;border-radius:50%;}.with_frm_style .frm_checkbox input[type=checkbox]{-webkit-appearance:checkbox;border-radius:0;}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox]{flex: none;display:inline-block;margin:4px 5px 0 0;width:auto;border:none;vertical-align:baseline;position: initial; }.with_frm_style :invalid,.with_frm_style :-moz-submit-invalid,.with_frm_style :-moz-ui-invalid{box-shadow:none;}.with_frm_style .frm_error_style img{padding-right:10px;vertical-align:middle;border:none;}.with_frm_style .frm_trigger{cursor:pointer;}.with_frm_style .frm_error_style,.with_frm_style .frm_message,.frm_success_style{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:15px;}.with_frm_style .frm_message p{margin-bottom:5px;}.frm_form_fields_style,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_form_submit_style{width:auto;}.with_frm_style .frm_trigger span{float:left;}.with_frm_style table.frm-grid,#content .with_frm_style table.frm-grid{border-collapse:collapse;border:none;}.frm-grid td,.frm-grid th{padding:5px;border-width:1px;border-style:solid;border-color:#cccccc;border-top:none;border-left:none;border-right:none;}.frm-alt-table {width:100%;border-collapse:collapse;margin-top:0.5em;font-size:15px;}.frm-alt-table th {width:200px;}.frm-alt-table tr {background-color:transparent;}.frm-alt-table th,.frm-alt-table td {background-color:transparent;vertical-align:top;text-align:left;padding:20px;}.frm-alt-table tr:nth-child(even) {background-color:#f9f9f9;}table.form_results.with_frm_style{border:1px solid #ccc;}table.form_results.with_frm_style tr td{text-align:left;color:#555555;padding:7px 9px;border-top:1px solid #cccccc;}table.form_results.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#fff;}table.form_results.with_frm_style tr.frm_odd,.frm-grid .frm_odd{background-color:#f9f9f9;}.frm_collapse .ui-icon{display:inline-block;}.frm_toggle_container{border:1px solid transparent;}.frm_toggle_container ul{margin:5px 0;padding-left:0;list-style-type:none;}.frm_toggle_container .frm_month_heading{text-indent:15px;}.frm_toggle_container .frm_month_listing{margin-left:40px;}#frm_loading{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;}#frm_loading h3{font-weight:500;padding-bottom:15px;color:#fff;font-size:24px;}#frm_loading_content{position:fixed;top:20%;left:33%;width:33%;text-align:center;padding-top:30px;font-weight:bold;z-index:9999999;}#frm_loading img{max-width:100%;}#frm_loading .progress{border-radius:4px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;height:20px;margin-bottom:20px;overflow:hidden;}#frm_loading .progress.active .progress-bar{animation:2s linear 0s normal none infinite progress-bar-stripes;}#frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));background-size:40px 40px;}#frm_loading .progress-bar{background-color:#ffffff;box-shadow:0 -1px 0 rgba(0, 0, 0, 0.15) inset;float:left;height:100%;line-height:20px;text-align:center;transition:width 0.6s ease 0s;width:100%;}.frm_image_from_url{height:50px;}.frm-loading-img{background:url(../images/ajax_loader.gif) no-repeat center center;padding:6px 12px;}select.frm_loading_lookup{background-image: url(../images/ajax_loader.gif) !important;background-position: 10px;background-repeat: no-repeat;color: transparent !important;}.frm_screen_reader {border: 0;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;word-wrap: normal !important; }.frm_screen_reader.frm_hidden{display:initial;}.frm_clear_none{clear:none;}.frm_clear{clear:both;}.frm_form_field.frm_alignright{float:right !important;}.with_frm_style .frm_form_field{clear:both;}.frm_combo_inputs_container,.frm_grid_container,.frm_form_fields .frm_section_heading,.frm_form_fields .frm_fields_container{display:grid;grid-template-columns: repeat(12, 6.5%);grid-auto-rows: max-content;grid-gap: 0 2%;}.frm_combo_inputs_container > *,.frm_grid_container > *,.frm_section_heading > *,.frm_fields_container .frm_form_field,.frm_fields_container > *{grid-column: span 12 / span 12;}.frm_inline,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_inline{width:auto;grid-column: span 2 / span 2;}.frm6,.frm_half,.frm_form_field.frm_three_fifths, .frm_form_field.frm6,.frm_submit.frm6,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_half,.frm_submit.frm_half{grid-column:span 6 / span 6;}.frm4,.frm_third,.frm_form_field.frm_two_fifths, .frm_form_field.frm4,.frm_submit.frm4,.frm_form_field.frm_left_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_right_third,.frm_form_field.frm_first_third,.frm_form_field.frm_last_third{grid-column:span 4 / span 4;}.frm8,.frm_two_thirds,.frm_form_field.frm8,.frm_submit.frm8,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds{grid-column: span 8/span 8;}.frm3,.frm_fourth,.frm_form_field.frm3,.frm_submit.frm3,.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth{grid-column: span 3/span 3;}.frm9,.frm_three_fourths,.frm_form_field.frm_four_fifths, .frm_form_field.frm9,.frm_submit.frm9,.frm_form_field.frm_three_fourths{grid-column: span 9/span 9;}.frm_form_field.frm_left_fifth,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_last_fifth{grid-column: span 2/span 2;}.frm2,.frm_sixth,.frm_form_field.frm2,.frm_submit.frm2,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_last_sixth{grid-column: span 2/span 2;}.frm10,.frm_form_field.frm10,.frm_submit.frm10{grid-column: span 10/span 10;}.frm1,.frm_form_field.frm1,.frm_submit.frm1,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_first_seventh,.frm_form_field.frm_last_seventh.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_eighth,.frm_form_field.frm_last_eighth{grid-column: span 1/span 1;}.frm5,.frm_form_field.frm5,.frm_submit.frm5{grid-column: span 5/span 5;}.frm7,.frm_form_field.frm7,.frm_submit.frm7{grid-column: span 7/span 7;}.frm11,.frm_form_field.frm11,.frm_submit.frm11{grid-column: span 11/span 11;}.frm12,.frm_full,.frm_full .wp-editor-wrap,.frm_full input:not([type=\'checkbox\']):not([type=\'radio\']):not([type=\'button\']),.frm_full select,.frm_full textarea{width:100% !important;grid-column: span 12/span 12;box-sizing: border-box;}.frm_full .wp-editor-wrap input{width:auto !important;}.frm_first,.frm_form_field.frm_left_half,.frm_form_field.frm_left_third,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_left_fifth,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_half,.frm_form_field.frm_first_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_first_fourth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_first_seventh,.frm_form_field.frm_first_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_first{grid-column-start:1;}.frm_last,.frm_form_field.frm_last,.frm_form_field.frm_alignright{grid-column-end:-1;grid-row-start: span 100;justify-content: end;}.with_frm_style.frm_rtl .frm_form_fields .star-rating{float:right;}.with_frm_style.frm_rtl .frm_grid .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_first .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label,.with_frm_style.frm_rtl .frm_grid .frm_radio,.with_frm_style.frm_rtl .frm_grid_first .frm_radio,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio,.with_frm_style.frm_rtl .frm_grid .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox{float:right !important;margin-right:0 !important;}.with_frm_style.frm_rtl .frm_grid_first .frm_radio label input,.with_frm_style.frm_rtl .frm_grid .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input{float:left;}.with_frm_style.frm_rtl .frm_catlevel_2,.with_frm_style.frm_rtl .frm_catlevel_3,.with_frm_style.frm_rtl .frm_catlevel_4,.with_frm_style.frm_rtl .frm_catlevel_5{margin-right:18px;}.with_frm_style.frm_rtl div > .frm_time_select{margin-right:5px;}.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display: grid;grid-template-columns: 25% auto;width:100%;grid-auto-rows: min-content;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_form_field.frm_inline_container{grid-template-columns: repeat(2, minmax(auto, max-content) );}.frm_form_field.frm_inline_container .frm_primary_label,.frm_form_field.frm_right_container .frm_primary_label,.frm_form_field.frm_left_container .frm_primary_label{margin-right:10px;grid-row:span 2/span 2;padding-top:4px;}.frm_form_field.frm_left_container .frm_primary_label{grid-column:1;grid-row:span 2/span 2; }.frm_form_field.frm_right_container .frm_primary_label{grid-column:2;grid-row:1;margin-right:0;margin-left:10px;}.frm_form_field.frm_inline_container .frm_description,.frm_form_field.frm_left_container .frm_description{grid-column:2;}.frm_form_field.frm_right_container .frm_description{grid-column:1;}.frm_conf_field.frm_left_container{grid-template-columns: 67%;}.frm_conf_field.frm_left_container .frm_description{grid-column:1;}.frm-fade-in {-webkit-animation-name: fadeIn;animation-name: fadeIn;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}@keyframes fadeIn {   0% {opacity: 0;}   100% {opacity: 1;}}@media only screen and (max-width: 600px) {.frm_section_heading > .frm_form_field,.frm_fields_container > .frm_submit,.frm_grid_container > .frm_form_field,.frm_fields_container > .frm_form_field{grid-column: 1 / span 12 !important;}.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display:block;}}.frm_conf_field.frm_left_container .frm_primary_label{display:none;}.wp-editor-wrap *,.wp-editor-wrap *:after,.wp-editor-wrap *:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_first,.with_frm_style .frm_grid_odd{clear:both;margin-bottom:0 !important;padding:5px;border-width:1px;border-style:solid;border-color:#cccccc;border-left:none;border-right:none;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_odd{border-top:none;}.frm_grid .frm_error,.frm_grid_first .frm_error,.frm_grid_odd .frm_error{display:none;}.frm_grid:after,.frm_grid_first:after,.frm_grid_odd:after{visibility:hidden;display:block;font-size:0;content:\" \";clear:both;height:0;}.frm_grid_first{margin-top:20px;}.frm_grid_first,.frm_grid_odd{background-color:#ffffff;}.frm_grid{background-color:#ffffff;}.frm_grid .frm_primary_label,.frm_grid_first .frm_primary_label,.frm_grid_odd .frm_primary_label,.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{float:left !important;display:block;margin-top:0;margin-left:0 !important;}.frm_grid_first .frm_radio label,.frm_grid .frm_radio label,.frm_grid_odd .frm_radio label,.frm_grid_first .frm_checkbox label,.frm_grid .frm_checkbox label,.frm_grid_odd .frm_checkbox label{visibility:hidden;white-space:nowrap;text-align:left;}.frm_grid_first .frm_radio label input,.frm_grid .frm_radio label input,.frm_grid_odd .frm_radio label input,.frm_grid_first .frm_checkbox label input,.frm_grid .frm_checkbox label input,.frm_grid_odd .frm_checkbox label input{visibility:visible;margin:2px 0 0;float:right;}.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{display:inline;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox,.frm_grid_2 .frm_primary_label{width:48% !important;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox{margin-right:4%;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox,.frm_grid_3 .frm_primary_label{width:30% !important;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox{margin-right:3%;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{width:20% !important;}.frm_grid_4 .frm_primary_label{width:28% !important;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{margin-right:4%;}.frm_grid_5 .frm_primary_label,.frm_grid_7 .frm_primary_label{width:24% !important;}.frm_grid_5 .frm_radio,.frm_grid_5 .frm_checkbox{width:17% !important;margin-right:2%;}.frm_grid_6 .frm_primary_label{width:25% !important;}.frm_grid_6 .frm_radio,.frm_grid_6 .frm_checkbox{width:14% !important;margin-right:1%;}.frm_grid_7 .frm_primary_label{width:22% !important;}.frm_grid_7 .frm_radio,.frm_grid_7 .frm_checkbox{width:12% !important;margin-right:1%;}.frm_grid_8 .frm_primary_label{width:23% !important;}.frm_grid_8 .frm_radio,.frm_grid_8 .frm_checkbox{width:10% !important;margin-right:1%;}.frm_grid_9 .frm_primary_label{width:20% !important;}.frm_grid_9 .frm_radio,.frm_grid_9 .frm_checkbox{width:9% !important;margin-right:1%;}.frm_grid_10 .frm_primary_label{width:19% !important;}.frm_grid_10 .frm_radio,.frm_grid_10 .frm_checkbox{width:8% !important;margin-right:1%;}.frm_form_field.frm_inline_container .frm_opt_container,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_left_container .frm_opt_container{padding-top:4px;}.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container{margin-right:0;}.frm_form_field.frm_two_col .frm_opt_container,.frm_form_field.frm_three_col .frm_opt_container,.frm_form_field.frm_four_col .frm_opt_container{display: grid;grid-template-columns: repeat(2, 1fr);grid-auto-rows: max-content;grid-gap: 0 2.5%;}.frm_form_field.frm_three_col .frm_opt_container{grid-template-columns: repeat(3, 1fr);}.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns: repeat(4, 1fr);}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox,.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{grid-column-end: span 1;}.frm_form_field .frm_checkbox,.frm_form_field .frm_checkbox + .frm_checkbox,.frm_form_field .frm_radio,.frm_form_field .frm_radio + .frm_radio{margin-top: 0;margin-bottom: 0;}.frm_form_field.frm_scroll_box .frm_opt_container{height:100px;overflow:auto;}.frm_html_container.frm_scroll_box,.frm_form_field.frm_html_scroll_box{height:100px;overflow:auto;background-color:#ffffff;border-color:#cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;max-width:100%;font-size:14px;padding:6px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;font-weight:normal;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_form_field.frm_total input,.frm_form_field.frm_total textarea{opacity:1;background-color:transparent !important;border:none !important;font-weight:bold;-moz-box-shadow:none;-webkit-box-shadow:none;width:auto !important;box-shadow:none !important;display:inline;-moz-appearance:textfield;padding:0;}.frm_form_field.frm_total input::-webkit-outer-spin-button,.frm_form_field.frm_total input::-webkit-inner-spin-button {-webkit-appearance: none;}.frm_form_field.frm_total input:focus,.frm_form_field.frm_total textarea:focus{background-color:transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.frm_form_field.frm_label_justify .frm_primary_label{text-align:justify !important;}.frm_form_field.frm_capitalize input,.frm_form_field.frm_capitalize select,.frm_form_field.frm_capitalize .frm_opt_container label{text-transform:capitalize;}.frm_clearfix:after{content:\".\";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.frm_clearfix{display:block;}@font-face {font-family: \'s11-fp\';src: url(\'../fonts/s11-fp.ttf?v=7\') format(\'truetype\'),url(\'../fonts/s11-fp.woff?v=7\') format(\'woff\'),url(\'../fonts/s11-fp.svg?v=7#s11-fp\') format(\'svg\');font-weight: normal;font-style: normal;}.frmfont,.frm_icon_font,.frm_dashicon_font{text-decoration:none;text-shadow: none;font-weight:normal;display:inline-block;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: auto;line-height: 1;-moz-transition: color .1s ease-in-out, opacity .1s ease-in-out;-webkit-transition: color .1s ease-in-out, opacity .1s ease-in-out;transition: color .1s ease-in-out, opacity .1s ease-in-out;font-size: 18px;}i.frmfont,i.frm_icon_font{font-style:normal;font-variant: normal;speak: none;}.frmfont:before,select.frmfont,.frm_icon_font:before,select.frm_icon_font{font-family: \'s11-fp\' !important;text-align:center;}.frmfont,a.frmfont,.frmfont:hover,a.frmfont:hover.frm_icon_font,a.frm_icon_font,.frm_icon_font:hover,a.frm_icon_font:hover{text-decoration:none !important;box-shadow:none;}.frmfont:focus,.frm_icon_font:focus,.frm_dashicon_font:focus{box-shadow:none;-webkit-box-shadow:none;}.frmfont:active,.frm_icon_font:active{outline:none;}.frm_trigger .frm_icon_font{padding:0 5px;}.frm_logo_icon:before {content: \"\\e601\";}.frm_required_icon:before {content: \"\\e612\";}.frm_delete_icon:before {content: \"\\e610\" !important;}.frm_delete_solid_icon:before {content: \"\\e900\";}.frm_move_icon:before {content: \"\\e61a\";}.frm_drag_icon:before {content: \"\\e93b\";}.frm_clear_icon:before {content: \"\\e60a\";}.frm_noclear_icon:before {content: \"\\e60b\";}.frm_duplicate_icon:before {content: \"\\e61b\";}.frm_copy_icon:before {content: \"\\f0c5\";}.frm_clone_solid_icon:before {content: \"\\f24e\";}.frm_clone_icon:before {content: \"\\f24d\";}.frm_tooltip_icon:before {content: \"\\e611\";}.frm_tooltip_solid_icon:before {content: \"\\e907\";}.frm_forbid_icon:before {content: \"\\e636\";}.frm_checkmark_icon:before {content: \"\\e90a\";}.frm_check_icon:before {content: \"\\e605\";}.frm_check1_icon:before {content: \"\\e606\";}.frm_plus_icon:before {content: \"\\e62f\";}.frm_plus1_icon:before {content: \"\\e602\";}.frm_plus2_icon:before {content: \"\\e603\";}.frm_plus3_icon:before {content: \"\\e632\";}.frm_plus4_icon:before {content: \"\\e60f\";}.frm_minus_icon:before {content: \"\\e62e\";}.frm_minus1_icon:before {content: \"\\e600\";}.frm_minus2_icon:before {content: \"\\e604\";}.frm_minus3_icon:before {content: \"\\e633\";}.frm_minus4_icon:before {content: \"\\e613\";}.frm_cancel_icon:before {content: \"\\e607\";}.frm_cancel1_icon:before {content: \"\\e608\";}.frm_close_icon:before {content: \"\\e928\";}.frm_report_problem_solid_icon:before {content: \"\\e914\";}.frm_report_problem_icon:before {content: \"\\e915\";}.frm_arrowup_icon:before {content: \"\\e60d\";}.frm_arrowup1_icon:before {content: \"\\e60e\";}.frm_arrowup2_icon:before {content: \"\\e630\";}.frm_arrowup3_icon:before {content: \"\\e62b\";}.frm_arrowup4_icon:before {content: \"\\e62c\";}.frm_arrowup5_icon:before {content: \"\\e635\";}.frm_arrowup5_solid_icon:before {content: \"\\e9d\";}.frm_arrowup7_icon:before {content: \"\\e908\";}.frm_arrowup6_icon:before {content: \"\\e62d\";}.frm_arrowdown_icon:before {content: \"\\e609\";}.frm_arrowdown1_icon:before {content: \"\\e60c\";}.frm_arrowdown2_icon:before {content: \"\\e631\";}.frm_arrowdown3_icon:before {content: \"\\e628\";}.frm_arrowdown4_icon:before {content: \"\\e629\";}.frm_arrowdown5_icon:before {content: \"\\e634\";}.frm_arrowdown5_solid_icon:before {content: \"\\e905\";}.frm_arrowdown7_icon:before {content: \"\\e90b\";}.frm_arrowdown6_icon:before {content: \"\\e62a\";}.frm_arrow_left_icon:before {content: \"\\e912\";}.frm_arrow_right_icon:before {content: \"\\e913\";}.frm_filter_icon:before {content: \"\\e90c\";}.frm_download_icon:before {content: \"\\e615\";}.frm_upload2_icon:before {content: \"\\f093\";}.frm_upload_icon:before {content: \"\\e616\";}.frm_download2_icon:before {content: \"\\f019\";}.frm_hard_drive_icon:before {content: \"\\e916\";}.frm_pencil_solid_icon:before {content: \"\\e901\";}.frm_pencil_icon:before {content: \"\\e61d\";}.frm_signature_icon:before {content: \"\\e919\";}.frm_user_icon:before {content: \"\\e7ff\";}.frm_register_icon:before {content: \"\\e637\";}.frm_account_circle_solid_icon:before {content: \"\\e853\";}.frm_account_circle_icon:before {content: \"\\e921\";}.frm_address_card_icon:before {content: \"\\e996\";}.frm_paragraph_icon:before {content: \"\\f1dd\";}.frm_checkbox_unchecked_icon:before {content: \"\\e91e\";}.frm_checkbox_icon:before {content: \"\\e922\";}.frm_checkbox_solid_icon:before {content: \"\\e91f\";}.frm_dropdown_icon:before {content: \"\\e909\";}.frm_caret_square_down_icon:before {content: \"\\f150\";}.frm_check_square_icon:before {content: \"\\f14a\";}.frm_radio_unchecked_icon:before {content: \"\\e971\";}.frm_radio_checked_icon:before {content: \"\\ea54\";}.frm_scrubber_icon:before {content: \"\\f2f8\";}.frm_location_solid_icon:before {content: \"\\e955\";}.frm_location_icon:before {content: \"\\e947\";}.frm_toggle_on_icon:before {content: \"\\f205\";}.frm_toggle_off_icon:before {content: \"\\f204\";}.frm_shield_check_icon:before {content: \"\\f2f7\";}.frm_shield_check_solid_icon:before {content: \"\\e97d\";}.frm_clock_icon:before {content: \"\\e929\";}.frm_clock_solid_icon:before {content: \"\\e985\";}.frm_link_icon:before {content: \"\\f0c1\";}.frm_email_icon:before {content: \"\\e626\";}.frm_email_solid_icon:before {content: \"\\f0e0\";}.frm_mail_bulk_icon:before {content: \"\\e95c\";}.frm_phone_icon:before {content: \"\\e942\";}.frm_calendar_icon:before {content: \"\\f073\";}.frm_code_icon:before {content: \"\\e90d\";}.frm_tag_icon:before {content: \"\\e98b\";}.frm_tag_solid_icon:before {content: \"\\e989\";}.frm_price_tags_icon:before {content: \"\\e936\";}.frm_search_icon:before {content: \"\\e978\";}.frm_sitemap_icon:before {content: \"\\f0e8\";}.frm_file_icon:before {content: \"\\f15b\";}.frm_file_text_solid_icon:before {content: \"\\f15c\";}.frm_file_text_icon:before {content: \"\\e923\";}.frm-option-icon:before, .frm_option_icon:before {content: \"\\e904\";}.frm_option_solid_icon:before {content: \"\\e906\";}.frm_more_horiz_icon:before {content: \"\\e5d3\";}.frm_more_vert_icon:before {content: \"\\e5d4\";}.frm_more_horiz_solid_icon {font-size: 28px !important;font-weight: bold;line-height: 18px;}.frm_more_horiz_solid_icon:before {content: \"\\00B7\\00B7\\00B7\";}.frm_more_vert_solid_icon:before {content: \"\\f142\";}.frm_calculator_icon:before {content: \"\\f1ec\";}.frm_key_icon:before {content: \"\\f084\";}.frm_keyalt_solid_icon:before {content: \"\\e986\";}.frm_keyalt_icon:before {content: \"\\e987\";}.frm_keyboard_icon:before {content: \"\\e924\";}.frm_eye_icon:before {content: \"\\f06e\";}.frm_eye_solid_icon:before {content: \"\\e945\";}.frm_eye_slash_icon:before {content: \"\\f070\";}.frm_eye_slash_solid_icon:before {content: \"\\e949\";}.frm_page_break_icon:before {content: \"\\e8e9\";}.frm_view_day_icon:before {content: \"\\e8ed\";}.frm_attach_file_icon:before {content: \"\\e226\";}.frm_printer_icon:before {content: \"\\e926\";}.frm_header_icon:before {content: \"\\f1dc\";}.frm_h1_icon:before {content: \"\\e94c\";}.frm_repeat_icon:before {content: \"\\f363\";}.frm_repeater_icon:before {content: \"\\e974\";}.frm_hashtag_icon:before {content: \"\\e292\";}.frm_save_icon:before {content: \"\\e927\";}.frm_sliders_icon:before {content: \"\\f1de\";}.frm_code_commit_icon:before {content: \"\\f386\";}.frm_star_icon:before {content: \"\\e9d7\";}.frm_star_full_icon:before {content: \"\\e9d9\";}.frm_star_half_icon:before {content: \"\\e9d8\";}.frm_linear_scale_icon:before {content: \"\\e260\";}.frm_pie_chart_icon:before {content: \"\\e99a\";}.frm_stats_bars_icon:before {content: \"\\e99c\";}.frm_sms_icon:before {content: \"\\e61c\";}.frm_highrise_icon:before {content: \"\\e617\";}.frm_mailchimp_icon:before {content: \"\\e622\";}.frm_feed_icon:before {content: \"\\e624\";}.frm_align_right_icon:before {content: \"\\e90f\";}.frm_align_left_icon:before {content: \"\\e910\";}.frm_button_icon:before {content: \"\\e911\";}.frm_browser_icon:before {content: \"\\e925\";}.frm_cloud_download_solid_icon:before {content: \"\\e92a\";}.frm_cloud_download_icon:before {content: \"\\e92b\";}.frm_cloud_upload_solid_icon:before {content: \"\\e92c\";}.frm_cloud_upload_icon:before {content: \"\\e92d\";}.frm_cloud_solid_icon:before {content: \"\\e92e\";}.frm_cloud_icon:before {content: \"\\e92f\";}.frm_shuffle_icon:before {content: \"\\e917\";}.frm_swap_icon:before {content: \"\\e918\";}.frm_dropper_solid_icon:before {content: \"\\e93c\";}.frm_tint_icon:before {content: \"\\e93e\";}.frm_pallet_solid_icon:before {content: \"\\e96c\";}.frm_pallet_icon:before {content: \"\\e96d\";}.frm_fingerprint_icon:before {content: \"\\e94a\";}.frm_ghost_icon:before {content: \"\\e94b\";}.frm_heart_solid_icon:before {content: \"\\e94d\";}.frm_heart_icon:before {content: \"\\e94e\";}.frm_history_icon:before {content: \"\\e94f\";}.frm_import_icon:before {content: \"\\e91a\";}.frm_export_icon:before {content: \"\\e91b\";}.frm_label_solid_icon:before {content: \"\\e952\";}.frm_label_icon:before {content: \"\\e953\";}.frm_lock_open_icon:before {content: \"\\e957\";}.frm_lock_solid_icon:before {content: \"\\e958\";}.frm_lock_icon:before {content: \"\\e959\";}.frm_magic_wand_icon:before {content: \"\\e997\";}.frm_dollar_sign_icon:before {content: \"\\e91c\";}.frm_percent_icon:before {content: \"\\e939\";}.frm_notification_solid_icon:before {content: \"\\e964\";}.frm_notification_icon:before {content: \"\\e965\";}.frm_external_link_icon:before {content: \"\\e966\";}.frm_pageview_solid_icon:before {content: \"\\e96a\";}.frm_pageview_icon:before {content: \"\\e96b\";}.frm_settings_solid_icon:before {content: \"\\e979\";}.frm_settings_icon:before {content: \"\\e97a\";}.frm_stamp_icon:before {content: \"\\e980\";}.frm_support_icon:before {content: \"\\f1cd\";}.frm_text_solid_icon:before {content: \"\\e98c\";}.frm_text_icon:before {content: \"\\e98d\";}.frm_text2_icon:before {content: \"\\f031\";}.frm_text3_icon:before {content: \"\\e98e\";}.frm_unfold_less_icon:before {content: \"\\e993\";}.frm_unfold_more_icon:before {content: \"\\e994\";}.frm_work_solid_icon:before {content: \"\\e999\";}.frm_work_icon:before {content: \"\\e99e\";}.frm_white_label_icon:before {content: \"\\e91d\" !important;}.frm_zoom_out_icon:before {content: \"\\e99f\";}.frm_maximize_icon:before {content: \"\\e920\";}.frm_minimize_icon:before {content: \"\\e93a\";}.frm_authorize_icon:before {content: \"\\e903\";}.frm_icon_font.frm_activecampaign_icon {background-image: none;}.frm_activecampaign_icon:before {content: \"\\e930\";}.frm_aweber_icon:before {content: \"\\e627\";}.frm_campaignmonitor_icon:before {content: \"\\e946\";}.frm_constant_contact_icon:before {content: \"\\e931\";}.frm_getresponse_icon:before {content: \"\\e932\";}.frm_googlesheets_icon:before {content: \"\\e944\";}.frm_building_icon:before {content: \"\\e93f\";}.frm_hubspot_icon:before {content: \"\\e933\";}.frm_icontact_icon:before {content: \"\\e940\";}.frm_icon_font.frm_mailpoet_icon:before {content: \"\\e934\";}.frm_paypal_icon:before {content: \"\\e61f\";}.frm_sendinblue_icon:before {content: \"\\e943\";}.frm_sendy_icon:before {content: \"\\e941\";}.frm_salesforce_icon:before {content: \"\\e935\";}.frm_salesforcealt_icon:before {content: \"\\e937\";}.frm_stripe_icon:before {content: \"\\e902\";}.frm_stripealt_icon:before {content: \"\\e93d\";}.frm_twilio_icon:before {content: \"\\e620\";}.frm_woocommerce_icon:before {content: \"\\e90e\";}.frm_wordpress_icon:before {content: \"\\f19a\";}.frm_credit_card_icon:before {content: \"\\e938\";}.frm_credit-card-alt_icon:before, .frm_credit_card_alt_icon:before {content: \"\\f283\";}.frm_cc_amex_icon:before {content: \"\\f1f3\";}.frm_cc_discover_icon:before {content: \"\\f1f2\";}.frm_cc_mastercard_icon:before {content: \"\\f1f1\";}.frm_cc_visa_icon:before {content: \"\\f1f0\";}.frm_cc_paypal_icon:before {content: \"\\f1f4\";}.frm_cc_stripe_icon:before {content: \"\\f1f5\";}.js .frm_logic_form:not(.frm_no_hide) {display:none;}.with_frm_style .frm_conf_field.frm_half label.frm_conf_label {overflow: hidden;white-space: nowrap;}.with_frm_style .frm_time_wrap{white-space:nowrap;}.with_frm_style select.frm_time_select{white-space:pre;display:inline;}.with_frm_style .frm_repeat_sec{margin-bottom:20px;margin-top:20px;padding-bottom:15px;}.with_frm_style .frm_repeat_sec:last-child{border-bottom:none;padding-bottom:0;}.with_frm_style .frm_repeat_inline{clear:both;}.frm_invisible_section .frm_form_field,.frm_invisible_section{display:none !important;visibility:hidden !important;height:0;margin:0;}.frm_form_field .frm_repeat_sec .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button {-moz-transition: opacity .15s ease-in-out;-webkit-transition: opacity .15s ease-in-out;transition: opacity .15s ease-in-out;pointer-events: none;}.frm_form_field .frm_repeat_sec .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button {display: none;}.frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button {visibility: hidden;}.frm_form_field div.frm_repeat_grid .frm_add_form_row,.frm_form_field div.frm_repeat_inline .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row {display: inline-block;visibility: visible;pointer-events: auto;}.frm_add_form_row.frm_button.frm_hidden:last-child, .frm_add_form_row.frm_icon_font.frm_hidden:last-child {display: inline-block;}.frm_form_fields .frm_section_heading.frm_hidden {display: none;}.frm_repeat_inline .frm_repeat_buttons a.frm_icon_font{vertical-align: sub;}.frm_repeat_inline .frm_repeat_buttons a.frm_icon_font:before{vertical-align: text-top;}.frm_repeat_grid .frm_button,.frm_repeat_inline .frm_button,.frm_repeat_sec .frm_button{display: inline-block;line-height:1;}.frm_repeat_sec .frm_button .frm_icon_font:before,.frm_repeat_grid .frm_button .frm_icon_font:before,.frm_repeat_inline .frm_button .frm_icon_font:before{line-height:1;}.frm_form_field .frm_repeat_grid ~ .frm_repeat_grid .frm_form_field .frm_primary_label{display:none !important;}#ui-datepicker-div{display:none;z-index:999999 !important;}.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {width: 33%;background-color:#fff;float:none;}.ui-datepicker select.ui-datepicker-month{margin-right: 3px;}.ui-datepicker-month, .ui-datepicker-year{max-width:100%;max-height:2em;padding:6px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ui-datepicker .ui-widget-header,.ui-datepicker .ui-datepicker-header {background: #008ec2 !important;color: #ffffff !important;}.ui-datepicker td.ui-datepicker-today{background: rgba(0,92,144,0.15) !important;}.ui-datepicker td.ui-datepicker-current-day,.ui-datepicker td .ui-state-hover,.ui-datepicker thead {background: #005c90 !important;color: #ffffff !important;}.ui-datepicker td.ui-datepicker-current-day .ui-state-default{color: #ffffff !important;}.google-visualization-tooltip-item-list,.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {margin: 1em 0 !important;}.google-visualization-tooltip-item {list-style-type: none !important;margin: 0.65em 0 !important;}.with_frm_style .frm_scale{margin-right:15px;text-align:center;float:left;}.with_frm_style .frm_scale input{display:block;margin:0;}.frm-star-group input {display: none !important;}.frm-star-group .star-rating,.frm-star-group input + label {float:left;width:25px;height:25px;font-size:25px;line-height:1;cursor:pointer;display:block;background:transparent;overflow:hidden !important;clear:none;font-style:normal;margin-right:15px;}.frm-star-group input + label:before,.frm-star-group .star-rating:before{font-family:\'s11-fp\';content:\'\\e9d7\';color:#F0AD4E;display: inline-block;vertical-align: top;}.frm-star-group input[type=radio]:checked + label:before,.frm-star-group:not(.frm-star-hovered) input[type=radio]:checked + label:before{color:#F0AD4E;}.frm-star-group:not(.frm-star-hovered) input[type=radio]:checked + label:before,.frm-star-group input + label:hover:before,.frm-star-group:hover input + label:hover:before,.frm-star-group .star-rating-on:before,.frm-star-group .star-rating-hover:before{content:\'\\e9d9\';color:#F0AD4E;}.frm-star-group .frm_half_star:before{content:\'\\e9d8\';}.frm-star-group .star-rating-readonly{cursor:default !important;}.with_frm_style .frm_other_input.frm_other_full{margin-top:10px;}.frm_left_container .frm_other_input{grid-column:2;}.frm_inline_container.frm_other_container .frm_other_input,.frm_left_container.frm_other_container .frm_other_input{margin-left:5px;}.frm_right_container.frm_other_container .frm_other_input{margin-right:5px;}.frm_inline_container.frm_other_container select ~ .frm_other_input,.frm_right_container.frm_other_container select ~ .frm_other_input,.frm_left_container.frm_other_container select ~ .frm_other_input{margin:0;}.frm_pagination_cont ul.frm_pagination{display:inline-block;list-style:none;margin-left:0 !important;}.frm_pagination_cont ul.frm_pagination > li{display:inline;list-style:none;margin:2px;background-image:none;}ul.frm_pagination > li.active a{text-decoration:none;}.frm_pagination_cont ul.frm_pagination > li:first-child{margin-left:0;}.archive-pagination.frm_pagination_cont ul.frm_pagination > li{margin:0;}.frmcal{padding-top:30px;}.frmcal-title{font-size:116%;}.frmcal table.frmcal-calendar{border-collapse:collapse;margin-top:20px;color:#555555;}.frmcal table.frmcal-calendar,.frmcal table.frmcal-calendar tbody tr td{border:1px solid #cccccc;}.frmcal table.frmcal-calendar,.frmcal,.frmcal-header{width:100%;}.frmcal-header{text-align:center;}.frmcal-prev{margin-right:10px;}.frmcal-prev,.frmcal-dropdown{float:left;}.frmcal-dropdown{margin-left:5px;}.frmcal-next{float:right;}.frmcal table.frmcal-calendar thead tr th{text-align:center;padding:2px 4px;}.frmcal table.frmcal-calendar tbody tr td{height:110px;width:14.28%;vertical-align:top;padding:0 !important;color:#555555;font-size:12px;}table.frmcal-calendar .frmcal_date{background-color:#ffffff;padding:0 5px;text-align:right;-moz-box-shadow:0 2px 5px #cccccc;-webkit-box-shadow:0 2px 5px #cccccc;box-shadow:0 2px 5px #cccccc;}table.frmcal-calendar .frmcal-today .frmcal_date{background-color:#ffffff;padding:0 5px;text-align:right;-moz-box-shadow:0 2px 5px #66afe9;-webkit-box-shadow:0 2px 5px #66afe9;box-shadow:0 2px 5px #66afe9;}.frmcal_day_name,.frmcal_num{display:inline;}.frmcal-content{padding:2px 4px;}.frm_switch_opt {padding:0 8px 0 0;white-space:normal;display:inline;vertical-align: middle;}.frm_on_label{color: #3177c7;padding:0 0 0 8px;}.frm_switch {position: relative;display: inline-block;width: 40px;height: 25px;vertical-align: middle;}.frm_switch input {display:none !important;}.frm_slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;transition: .4s;border-radius: 30px;}.frm_slider:before {border-radius: 50%;position: absolute;content: \"\";height: 23px;width: 23px;left: 1px;bottom: 1px;background-color: white;transition: .4s;box-shadow:0 2px 5px #999;}input:checked + .frm_slider {background-color: #3177c7;}input:focus + .frm_slider {box-shadow: 0 0 1px #3177c7;}input:checked + .frm_slider:before {transform: translateX(15px);}.with_frm_style .frm_range_unit,.with_frm_style .frm_range_value{display:inline-block;padding-left: 2px;padding-right: 2px;}.with_frm_style input[type=range] {-webkit-appearance: none;box-shadow:none !important;border:none !important;cursor: pointer;padding:0 ;background:transparent !important;display: block;width: 100%;margin: 7px 0 15px;font-size:14px;}.with_frm_style input[type=range]:active,.with_frm_style input[type=range]:focus {outline: none;box-shadow:none !important;background:transparent !important;}.with_frm_style .frm_range_container{text-align:center;}.with_frm_style input[type=range]::-webkit-slider-runnable-track {border-radius: 25px;border: none;height: 10px;background-color: #ccc;animation: 0.2s;}.with_frm_style input[type=range]::-moz-range-track {border-radius: 25px;border: none;height: 10px;background-color: #ccc;animation: 0.2s;border-color: transparent;border-width: 39px 0;color: transparent;}.with_frm_style input[type=range]::-ms-fill-lower {border-radius: 25px;border: none;height: 10px;background-color: #ccc;animation: 0.2s;}.with_frm_style input[type=range]::-ms-fill-upper {border-radius: 25px;border: none;height: 10px;background-color: #ccc;animation: 0.2s;}.with_frm_style input[type=range]::-webkit-slider-thumb {-webkit-appearance: none;-webkit-border-radius: 20px;height: 28px;width: 28px;border-radius: 20px;border: 1px solid rgba(49,119,199,0.6);color:#ffffff;background-color: #3177c7;cursor: pointer;margin-top: -10px;}.with_frm_style input[type=range]::-moz-range-thumb {height: 28px;width: 28px;border-radius: 20px;border: 1px solid rgba(49,119,199,0.6);color:#ffffff;background-color: #3177c7;cursor: pointer;-moz-border-radius: 20px;}.with_frm_style input[type=range]::-ms-thumb {height: 28px;width: 28px;border-radius: 20px;border: 1px solid rgba(49,119,199,0.6);color:#ffffff;background-color: #3177c7;cursor: pointer;}@media screen and (max-width: 768px) {.frm-pass-req, .frm-pass-verified {width: 50% !important;white-space: nowrap;}}.frm-pass-req, .frm-pass-verified {float: left;width: 20%;line-height: 20px;font-size: 12px;padding-top: 4px;min-width: 175px;}.frm-pass-req:before, .frm-pass-verified:before {padding-right: 4px;font-size: 12px !important;vertical-align: middle !important;}span.frm-pass-verified::before {content: \'\\e606\';}span.frm-pass-req::before {content: \'\\e608\';}div.frm-password-strength {width: 100%;float: left;}div.frm_repeat_grid:after, div.frm_repeat_inline:after, div.frm_repeat_sec:after {content: \'\';display: table;clear: both;}.with_frm_style .frm-summary-page-wrapper {padding: 50px;margin: 25px 0 50px;border: 1px solid #cccccc;border-radius: 4px;}.with_frm_style .frm-summary-page-wrapper .frm-edit-page-btn {float: right;margin: 0;padding: 3px 10px;font-size: 13px;}.frm-summary-page-wrapper .frm-line-table th {width: 40%;}button .frm-icon {display: inline-block;color: inherit;width: 12px;height: 12px;fill: currentColor;}.frm-line-table {width: 100%;border-collapse: collapse;margin-top: 0.5em;font-size: 14px;}.frm-line-table tr {background-color: transparent;border-bottom: 1px solid rgba(204,204,204,0.6);}.frm-line-table td,.frm-line-table th {border: 0;padding: 20px 15px;background-color: transparent;vertical-align: top;color: #444444;}.frm-line-table th {opacity: .7;font-size: 1.1em;font-weight: 500;}.frm-line-table h3 {font-size: 21px;font-weight: 500;margin: 0;}.frm_form_field .frm_total_formatted {display: inline-block;margin: 5px 0 0;}.with_frm_style .chosen-container{font-size:14px;position:relative;display:inline-block;zoom:1;vertical-align:middle;width:100% !important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.with_frm_style .chosen-container * {  -webkit-box-sizing: border-box;  box-sizing: border-box;}.with_frm_style .chosen-container .chosen-drop{background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:100%;z-index:1010;width:100%;clip: rect(0, 0, 0, 0);-webkit-clip-path: inset(100% 100%);clip-path: inset(100% 100%);}.with_frm_style .chosen-container.chosen-with-drop .chosen-drop{clip: auto;-webkit-clip-path: none;clip-path: none;}.with_frm_style .chosen-container a{cursor:pointer;}.with_frm_style .chosen-container .search-choice .group-name,.with_frm_style .chosen-container .chosen-single .group-name {margin-right: 4px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: normal;color: #999999;}.with_frm_style .chosen-container .search-choice .group-name:after,.with_frm_style .chosen-container .chosen-single .group-name:after {content: \":\";padding-left: 2px;vertical-align: top;}.with_frm_style .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;text-decoration:none;white-space:nowrap;line-height:24px;}.with_frm_style .chosen-container-single .chosen-default {color: #999;}.with_frm_style .chosen-container-single .chosen-single span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.with_frm_style .chosen-container-single .chosen-single-with-deselect span{margin-right:38px;}.with_frm_style .chosen-container-single .chosen-single abbr{display:block;position:absolute;right:26px;top:6px;width:12px;height:12px;font-size:1px;background:url(\'//watermark.labcp.co/app/plugins/formidable-pro/images/chosen-sprite.png\') -42px 1px no-repeat;}.with_frm_style .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px;}.with_frm_style .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px;}.with_frm_style .chosen-container-single .chosen-single div{position:absolute;right:0;top:0;display:block;height:100%;width:18px;}.with_frm_style .chosen-container-single .chosen-single div b{background:url(\'//watermark.labcp.co/app/plugins/formidable-pro/images/chosen-sprite.png\') no-repeat 0 2px;display:block;width:100%;height:100%;}.with_frm_style .chosen-container-single .chosen-search{padding:3px 4px;position:relative;margin:0;white-space:nowrap;z-index:1010;}.with_frm_style .chosen-container-single .chosen-search input[type=\"text\"]{width:100% !important;max-width:100% !important;height:auto;background:url(\'//watermark.labcp.co/app/plugins/formidable-pro/images/chosen-sprite.png\') no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0;}.with_frm_style .chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box;}.with_frm_style .chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip: rect(0, 0, 0, 0);-webkit-clip-path: inset(100% 100%);clip-path: inset(100% 100%);}.with_frm_style .chosen-container .chosen-results{cursor:text;overflow-x:hidden;overflow-y:auto;position:relative;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch;}.with_frm_style .chosen-container .chosen-results li:before{background:none;}.with_frm_style .chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none;}.with_frm_style .chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer;}.with_frm_style .chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default;}.with_frm_style .chosen-container .chosen-results li.highlighted{background-color: #3875d7;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);color: #fff;}.with_frm_style .chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4;}.with_frm_style .chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default;}.with_frm_style .chosen-container .chosen-results li.group-option{padding-left:15px;}.with_frm_style .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline;}.with_frm_style .chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border: 1px solid #aaa;background-color: #fff;cursor:text;}.with_frm_style .chosen-container-multi .chosen-choices li{float:left;list-style:none;}.with_frm_style .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap;}.with_frm_style .chosen-container-multi .chosen-choices li.search-field input[type=\"text\"]{margin:1px 0;padding:0 !important;height:25px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width: 25px;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:1px 5px 1px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);color:#333;line-height:13px;cursor:default;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice span {word-wrap: break-word;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(\'//watermark.labcp.co/app/plugins/formidable-pro/images/chosen-sprite.png\') -42px 1px no-repeat;font-size:1px;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);color:#666;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px;}.with_frm_style .chosen-container-multi .chosen-results{margin:0;padding:0;}.with_frm_style .chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default;}.with_frm_style .chosen-container-single.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0, 0, 0, 0.3);}.with_frm_style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:0 1px 0 #fff inset;}.with_frm_style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent;}.with_frm_style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px;}.with_frm_style .chosen-container-active .chosen-choices {border: 1px solid #5897fb;-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}.with_frm_style .chosen-container-active .chosen-choices li.search-field input[type=\"text\"]{color:#111 !important;}.with_frm_style .chosen-disabled{opacity:0.5 !important;cursor:default;}.with_frm_style .chosen-disabled .chosen-single{cursor:default;}.with_frm_style .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default;}.with_frm_style .chosen-rtl{text-align:right;}.with_frm_style .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0;}.with_frm_style .chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl;}.with_frm_style .chosen-rtl .chosen-single-with-deselect span{margin-left:38px;}.with_frm_style .chosen-rtl .chosen-single div{right:auto;left:3px;}.with_frm_style .chosen-rtl .chosen-single abbr{right:auto;left:26px;}.with_frm_style .chosen-rtl .chosen-choices li{float:right;}.with_frm_style .chosen-rtl .chosen-choices li.search-field input[type=\"text\"]{direction:rtl;}.with_frm_style .chosen-rtl .chosen-choices li.search-choice{margin:1px 5px 1px 0;padding:3px 5px 3px 19px;}.with_frm_style .chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px;}.with_frm_style .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0;}.with_frm_style .chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0;}.with_frm_style .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none;}.with_frm_style .chosen-rtl .chosen-search input[type=\"text\"]{padding:4px 5px 4px 20px;background:url(\'//watermark.labcp.co/app/plugins/formidable-pro/images/chosen-sprite.png\') no-repeat -30px -20px;direction:rtl;}.with_frm_style .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px;}.with_frm_style .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px;}.with_frm_style .frm_repeat_sec,.with_frm_style .frm_repeat_inline,.with_frm_style .frm_repeat_grid {position: relative;}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi){.with_frm_style .chosen-rtl .chosen-search input[type=\"text\"],.with_frm_style .chosen-container-single .chosen-single abbr,.with_frm_style .chosen-container-single .chosen-single div b,.with_frm_style .chosen-container-single .chosen-search input[type=\"text\"],.with_frm_style .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.with_frm_style .chosen-container .chosen-results-scroll-down span,.with_frm_style .chosen-container .chosen-results-scroll-up span{background-image:url(\'//watermark.labcp.co/app/plugins/formidable-pro/images/chosen-sprite2x.png\') !important;background-size:52px 37px !important;background-repeat:no-repeat !important;}}@-webkit-keyframes passing-through {0% {opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px);}30%, 70% {opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);}100% {opacity: 0;-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px);}}@-moz-keyframes passing-through {0% {opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px);}30%, 70% {opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);}100% {opacity: 0;-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px);}}@keyframes passing-through {0% {opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px);}30%, 70% {opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);}100% {opacity: 0;-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px);}}@-webkit-keyframes slide-in {0% {opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px);}30% {opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);}}@-moz-keyframes slide-in {0% {opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px);}30% {opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);}}@keyframes slide-in {0% {opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px);}30% {opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);}}.frm_dropzone, .frm_dropzone * {box-sizing: border-box;}.frm_dropzone.frm_single_upload,.frm_dropzone.dz-clickable {min-height: 60px;margin-top:5px;line-height:1.42857143;}.frm_dropzone.dz-clickable * {cursor: default;}.frm_dropzone.frm_single_upload {max-width: 200px;}.frm_dropzone.frm_single_upload.dz-started {max-width: 300px;}.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload,.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload{max-width:100%;}.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload .dz-message,.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload .dz-message{margin: .5em 0 1em;}.frm_dropzone .dz-message{border: 2px dashed #dfdfdf;background:#ffffff;padding: 20px;border-radius:5px;cursor: pointer;display:none;font-size:20px;text-align: center;margin: .5em 0 1em;}.frm_dropzone.dz-clickable.frm_single_upload .dz-message{margin: 0 0 .5em 0;}.frm_dropzone.frm_single_upload.dz-started .dz-message{display: none;}.frm_dropzone.dz-clickable .dz-message,.frm_dropzone .frm_upload_icon{display:block;}.frm_dropzone.dz-clickable .dz-message,.frm_dropzone.dz-clickable .dz-message * {cursor: pointer;}#frm_form_editor_container .frm_dropzone.dz-clickable,#frm_form_editor_container .frm_dropzone.dz-clickable *{cursor: default;}.frm_dropzone.dz-drag-hover .dz-message {opacity: 0.5;}.frm_dropzone .frm_upload_icon:before{font-size:40px;}.frm_dropzone .frm_small_text {font-size:14px;}.frm_dropzone.dz-drag-hover {border-style: solid;}.frm_dropzone .dz-preview {padding: 15px 0;border-bottom: 1px solid #dfdfdf;}.frm_dropzone .dz-preview:last-child {border-bottom: none;}.frm_dropzone .dz-preview:hover {z-index: 1000;}.frm_dropzone .dz-preview.dz-file-preview .dz-details {opacity: 1;}.frm_dropzone .dz-preview.dz-image-preview .dz-details {-webkit-transition: opacity 0.2s linear;-moz-transition: opacity 0.2s linear;-ms-transition: opacity 0.2s linear;-o-transition: opacity 0.2s linear;transition: opacity 0.2s linear;}.frm_dropzone .dz-preview .dz-remove {cursor: pointer;border: none;float: right;}.frm_dropzone .dz-preview:hover .dz-details {opacity: 1;}.frm_dropzone .dz-preview .dz-details {font-size: 14px;margin: 5px 0 10px;}.frm_dropzone .dz-preview .dz-details .dz-size,.frm_dropzone .dz-preview .dz-details .dz-filename {display: inline-block;overflow: hidden;white-space: nowrap;}.frm_dropzone .dz-preview .dz-details .dz-size strong {font-weight: normal;}.frm_dropzone .dz-preview .dz-details .dz-filename {max-width: 65%;text-overflow: ellipsis;}.frm_dropzone .dz-preview .dz-details .dz-filename a{cursor:pointer;}.frm_dropzone .dz-preview .dz-column {float: right;width: 68%;}.frm_dropzone .dz-preview .dz-image {overflow: hidden;width: 30%;height: 60px;display: block;float: left;margin-right: 2%;}.frm_dropzone .dz-preview .dz-image img {display: block;margin:0 auto;max-height: 60px;}.frm_dropzone .dz-preview.dz-success .dz-success-mark {-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);}.frm_dropzone .dz-preview.dz-processing .dz-progress {-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}.frm_dropzone .dz-preview .dz-progress {pointer-events: none;position: relative;height: 10px;width: 100%;background: rgba(221, 221, 221, 1);-webkit-transform: scale(1);border-radius: 8px;overflow: hidden;}.frm_dropzone .dz-preview .dz-progress .dz-upload,.frm_dropzone .dz-preview.dz-complete .dz-progress{background: #333;background: linear-gradient(to bottom, #666, #444);}.frm_dropzone .dz-preview .dz-progress .dz-upload {position: absolute;top: 0;left: 0;bottom: 0;width: 0;-webkit-transition: width 300ms ease-in-out;-moz-transition: width 300ms ease-in-out;-ms-transition: width 300ms ease-in-out;-o-transition: width 300ms ease-in-out;transition: width 300ms ease-in-out;}.frm_dropzone .dz-preview.dz-error .dz-error-message {display: block;opacity: 1;pointer-events: auto;}.frm_dropzone .dz-preview .dz-error-message {pointer-events: none;display: none;opacity: 0;-webkit-transition: opacity 0.3s ease;-moz-transition: opacity 0.3s ease;-ms-transition: opacity 0.3s ease;-o-transition: opacity 0.3s ease;transition: opacity 0.3s ease;color: #B94A48;padding: 0.5em;}.frm_dropzone .fallback input[type=file]{display:block;}.frm_compact_text{display:none;}.frm_compact .frm_dropzone.dz-clickable{padding:0;border:none;background-color:transparent;}.frm_compact .frm_dropzone.dz-clickable.frm_single_upload{max-width:100%;}.frm_compact .frm_compact_text{display:inline;}.frm_upload_text button,.frm_compact_text button {background: none !important;color: inherit !important;border: none !important;padding: 0 !important;font: inherit !important;cursor: pointer !important;outline: inherit !important;}.frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message,.frm_compact .frm_dropzone.dz-clickable .dz-message{font-size:14px;border:1px solid #dfdfdf;background:#fff;display: inline-block;border-radius: 4px;padding: 6px 11px;box-sizing: border-box;box-shadow: 0 1px 1px #eeeeee;vertical-align: middle;margin: 0 0 1em;}.frm_compact .frm_dropzone.frm_single_upload.dz-started .dz-message,.frm_compact .frm_dropzone.frm_single_upload.dz-started.dz-clickable .dz-message {display: none;}.frm_compact .frm_dropzone .frm_upload_icon:before{font-size:22px;padding-right:7px;vertical-align: middle;}.frm_compact .frm_dropzone .frm_upload_icon{display:inline;}.frm_compact .frm_dropzone .dz-preview{min-height:20px;max-width:200px;margin: 0 5px;padding: 0;display: inline-block;border-bottom: none;}.frm_compact .frm_dropzone .dz-preview.frm_clearfix:after {content:\'\';}.frm_compact .frm_dropzone .frm_upload_text,.frm_compact .frm_dropzone .frm_small_text,.frm_compact .frm_dropzone .dz-preview .dz-image,.frm_compact .frm_dropzone .dz-preview .dz-details .dz-size{display:none;}.frm_compact .frm_dropzone .dz-preview .dz-details {margin: 0;}.frm_compact .frm_dropzone .dz-preview .dz-column {float: none;width: 100%;}.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename {overflow: hidden;text-overflow: ellipsis;}.frm-show-form .dz-hidden-input{display:none;}.frm_rootline_group{margin: 20px 0 30px;}ul.frm_page_bar{list-style-type: none;margin: 0 !important;padding: 0;width: 100%;float: left;display: table;display: -webkit-flex;display: flex;flex-wrap: wrap;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}ul.frm_page_bar li{display: inline-block;-ms-flex: 1;flex: 1;}.frm_forms .frm_page_bar input,.frm_forms .frm_page_bar input:disabled{transition: background-color 0.1s ease;color: #ffffff;background-color: #dddddd;font-size: 18px;border-width: 2px;border-style: solid;border-color: #dfdfdf;}.frm_forms .frm_page_bar input:focus{outline: none;}.frm_forms .frm_progress_line input.frm_page_back{background-color: #008ec2;}.frm_forms .frm_page_bar .frm_current_page input[type=\"button\"]{background-color: #dddddd;border-color: #dfdfdf;}.frm_rootline_single{text-align: center;margin: 0;padding: 0;}.frm_current_page .frm_rootline_title{color: #008ec2;}.frm_rootline_title,.frm_pages_complete,.frm_percent_complete {font-size:14px;padding:4px;}.frm_pages_complete {float: right;margin-right:13px;}.frm_percent_complete {float: left;margin-left:13px;}.frm_forms .frm_progress_line input,.frm_forms .frm_progress_line input:disabled {width: 100%;border: none;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;box-shadow: inset 0 10px 20px -15px #aaa;margin: 5px 0;padding: 6px 0;border-radius:0;font-size:0;line-height:15px;}.frm_forms .frm_progress_line.frm_show_lines input {border-left: 1px solid #ffffff;border-right: 1px solid #ffffff;}.frm_progress_line .frm_rootline_single {display: flex;flex-direction: column;justify-content: flex-end;}.frm_forms .frm_progress_line li:first-of-type input {border-top-left-radius: 15px;border-bottom-left-radius: 15px;border-left: 1px solid #008ec2;}.frm_forms .frm_progress_line li:last-of-type input {border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-right: 1px solid #008ec2;}.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip {border-right: 1px solid #dfdfdf;}.frm_forms .frm_progress_line .frm_current_page input[type=\"button\"] {border-left: 1px solid #dfdfdf;}.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type=\"button\"] {border-right: 1px solid #ffffff;}.frm_forms .frm_progress_line input.frm_page_back {border-color: #008ec2;}.frm_forms .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color: #008ec2;border-right-color: #ffffff;}.frm_rtl.frm_forms .frm_progress_line li:first-of-type input {border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-top-left-radius:0px;border-bottom-left-radius:0px;border-right: 1px solid #008ec2;}.frm_rtl.frm_forms .frm_progress_line li:last-of-type input{border-top-left-radius: 15px;border-bottom-left-radius: 15px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-left: 1px solid #008ec2;}.frm_rtl.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip {border-left: 1px solid #dfdfdf;border-right:none;}.frm_rtl.frm_forms .frm_progress_line .frm_current_page input[type=\"button\"] {border-right: 1px solid #dfdfdf;border-left:none;}.frm_rtl.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type=\"button\"] {border-left: 1px solid #ffffff;border-right:none;}.frm_rootline.frm_show_lines:before {border-top-width: 2px;border-top-style: solid;border-top-color: #dfdfdf;content: \"\";margin: 0 auto;position: absolute;top: 15px;left: 0;right: 0;bottom: 0;width: 100%;z-index: -1;}.frm_rootline.frm_show_lines{position: relative;z-index: 1;}.frm_rootline.frm_show_lines span{display:block;}.frm_forms .frm_rootline input {width: 30px;height: 30px;min-height:auto;border-radius: 30px;padding:0;}.frm_forms .frm_rootline input:focus {border-color: #008ec2;}.frm_forms .frm_rootline .frm_current_page input[type=\"button\"] {border-color: #007aae;background-color: #008ec2;color: #ffffff;}.frm_forms .frm_progress_line input,.frm_forms .frm_progress_line input:disabled,.frm_forms .frm_progress_line .frm_current_page input[type=\"button\"],.frm_forms .frm_rootline.frm_no_numbers input,.frm_forms .frm_rootline.frm_no_numbers .frm_current_page input[type=\"button\"] {color: transparent !important;}@media only screen and (max-width: 700px) {.frm_progress span.frm_rootline_title,.frm_rootline.frm_rootline_10 span.frm_rootline_title,.frm_rootline.frm_rootline_9 span.frm_rootline_title,.frm_rootline.frm_rootline_8 span.frm_rootline_title,.frm_rootline.frm_rootline_7 span.frm_rootline_title,.frm_rootline.frm_rootline_6 span.frm_rootline_title,.frm_rootline.frm_rootline_5 span.frm_rootline_title{display:none;}}@media only screen and (max-width: 500px) {.frm_rootline.frm_rootline_4 span.frm_rootline_title,.frm_rootline.frm_rootline_3 span.frm_rootline_title{display:none;}}@media only screen and (max-width: 900px) {.frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label{display: block !important;}}@media only screen and (max-width: 600px) {.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns: repeat(2, 1fr);}}@media only screen and (max-width: 500px) {.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width: auto;margin-right: 0;float: none;display:block;}.frm_form_field input[type=file] {max-width:220px;}.with_frm_style .frm-g-recaptcha > div > div,.with_frm_style .g-recaptcha > div > div{width:inherit !important;display:block;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);}.with_frm_style .g-recaptcha iframe,.with_frm_style .frm-g-recaptcha iframe{width:100%;}}.with_frm_style .frm_form_field{clear:both;}.frm_form_field,.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{width:auto;}.frm_inline_form .frm_form_field.form-field{margin-right:2.5%;display:inline-block;}.frm_inline_form .frm_submit{display:inline-block;}.frm_form_field.frm2,.frm_submit.frm2,.frm_form_field.frm3,.frm_submit.frm3,.frm_form_field.frm4,.frm_submit.frm4,.frm_form_field.frm6,.frm_submit.frm6,.frm_form_field.frm8,.frm_submit.frm8,.frm_form_field.frm9,.frm_submit.frm9,.frm_form_field.frm10,.frm_submit.frm10,.frm_form_field.frm_right_half,.frm_form_field.frm_right_third,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_right_fourth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_half,.frm_form_field.frm_last_third,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_last_fourth,.frm_form_field.frm_last_fifth,.frm_form_field.frm_last_sixth,.frm_form_field.frm_last_seventh,.frm_form_field.frm_last_eighth,.frm_form_field.frm_last_inline,.frm_form_field.frm_last,.frm_form_field.frm_half,.frm_submit.frm_half,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_two_thirds,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_three_fourths,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_two_fifths,.frm_form_field.frm_three_fifths,.frm_form_field.frm_four_fifths,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_inline,.frm_submit.frm_inline{clear:none;float:left;margin-left:2.5%;}.frm_form_field.frm_left_half,.frm_form_field.frm_left_third,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_left_fifth,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_half,.frm_form_field.frm_first_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_first_fourth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_first_seventh,.frm_form_field.frm_first_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_first{clear:left;float:left;margin-left:0;}.frm_form_field.frm6,.frm_submit.frm6,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_half,.frm_submit.frm_half{width:48.75%;}.frm_form_field.frm4,.frm_submit.frm4,.frm_form_field.frm_left_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_right_third,.frm_form_field.frm_first_third,.frm_form_field.frm_last_third{width:31.66%;}.frm_form_field.frm8,.frm_submit.frm8,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds{width:65.82%;}.frm_form_field.frm3,.frm_submit.frm3,.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth{width:23.12%;}.frm_form_field.frm9,.frm_form_field.frm_three_fourths{width:74.36%;}.frm_form_field.frm_left_fifth,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_last_fifth{width:18%;}.frm_form_field.frm_two_fifths {width:38.5%;}.frm_form_field.frm_three_fifths {width:59%;}.frm_form_field.frm_four_fifths {width:79.5%;}.frm_form_field.frm2,.frm_submit.frm2,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_last_sixth{width:14.58%;}.frm_form_field.frm10,.frm_submit.frm10{width:83.42%;}.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_first_seventh,.frm_form_field.frm_last_seventh{width:12.14%;}.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_eighth,.frm_form_field.frm_last_eighth{width:10.31%;}.frm_form_field.frm_left_inline,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_inline{width:auto;}.frm_full,.frm_full .wp-editor-wrap,.frm_full input:not([type=\'checkbox\']):not([type=\'radio\']):not([type=\'button\']),.frm_full select,.frm_full textarea{width:100% !important;}.frm_full .wp-editor-wrap input{width:auto !important;}.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container,.frm_combo_inputs_container,.frm_grid_container,.frm_form_fields .frm_section_heading,.frm_form_fields .frm_fields_container,.frm_form_field.frm_two_col .frm_opt_container,.frm_form_field.frm_three_col .frm_opt_container,.frm_form_field.frm_four_col .frm_opt_container{display:block;}.frm_form_field.frm_left_container .frm_primary_label{float:left;display:inline;max-width:33%;margin-right:5%;}.with_frm_style .frm_conf_field.frm_left_container .frm_primary_label{display:inline;visibility:hidden;}.frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),.frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,.frm_form_field.frm_left_container textarea,.frm_form_field.frm_left_container .wp-editor-wrap,.frm_form_field.frm_left_container .frm_opt_container,.frm_form_field.frm_left_container .frm_dropzone,.frm_form_field.frm_left_container .frm-g-recaptcha,.frm_form_field.frm_left_container .g-recaptcha,.frm_form_field.frm_left_container .chosen-container,.frm_form_field.frm_left_container .frm_combo_inputs_container,.frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),.frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,.frm_form_field.frm_right_container textarea,.frm_form_field.frm_right_container .wp-editor-wrap,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_right_container .frm_dropzone,.frm_form_field.frm_right_container .frm-g-recaptcha,.frm_form_field.frm_right_container .g-recaptcha,.frm_form_field.frm_right_container .chosen-container,.frm_form_field.frm_right_container .frm_combo_inputs_container{max-width:62%;}.frm_form_field.frm_left_container .frm_combo_inputs_container input,.frm_form_field.frm_left_container .frm_combo_inputs_container select,.frm_form_field.frm_right_container .frm_combo_inputs_container input,.frm_form_field.frm_right_container .frm_combo_inputs_container select{max-width:100%;}.frm_form_field.frm_left_container .frm_data_container,.frm_form_field.frm_right_container .frm_data_container,.frm_form_field.frm_inline_container .frm_data_container,.frm_form_field.frm_left_container .frm_opt_container,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_inline_container .frm_opt_container,.frm_form_field.frm_left_container .frm_combo_inputs_container,.frm_form_field.frm_right_container .frm_combo_inputs_container,.frm_form_field.frm_inline_container .frm_combo_inputs_container,.frm_form_field.frm_left_container .wp-editor-wrap,.frm_form_field.frm_right_container .wp-editor-wrap,.frm_form_field.frm_inline_container .wp-editor-wrap,.frm_form_field.frm_left_container .frm_dropzone,.frm_form_field.frm_right_container .frm_dropzone,.frm_form_field.frm_inline_container .frm_dropzone,.frm_form_field.frm_left_container .frm-g-recaptcha,.frm_form_field.frm_right_container .frm-g-recaptcha,.frm_form_field.frm_inline_container .frm-g-recaptcha,.frm_form_field.frm_left_container .g-recaptcha,.frm_form_field.frm_right_container .g-recaptcha,.frm_form_field.frm_inline_container .g-recaptcha{display:inline-block;}.frm_form_field.frm_left_half.frm_left_container .frm_primary_label,.frm_form_field.frm_right_half.frm_left_container .frm_primary_label,.frm_form_field.frm_left_half.frm_right_container .frm_primary_label,.frm_form_field.frm_right_half.frm_right_container .frm_primary_label,.frm_form_field.frm_first_half.frm_left_container .frm_primary_label,.frm_form_field.frm_last_half.frm_left_container .frm_primary_label,.frm_form_field.frm_first_half.frm_right_container .frm_primary_label,.frm_form_field.frm_last_half.frm_right_container .frm_primary_label,.frm_form_field.frm_half.frm_right_container .frm_primary_label,.frm_form_field.frm_half.frm_left_container .frm_primary_label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:33%;}.with_frm_style .frm_left_container .frm_primary_label{float:left;display:inline !important;width:150px;max-width:33% !important;margin-right:10px !important;}.with_frm_style .frm_right_container .frm_primary_label{display:inline !important;width:150px;max-width:33% !important;margin-left:10px !important;}.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),.with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,.with_frm_style .frm_form_field.frm_left_container textarea,.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,.with_frm_style .frm_form_field.frm_left_container .frm-g-recaptcha,.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,.with_frm_style .frm_form_field.frm_left_container .chosen-container,.with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),.with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,.with_frm_style .frm_form_field.frm_right_container textarea,.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,.with_frm_style .frm_form_field.frm_right_container .g-recaptcha,.with_frm_style .frm_form_field.frm_right_container .frm-g-recaptcha,.with_frm_style .frm_form_field.frm_right_container .chosen-container{max-width:62% !important;}.with_frm_style .frm_form_field.frm_left_container .frm_combo_inputs_container .frm_form_field input,.with_frm_style .frm_form_field.frm_left_container .frm_combo_inputs_container .frm_form_field select,.with_frm_style .frm_form_field.frm_right_container .frm_combo_inputs_container .frm_form_field input,.with_frm_style .frm_form_field.frm_right_container .frm_combo_inputs_container .frm_form_field select{max-width:100% !important;}.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,.with_frm_style .frm_form_field.frm_right_container .g-recaptcha,.with_frm_style .frm_form_field.frm_left_container .frm-g-recaptcha,.with_frm_style .frm_form_field.frm_right_container .frm-g-recaptcha{display:inline-block !important;}.with_frm_style .frm_left_container > p.description::before,.with_frm_style .frm_left_container > div.description::before,.with_frm_style .frm_left_container > div.frm_description::before,.with_frm_style .frm_left_container > .frm_error::before,.with_frm_style .frm_right_container > p.description::after,.with_frm_style .frm_right_container > div.description::after,.with_frm_style .frm_right_container > div.frm_description::after,.with_frm_style .frm_right_container > .frm_error::after{content:\'\' !important;display:inline-block !important;width:150px;max-width:33% !important;margin-right:10px !important;}.with_frm_style .frm_left_container.frm_inline .frm_primary_label{max-width:90% !important;}.with_frm_style .form-field.frm_col_field{clear:none;float:left;margin-right:20px;}.with_frm_style .form-field.frm_col_field div.frm_description{width:auto;max-width:100%;}.with_frm_style .frm_inline_container .frm_primary_label,.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline !important;}.with_frm_style .frm_inline_container .frm_primary_label{margin-right:10px !important;}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_checkbox,.frm_form_field.frm_four_col .frm_checkbox{float:left;}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox{width:48%;margin-right:4%;}.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width:30%;margin-right:5%;}.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{width:22%;margin-right:4%;}.frm_form_field.frm_two_col .frm_radio:nth-child(2n+2),.frm_form_field.frm_two_col .frm_checkbox:nth-child(2n+2),.frm_form_field.frm_three_col .frm_radio:nth-child(3n+3),.frm_form_field.frm_three_col .frm_checkbox:nth-child(3n+3),.frm_form_field.frm_four_col .frm_radio:nth-child(4n+4),.frm_form_field.frm_four_col .frm_checkbox:nth-child(4n+4){margin-right:0;}.with_frm_style.frm_rtl .frm_form_field.frm2,.with_frm_style.frm_rtl .frm_form_field.frm3,.with_frm_style.frm_rtl .frm_form_field.frm4,.with_frm_style.frm_rtl .frm_form_field.frm6,.with_frm_style.frm_rtl .frm_form_field.frm8,.with_frm_style.frm_rtl .frm_form_field.frm9,.with_frm_style.frm_rtl .frm_form_field.frm10,.with_frm_style.frm_rtl .frm_form_field.frm_half,.with_frm_style.frm_rtl .frm_form_field.frm_third,.with_frm_style.frm_rtl .frm_form_field.frm_two_thirds,.with_frm_style.frm_rtl .frm_form_field.frm_fourth,.with_frm_style.frm_rtl .frm_form_field.frm_fifth,.with_frm_style.frm_rtl .frm_form_field.frm_sixth,.with_frm_style.frm_rtl .frm_form_field.frm_seventh,.with_frm_style.frm_rtl .frm_form_field.frm_eighth,.with_frm_style.frm_rtl .frm_form_field.frm_inline,.with_frm_style.frm_rtl .frm_form_field.frm_left_half,.with_frm_style.frm_rtl .frm_form_field.frm_left_third,.with_frm_style.frm_rtl .frm_form_field.frm_left_two_thirds,.with_frm_style.frm_rtl .frm_form_field.frm_left_fourth,.with_frm_style.frm_rtl .frm_form_field.frm_left_fifth,.with_frm_style.frm_rtl .frm_form_field.frm_left_inline,.with_frm_style.frm_rtl .frm_form_field.frm_first_half,.with_frm_style.frm_rtl .frm_form_field.frm_first_third,.with_frm_style.frm_rtl .frm_form_field.frm_first_two_thirds,.with_frm_style.frm_rtl .frm_form_field.frm_first_fourth,.with_frm_style.frm_rtl .frm_form_field.frm_first_fifth,.with_frm_style.frm_rtl .frm_form_field.frm_first_inline,.with_frm_style.frm_rtl .frm_form_field.frm_right_half,.with_frm_style.frm_rtl .frm_form_field.frm_right_third,.with_frm_style.frm_rtl .frm_form_field.frm_right_two_thirds,.with_frm_style.frm_rtl .frm_form_field.frm_right_fourth,.with_frm_style.frm_rtl .frm_form_field.frm_right_fifth,.with_frm_style.frm_rtl .frm_form_field.frm_right_inline,.with_frm_style.frm_rtl .frm_form_field.frm_last_half,.with_frm_style.frm_rtl .frm_form_field.frm_last_third,.with_frm_style.frm_rtl .frm_form_field.frm_last_two_thirds,.with_frm_style.frm_rtl .frm_form_field.frm_last_fourth,.with_frm_style.frm_rtl .frm_form_field.frm_last_fifth,.with_frm_style.frm_rtl .frm_form_field.frm_last_inline{float:right;margin-right:2.5%;margin-left:0;clear:none;}.with_frm_style.frm_rtl .frm_form_field.frm_left_half,.with_frm_style.frm_rtl .frm_form_field.frm_first_half,.with_frm_style.frm_rtl .frm_form_field.frm_first,.with_frm_style.frm_rtl .frm_form_field.frm_left_third,.with_frm_style.frm_rtl .frm_form_field.frm_first_third,.with_frm_style.frm_rtl .frm_form_field.frm_first_two_thirds,.with_frm_style.frm_rtl .frm_form_field.frm_left_two_thirds,.with_frm_style.frm_rtl .frm_form_field.frm_first_fourth,.with_frm_style.frm_rtl .frm_form_field.frm_left_fourth,.with_frm_style.frm_rtl .frm_form_field.frm_left_fifth,.with_frm_style.frm_rtl .frm_form_field.frm_first_fifth,.with_frm_style.frm_rtl .frm_form_field.frm_left_inline,.with_frm_style.frm_rtl .frm_form_field.frm_first_inline{clear:right;margin-right:0;}.with_frm_style.frm_rtl .frm_form_field.frm_two_col .frm_radio,.with_frm_style.frm_rtl .frm_form_field.frm_three_col .frm_radio,.with_frm_style.frm_rtl .frm_form_field.frm_four_col .frm_radio,.with_frm_style.frm_rtl .frm_form_field.frm_two_col .frm_checkbox,.with_frm_style.frm_rtl .frm_form_field.frm_three_col .frm_checkbox,.with_frm_style.frm_rtl .frm_form_field.frm_four_col .frm_checkbox{float:right;}@media only screen and (max-width: 500px) {.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),.with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,.with_frm_style .frm_form_field.frm_left_container textarea,.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,.with_frm_style .frm_form_field.frm_left_container .frm-g-recaptcha,.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,.with_frm_style .frm_form_field.frm_left_container .chosen-container,.with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),.with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,.with_frm_style .frm_form_field.frm_right_container textarea,.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,.with_frm_style .frm_form_field.frm_right_container .frm-g-recaptcha,.with_frm_style .frm_form_field.frm_right_container .g-recaptcha,.with_frm_style .frm_form_field.frm_right_container .chosen-container{max-width:100% !important;}.with_frm_style .frm_left_container > p.description::before,.with_frm_style .frm_left_container > div.description::before,.with_frm_style .frm_left_container > div.frm_description::before,.with_frm_style .frm_left_container > .frm_error::before,.with_frm_style .frm_right_container > p.description::after,.with_frm_style .frm_right_container > div.description::after,.with_frm_style .frm_right_container > div.frm_description::after,.with_frm_style .frm_right_container > .frm_error::after{display:none !important;}.with_frm_style .frm_left_container .frm_primary_label,.with_frm_style .frm_right_container .frm_primary_label{width:100% !important;max-width:100% !important;margin-right:0 !important;margin-left:0 !important;padding-right:0 !important;padding-left:0 !important;}}@media only screen and (max-width: 600px){.with_frm_style .frm_form_field.frm_half.frm_left_container input:not([type=radio]):not([type=checkbox]),.with_frm_style .frm_form_field.frm_half.frm_left_container select,.with_frm_style .frm_form_field.frm_half.frm_left_container textarea,.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_opt_container,.with_frm_style .frm_form_field.frm_half.frm_left_container.frm-g-recaptcha,.with_frm_style .frm_form_field.frm_half.frm_left_container.g-recaptcha,.with_frm_style .frm_form_field.frm_half.frm_left_container .chosen-container,.with_frm_style .frm_form_field.frm_half.frm_right_container input:not([type=radio]):not([type=checkbox]),.with_frm_style .frm_form_field.frm_half.frm_right_container select,.with_frm_style .frm_form_field.frm_half.frm_right_container textarea,.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_opt_container,.with_frm_style .frm_form_field.frm_half.frm_right_container.frm-g-recaptcha,.with_frm_style .frm_form_field.frm_half.frm_right_container.g-recaptcha,.with_frm_style .frm_form_field.frm_half.frm_right_container .chosen-container{max-width:100% !important;}.with_frm_style .frm_form_field.frm_left_half.frm_left_container .frm_primary_label,.with_frm_style .frm_form_field.frm_right_half.frm_left_container .frm_primary_label,.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_primary_label,.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_primary_label,.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_primary_label,.with_frm_style .frm_form_field.frm_left_half.frm_right_container .frm_primary_label,.with_frm_style .frm_form_field.frm_right_half.frm_right_container .frm_primary_label,.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_primary_label,.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_primary_label,.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_primary_label{max-width:100% !important;margin-right:0;margin-left:0;padding-right:0;padding-left:0;width:100% !important;}.with_frm_style .frm_repeat_inline,.with_frm_style .frm_repeat_grid{margin: 20px 0;}.with_frm_style .frm_form_field.frm_first_half.frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_error,.with_frm_style .frm_form_field.frm_first_half .frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half .frm_right_container .frm_error,.with_frm_style .frm_form_field.frm_last_half.frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_error,.with_frm_style .frm_form_field.frm_half.frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_error,.with_frm_style .frm_form_field.frm_first_half.frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_error,.with_frm_style .frm_form_field.frm_first_half .frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half .frm_left_container .frm_error,.with_frm_style .frm_form_field.frm_last_half.frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_error,.with_frm_style .frm_form_field.frm_half.frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_error{margin-right:0;margin-left:0;padding-right:0;padding-left:0;}.frm_form_field.frm2,.frm_submit.frm2,.frm_form_field.frm3,.frm_submit.frm3,.frm_form_field.frm4,.frm_submit.frm4,.frm_form_field.frm6,.frm_submit.frm6,.frm_form_field.frm8,.frm_submit.frm8,.frm_form_field.frm9,.frm_submit.frm9,.frm_form_field.frm10,.frm_submit.frm10,.frm_form_field.frm_half,.frm_submit.frm_half,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_first_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_last_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth,.frm_form_field.frm_three_fourths,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_two_fifths,.frm_form_field.frm_three_fifths,.frm_form_field.frm_four_fifths,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_last_inline{width:100%;margin-left:0;margin-right:0;clear:both;float:none;}.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{width:48%;}.frm_form_field.frm_four_col .frm_radio:nth-child(2n+2),.frm_form_field.frm_four_col .frm_checkbox:nth-child(2n+2){margin-right:0;}}','no'),(327,'frm_addons_l','a:3:{s:7:\"timeout\";i:1582079084;s:5:\"value\";s:69586:\"{\"20790298\":{\"title\":\"Active Campaign\",\"name\":\"Active Campaign\",\"slug\":\"activecampaign-wordpress-plugin\",\"version\":\"1.05\",\"new_version\":\"1.05\",\"location\":[\"fp.strategy11.com\\/releases\\/activecampaign\\/formidable-activecampaign-1.05.zip\"],\"excerpt\":\"Add contacts to any ActiveCampaign list from your WordPress forms.\",\"id\":20790298,\"released\":\"2018-07-05 00:00:00\",\"categories\":[\"Elite\",\"Marketing\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/activecampaign-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/activecampaign-wordpress-plugin\\/\",\"changelog\":\"\",\"plugin\":\"formidable-activecampaign\\/formidable-activecampaign.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"337527\":{\"title\":\"Authorize.net AIM\",\"name\":\"Authorize.net AIM\",\"slug\":\"authorize-net-aim\",\"version\":\"2.01\",\"new_version\":\"2.01\",\"location\":[\"fp.strategy11.com\\/releases\\/authorize-net\\/formidable-authorize-net-2.01.zip\"],\"excerpt\":\"Accept one-time payments directly on your site, using Authorize.net AIM.\",\"id\":337527,\"released\":\"2016-04-29 00:00:00\",\"categories\":[\"Ecommerce\",\"Elite\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/authorize-net-aim\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/authorize-net-aim\\/\",\"changelog\":\"<h4>v2.01 - March 18, 2019<\\/h4>\\n<ul>\\n<li>Fix: Increase the timeout for creating the payment on Authorize.net in order to prevent false failures.<\\/li>\\n<li>Save the full API response in the log instead of only the body of the response for more helpful debugging messages.<\\/li>\\n<\\/ul>\\n<h4>v2.0 - February 25, 2019<\\/h4>\\n<ul>\\n<li>Requires Formidable 3.0+ and WordPress 4.7+<\\/li>\\n<li>New: Remove the Authorize.net SDK. This greatly reduces the size of the plugin, and resolves PHP 7.0+ compatibility issues.<\\/li>\\n<li>New: Use Webhooks to get notifications from Authorize.net to a REST endpoint when a payment status changes. This includes refunds, voids, and completed transactions. A webhook will be automatically created when the Formidable -&gt; Global settings page is saved.<\\/li>\\n<li>New: Added signature key to Global settings page and removed the Silent Post url. This is used to verify any incoming webhooks.<\\/li>\\n<li>New: Don\'t use MD5 verification, but meet the new sha512 requirement instead.<\\/li>\\n<li>New: Add Bangladeshi Taka currency<\\/li>\\n<li>Fix: Replace usage of deprecated file and functions from Formidable<\\/li>\\n<li>Fix: Added escaping for translatable strings.<\\/li>\\n<\\/ul>\\n<h4>v1.02 - August 31, 2018<\\/h4>\\n<ul>\\n<li>New: Delete entries that don\'t pass credit card validation<\\/li>\\n<li>New: Process shortcodes in the payment amount, description, and actions after payment. This includes default values, field values, and regular WP shortcodes.<\\/li>\\n<li>New: Allow the api key to be overridden with constants. The Authorize account can be set with AUTHORIZENET_TRANSACTION_KEY and AUTHORIZENET_API_LOGIN_ID<\\/li>\\n<li>New: Disable live mode for non-ssl sites. Show the settings and always allow test mode.<\\/li>\\n<li>New: Add option to register user after successful payment<\\/li>\\n<li>New: Add payment triggers to api action<\\/li>\\n<li>New: Add receipt ID shortcode<\\/li>\\n<li>New: Add Pakistani rupee, Chinese Renminbi Yuan, South African Rand, and Sri Lankan Rupee to currency options<\\/li>\\n<li>New: If PayPal is also installed, show the PayPal payment completed status<\\/li>\\n<li>New: Add frm_pay_[payment type]_sidebar hook for adding content to the sidebar of a single payment<\\/li>\\n<li>Fix: Include the customer info with an echeck. Show the address fields in eCheck settings. When only eCheck is selected, the extra fields were not set to show or send to Authnet<\\/li>\\n<li>Fix: Replace the included SSL cert since it is causing errors on some servers<\\/li>\\n<li>Fix: Filter description shortcodes on subscriptions page<\\/li>\\n<li>Fix: Create the post (if applicable) before fields are updated<\\/li>\\n<li>Fix: Use credit card icon instead of Stripe. This will show in 3.0.<\\/li>\\n<li>Fix: Update the gateway field for better 3.0 compatibility<\\/li>\\n<\\/ul>\\n<h4>v1.01 - December 12, 2016<\\/h4>\\n<ul>\\n<li>Prevent errors when Formidable is deactivated<\\/li>\\n<li>Add frm_authnet_invoice_num hook for setting the invoice number<\\/li>\\n<li>Add a link to view the subscriptions<\\/li>\\n<li>If the subscription has failed &gt; 3 times, set it to canceled<\\/li>\\n<li>Show more error messages to a user when the payment fails<\\/li>\\n<li>Remove plugin header for nested plugin to prevent error message when activating from the plugins upload page<\\/li>\\n<li>Use the correct currency for the total on the entry sidebar instead of defaulting to USD<\\/li>\\n<li>Allow field shortcodes in description<\\/li>\\n<li>Add Indian Rupee to currency options<\\/li>\\n<li>Add table headings and subscription description to the frm-subscriptions shortcode<\\/li>\\n<li>Prevent field ids from being used as the amount<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-authorize-net\\/formidable-authorize-net.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"168468\":{\"title\":\"AWeber\",\"name\":\"AWeber\",\"slug\":\"aweber\",\"version\":\"2.01\",\"new_version\":\"2.01\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-aweber\\/formidable-aweber-2.01.zip\"],\"excerpt\":\"AWeber is a powerful email marketing service. Subscribe contacts to an AWeber mailing list when they submit your WordPress contact forms.\",\"id\":168468,\"released\":\"2013-11-26 00:00:00\",\"categories\":[\"Creator\",\"Marketing\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-aweber\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/aweber\\/\",\"changelog\":\"<h4>v2.01 - February 4, 2016<\\/h4>\\n<ul>\\n<li>Make sure the update notice doesn\'t show if the plugin is up to date<\\/li>\\n<\\/ul>\\n<h4>v2.0 - January 15, 2016<\\/h4>\\n<ul>\\n<li>Move the AWeber settings into a form action<\\/li>\\n<li>Make the plugin translatable<\\/li>\\n<li>Now it works with the free version of Formidable<\\/li>\\n<\\/ul>\\n<h4>v1.0.03 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent errors when Formidable is disabled<\\/li>\\n<\\/ul>\\n<h4>v1.0.02 - October 16, 2015<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v1.0.01 - December 2, 2013<\\/h4>\\n<ul>\\n<li>Fixed setting up lists when MailChimp add-on is not installed.<\\/li>\\n<li>Remove a hook to prevent settings from loading twice in recent versions of Formidable<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-aweber\\/formidable-aweber.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"168463\":{\"title\":\"Bootstrap\",\"name\":\"Bootstrap\",\"slug\":\"bootstrap\",\"version\":\"1.02.02\",\"new_version\":\"1.02.02\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-bootstrap\\/formidable-bootstrap-1.02.02.zip\"],\"excerpt\":\"Instantly add Bootstrap styling to all your Formidable forms.\",\"id\":168463,\"released\":\"2014-08-05 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-bootstrap\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/bootstrap\\/\",\"changelog\":\"<h4>v1.02.02 - October 9, 2017<\\/h4>\\n<ul>\\n<li>Enhancement: Allow prepend and append options with dropdowns.<\\/li>\\n<\\/ul>\\n<h4>v1.02.01 - March 8, 2017<\\/h4>\\n<ul>\\n<li>Enhancement: Update Bootstrap version to 3.3.7.<\\/li>\\n<li>Enhancement: Add prepend and append options to Lookup &gt; Text fields<\\/li>\\n<\\/ul>\\n<h4>v1.02 - December 13, 2016<\\/h4>\\n<ul>\\n<li>Enhancement: Update Bootstrap version to 3.3.6.<\\/li>\\n<li>Fix: Make sure modified [input] tag works well with Bootstrap append.<\\/li>\\n<li>Fix: Add Bootstrap ID so automatic updates work in the future.<\\/li>\\n<li>Fix: Make sure Lookup checkbox and radio fields look nice.<\\/li>\\n<\\/ul>\\n<h4>v1.01.04 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent errors with Formidable disabled<\\/li>\\n<\\/ul>\\n<h4>v1.01.03 - October 16, 2015<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-bootstrap\\/formidable-bootstrap.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"185013\":{\"title\":\"Bootstrap Modal\",\"name\":\"Bootstrap Modal\",\"slug\":\"bootstrap-modal\",\"version\":\"2.0\",\"new_version\":\"2.0\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-modal\\/formidable-modal-2.0.zip\"],\"excerpt\":\"Open forms, views, other shortcodes, or sections of content in a Bootstrap popup.\",\"id\":185013,\"released\":\"2015-08-26 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/bootstrap-modal\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/bootstrap-modal\\/\",\"changelog\":\"<h4>v2.0 - August 21, 2017<\\/h4>\\n<ul>\\n<li>Add a new shortcode format for more flexibility. Now you can include whatever you\'d like in the modal.<br \\/>\\n[ frmmodal-content]content here[\\/frmmodal-content]<\\/li>\\n<li>Add frm_modal_shortcode action hook. This is for triggering external scripts that are loaded too late when they aren\'t triggered until the footer.<\\/li>\\n<li>Add modal_class shortcode option. This will add a class to the generated modal.<\\/li>\\n<\\/ul>\\n<h4>v1.04 - April 4, 2016<\\/h4>\\n<ul>\\n<li>Allow size=small or size=large to change the modal size<\\/li>\\n<li>Add modal_title parameter to the shortcode<\\/li>\\n<li>Make sure modal works when no forms are present on the page<\\/li>\\n<li>Fix plugin URI<\\/li>\\n<\\/ul>\\n<h4>v1.03 - January 18, 2016<\\/h4>\\n<ul>\\n<li>Make sure multiple modals on a page work correctly<\\/li>\\n<\\/ul>\\n<h4>v1.02 - December 17, 2015<\\/h4>\\n<ul>\\n<li>Show an icon to close the modal<\\/li>\\n<li>Allow any shortcode to be used for the modal content. For example, use [ frmmodal type=\\\"frm-login\\\" label=\\\"Login\\\"] to show a login form when the registration plugin is active.<\\/li>\\n<li>When the license number is saved, make sure it\'s for the correct plugin<\\/li>\\n<\\/ul>\\n<h4>v1.01 - November 24, 2015<\\/h4>\\n<ul>\\n<li>Allow classes to be added to the modal link. [ frmmodal id=5 label=\\\"click here\\\" class=\\\"your classes here\\\"]<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-modal\\/formidable-modal.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20891694\":{\"title\":\"Campaign Monitor\",\"name\":\"Campaign Monitor\",\"slug\":\"campaign-monitor\",\"version\":\"1.03\",\"new_version\":\"1.03\",\"location\":[\"fp.strategy11.com\\/releases\\/campaign-monitor\\/formidable-campaignmonitor-1.03.zip\"],\"excerpt\":\"Save time by automatically sending leads from WordPress forms to Campaign Monitor.\",\"id\":20891694,\"released\":\"2019-06-17 00:00:00\",\"categories\":[\"Business\",\"Marketing\"],\"docs\":\"\\/knowledgebase\\/campaign-monitor-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/campaign-monitor\\/\",\"changelog\":\"\",\"plugin\":\"formidable-campaignmonitor\\/formidable-campaignmonitor.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20826884\":{\"title\":\"Constant Contact\",\"name\":\"Constant Contact\",\"slug\":\"constant-contact\",\"version\":\"1.02\",\"new_version\":\"1.02\",\"location\":[\"fp.strategy11.com\\/releases\\/constant-contact\\/formidable-constantcontact-1.02.zip\"],\"excerpt\":\"Setup WordPress forms to create leads automatically in Constant Contact. Just select a list and match up form fields.\",\"id\":20826884,\"released\":\"2018-10-15 00:00:00\",\"categories\":[\"Business\",\"Marketing\"],\"docs\":\"\\/knowledgebase\\/constant-contact-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/constant-contact\\/\",\"changelog\":\"\",\"plugin\":\"formidable-constantcontact\\/formidable-constantcontact.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20247260\":{\"title\":\"Datepicker Options\",\"name\":\"Datepicker Options\",\"slug\":\"datepicker-options\",\"version\":\"1.0.04\",\"new_version\":\"1.0.04\",\"location\":[\"fp.strategy11.com\\/releases\\/dates\\/formidable-dates-1.0.04.zip\"],\"excerpt\":\"Add more options to date fields in your forms for so only the dates you choose can be chosen.\",\"id\":20247260,\"released\":\"2018-07-30 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/datepicker-options\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/datepicker-options\\/\",\"changelog\":\"<h4>v1.0.04 - June 10, 2019<\\/h4>\\n<ul>\\n<li>Fix: Inline datepickers were selecting a default date that wasn\'t allowed with some configurations<\\/li>\\n<li>Fix: Settings to select days of the week weren\'t appearing up in 4.0.<\\/li>\\n<li>Cleanup settings for 4.0<\\/li>\\n<\\/ul>\\n<h4>v1.0.03 - March 18, 2019<\\/h4>\\n<ul>\\n<li>Add minimized js and add pot file.<\\/li>\\n<li>Fix the datepicker appearance in backend settings when the front-end Formidable css is not loaded.<\\/li>\\n<li>Fix error when Formidable Forms is disabled.<\\/li>\\n<\\/ul>\\n<h4>v1.0.02 - October 15, 2018<\\/h4>\\n<ul>\\n<li>Fix: Exceptions couldn\'t be added in repeating date fields<\\/li>\\n<li>Fix: Show inline datepickers when creating or editing an entry on the backend<\\/li>\\n<li>Fix: Inline datepickers were always defaulting to today\'s date<\\/li>\\n<\\/ul>\\n<h4>v1.0.01 - August 6, 2018<\\/h4>\\n<ul>\\n<li>Fix: Load the datepicker javascript when SCRIPT_DEBUG is not enabled<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-dates\\/formidable-dates.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20897348\":{\"title\":\"Export View to CSV\",\"name\":\"Export View to CSV\",\"slug\":\"export-view\",\"version\":\"1.0\",\"new_version\":\"1.0\",\"location\":[\"fp.strategy11.com\\/releases\\/export-view\\/formidable-export-view-1.0.zip\"],\"excerpt\":\"Easily create custom CSV files and allow users to export their data from the front-end of your site.\",\"id\":20897348,\"released\":\"2019-08-01 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/table-view-to-csv\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/export-view\\/\",\"changelog\":\"\",\"plugin\":\"formidable-export-view\\/formidable-export-view.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"326042\":{\"title\":\"Form Action Automation\",\"name\":\"Form Action Automation\",\"slug\":\"autoresponder\",\"version\":\"2.03\",\"new_version\":\"2.03\",\"location\":[\"fp.strategy11.com\\/releases\\/autoresponder\\/formidable-autoresponder-2.03.zip\"],\"excerpt\":\"Schedule email notifications, SMS messages, and API actions.\",\"id\":326042,\"released\":\"2016-09-21 00:00:00\",\"categories\":[\"Elite\",\"Marketing\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/schedule-autoresponder\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/autoresponder\\/\",\"changelog\":\"<h4>v2.03 - May 30, 2019<\\/h4>\\n<ul>\\n<li>Update the settings layout a bit for Formidable v4.0<\\/li>\\n<li>Code: Add automation for plugin releases<\\/li>\\n<li>Code: Update for better WordPress code styling<\\/li>\\n<\\/ul>\\n<h4>v2.02 - November 7, 2018<\\/h4>\\n<ul>\\n<li>New: Allow user registration to be scheduled with the automation settings<\\/li>\\n<li>Fix: When a form action is disabled, don\'t trigger it with the automation<\\/li>\\n<\\/ul>\\n<h4>v2.01 - August 1, 2018<\\/h4>\\n<ul>\\n<li>Fix: Replace __DIR__ for php 5.2 support<\\/li>\\n<li>Fix: Prevent php warning with empty dates<\\/li>\\n<li>Fix: Switch to non-deprecated save_settings function<\\/li>\\n<li>A bunch of codestyling changes, messages for translators, and escape translated strings<\\/li>\\n<\\/ul>\\n<h4>v2.0 - September 18, 2017<\\/h4>\\n<ul>\\n<li>New: Trigger automation by date + time when time fields are included in the form<\\/li>\\n<li>Tweak: Add entry and action to frm_autoresponder_time hook<\\/li>\\n<li>Tweak: Change naming to Automation instead of Autoresponder to indicate expanded functionality<\\/li>\\n<li>Tweak: Large refactoring in the code behind the scenes<\\/li>\\n<li>Fix: Show the queued time in the current site timezone<\\/li>\\n<li>Fix: Remove queued events when an entry is deleted<\\/li>\\n<\\/ul>\\n<h4>v1.04 - October 12, 2016<\\/h4>\\n<ul>\\n<li>Add logic to stop scheduled events when the form action logic is not met<\\/li>\\n<li>Automatically update the queue times when an entry is updated<\\/li>\\n<li>Only show countdown on the debug queue if the trigger will be happening within the next 3 days<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-autoresponder\\/formidable-autoresponder.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"168072\":{\"title\":\"Formidable API\",\"name\":\"Formidable API\",\"slug\":\"formidable-api\",\"version\":\"1.08\",\"new_version\":\"1.08\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-api\\/formidable-api-1.08.zip\"],\"excerpt\":\"Add a full forms API for forms, form fields, views, and entries. Then send submissions to other sites with REST APIs.\",\"id\":168072,\"released\":\"2016-09-08 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-api\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-api\\/\",\"changelog\":\"<h4>v1.08 - May 27, 2019<\\/h4>\\n<ul>\\n<li>New: Add exclude_script and exclude_style parameters to the frm-api shortcode for excluding specific styles and scripts.<\\/li>\\n<li>New: When using the frm-api shortcode, scripts included on the page will be automatically excluded to prevent duplication.<\\/li>\\n<li>Don\'t allow GET access to field routes for those who don\'t have access to view forms on the back end.<\\/li>\\n<li>Switch shortcodes in data settings when form is duplicated.<\\/li>\\n<li>Fix: Javascript was not included with views, so shortcodes like frm-entry-update-field did not respond.<\\/li>\\n<li>Fix: Clicking the + row button quickly was creating duplicate rows.<\\/li>\\n<li>Fix: The ... was missing in 4.0 for newly added data rows. This fix requires Formidable v4.0.02<\\/li>\\n<\\/ul>\\n<h4>v1.07 - December 26, 2018<\\/h4>\\n<ul>\\n<li>Fix: multiple files were not correctly attached to the created entry<\\/li>\\n<li>Fix: when a file was created via the API, it was being duplicated on the receiving end<\\/li>\\n<li>Fix: When the API plugin is active, and Formidable is not, there was an error when creating a new page with the new WP editor<\\/li>\\n<\\/ul>\\n<h4>v1.06 - October 8, 2018<\\/h4>\\n<ul>\\n<li>New: Add image importing via the REST API. Now an image can be uploaded from another site when the URL is included in the API request.<\\/li>\\n<li>Fix: Prevent CORS error with ajax calls. This resolves issues with double submissions, redirecting with validation errors, and adding rows in a repeater.<\\/li>\\n<li>Fix: The returned form object was different after a form was edited than after create or get.<\\/li>\\n<\\/ul>\\n<h4>v1.05.01 - August 22, 2018<\\/h4>\\n<ul>\\n<li>Fix issue with file fields not saving the received value<\\/li>\\n<\\/ul>\\n<h4>v1.05 - July 27, 2018<\\/h4>\\n<ul>\\n<li>New: Add start_date and end_date parameters to filter the route to get entries<\\/li>\\n<li>Fix: Add better functionality to the search parameter in the route to get entries<\\/li>\\n<li>Fix: Allow the registration validation to trigger during API call<\\/li>\\n<li>Fix: reCaptcha was returning an error when creating an entry<\\/li>\\n<li>Fix: Creating an entry that included dynamic fields was causing a fatal error by using deprecated functions<\\/li>\\n<li>Fix: The route to create a form wasn\'t working correctly<\\/li>\\n<li>Remove old sslverify =&gt; false lines since they are no longer recommended<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-api\\/formidable-api.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20834175\":{\"title\":\"Formidable Payments\",\"name\":\"Formidable Payments\",\"slug\":\"formidable-payments\",\"version\":\"1.14\",\"new_version\":\"1.14\",\"location\":[\"fp.strategy11.com\\/releases\\/payments\\/formidable-payments-1.14.zip\"],\"excerpt\":\"\",\"id\":20834175,\"released\":\"2018-11-06 12:08:25\",\"categories\":[],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-payments\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"93790\":{\"title\":\"Formidable Pro\",\"name\":\"Formidable Pro\",\"slug\":\"formidable-pro\",\"version\":\"4.04\",\"new_version\":\"4.04\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-pro-4.04.zip\"],\"excerpt\":\"\",\"id\":93790,\"released\":\"2010-02-01 16:27:26\",\"categories\":[\"Personal\",\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro\\/\",\"changelog\":\"<h4>v4.04 - February 4, 2020<\\/h4>\\n<ul>\\n<li>New: Pricing fields have been added with a way to use products and quantities, set the currency, and automatically total up the products.<\\/li>\\n<li>New: When a WordPress parameter is added as the View detail slug or in the filters, show a warning to avoid unintended side effects.<\\/li>\\n<\\/ul>\\n<h4>v4.03.07 - January 9, 2020<\\/h4>\\n<ul>\\n<li>Project delight: Add tooltip icons in admin area for consistency instead of using the option label in some cases.<\\/li>\\n<li>Project Delight: Adjust the process before a section is deleted to reinforce the warning about deleting all child fields.<\\/li>\\n<\\/ul>\\n<h4>v4.03.06 - December 18, 2019<\\/h4>\\n<ul>\\n<li>New: Add autocomplete to user ID fields and page dropdowns on the back-end for faster form loads on sites with many users or pages.<\\/li>\\n<\\/ul>\\n<h4>v4.03.05 - December 5, 2019<\\/h4>\\n<ul>\\n<li>New: Add option to include a unit label below a slider<\\/li>\\n<li>Don\'t trigger the off balance calc check when clicking a field to insert<\\/li>\\n<li>Fix: If a field inside a repeater or section is included using the form shortcode, automatically include the parent section as well<\\/li>\\n<li>Fix: Prevent a PHP warning on post creating if no taxonomies are selected<\\/li>\\n<\\/ul>\\n<h4>v4.03.04 - November 14, 2019<\\/h4>\\n<ul>\\n<li>Fix: The Summary Field wasn\'t displaying the value for other options.<\\/li>\\n<li>Switch from using date to gmdate per WP codestyling recommendations.<\\/li>\\n<li>Fix: Prevent a php warning with frm_grid on some field types.<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-pro\\/formidable-pro.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-772x250.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20896934\":{\"title\":\"Formidable Pro Basic\",\"name\":\"Formidable Pro Basic\",\"slug\":\"formidable-basic\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":20896934,\"released\":\"2019-07-22 09:03:39\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-basic\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"19366995\":{\"title\":\"Formidable Pro Business Package\",\"name\":\"Formidable Pro Business Package\",\"slug\":\"formidable-pro-small-business-package\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19366995,\"released\":\"2017-09-01 12:09:09\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-small-business-package\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"19367001\":{\"title\":\"Formidable Pro Creator Package\",\"name\":\"Formidable Pro Creator Package\",\"slug\":\"formidable-pro-professional-package\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19367001,\"released\":\"2017-09-01 12:10:24\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-professional-package\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"19366992\":{\"title\":\"Formidable Pro Elite Package\",\"name\":\"Formidable Pro Elite Package\",\"slug\":\"formidable-pro-enterprise-package\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19366992,\"released\":\"2017-09-01 12:09:38\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-enterprise-package\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"19367654\":{\"title\":\"Formidable Pro Single Site\",\"name\":\"Formidable Pro Single Site\",\"slug\":\"formidable-pro-single-site\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19367654,\"released\":\"2017-09-01 13:36:16\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-single-site\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20813244\":{\"title\":\"GetResponse\",\"name\":\"GetResponse\",\"slug\":\"getresponse-wordpress-plugin\",\"version\":\"1.04\",\"new_version\":\"1.04\",\"location\":[\"fp.strategy11.com\\/releases\\/getresponse\\/formidable-getresponse-1.04.zip\"],\"excerpt\":\"Collect leads in WordPress forms and automatically add them in GetResponse. Then trigger automatic emails and other GetResponse marketing automations.\",\"id\":20813244,\"released\":\"2018-09-06 00:00:00\",\"categories\":[\"Business\",\"Marketing\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/getresponse-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/getresponse-wordpress-plugin\\/\",\"changelog\":\"\",\"plugin\":\"formidable-getresponse\\/formidable-getresponse.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"180495\":{\"title\":\"Highrise\",\"name\":\"Highrise\",\"slug\":\"highrise\",\"version\":\"1.06\",\"new_version\":\"1.06\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-highrise\\/formidable-highrise-1.06.zip\"],\"excerpt\":\"Capture leads in your WordPress contact forms, and save them in your Highrise CRM account too.\",\"id\":180495,\"released\":\"2013-12-12 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-highrise\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/highrise\\/\",\"changelog\":\"<h4>v1.06 - February 29, 2016<\\/h4>\\n<ul>\\n<li>Send the custom fields correctly to Highrise<\\/li>\\n<\\/ul>\\n<h4>v1.05 - February 23, 2016<\\/h4>\\n<ul>\\n<li>Fix email field settings in the Highrise action<\\/li>\\n<li>Make sure the license key is a Highrise license<\\/li>\\n<\\/ul>\\n<h4>v1.04 - February 9, 2016<\\/h4>\\n<ul>\\n<li>Added options to separate out address fields. City, State, Zip, and Country can now be mapped separately.<\\/li>\\n<li>Fixed PHP7 warnings<\\/li>\\n<\\/ul>\\n<h4>v1.03 - December 10, 2015<\\/h4>\\n<ul>\\n<li>Make it compatible with the free version of Formidable<\\/li>\\n<\\/ul>\\n<h4>v1.02 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent error when Formidable is disabled<\\/li>\\n<li>Reduce duplication with initializing the api<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-highrise\\/formidable-highrise.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2012\\/01\\/highrise.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20811871\":{\"title\":\"HubSpot\",\"name\":\"HubSpot\",\"slug\":\"hubspot-wordpress\",\"version\":\"1.07\",\"new_version\":\"1.07\",\"location\":[\"fp.strategy11.com\\/releases\\/hubspot\\/formidable-hubspot-1.07.zip\"],\"excerpt\":\"Add contacts from your forms to HubSpot.\",\"id\":20811871,\"released\":\"2018-09-04 00:00:00\",\"categories\":[\"CRM\",\"Elite\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/hubspot-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/hubspot-wordpress\\/\",\"changelog\":\"\",\"plugin\":\"formidable-hubspot\\/formidable-hubspot.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"170641\":{\"title\":\"Locations\",\"name\":\"Locations\",\"slug\":\"locations\",\"version\":\"2.02\",\"new_version\":\"2.02\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-locations\\/formidable-locations-2.02.zip\"],\"excerpt\":\"Populate fields with Countries, States\\/Provinces, U.S. Counties, and U.S. Cities. This data can then be used in dependent Data from Entries fields.\",\"id\":170641,\"released\":\"2014-06-21 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-locations\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/locations\\/\",\"changelog\":\"<h4>v2.02 - September 11, 2017<\\/h4>\\n<ul>\\n<li>Fix: Remove invalid city data.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - May 10, 2016<\\/h4>\\n<ul>\\n<li>Switch to using Lookup fields<\\/li>\\n<li>Add a link to reset the locations data<\\/li>\\n<\\/ul>\\n<h4>v2.0 - September 14, 2015<\\/h4>\\n<ul>\\n<li>Add options to import specific location groups<\\/li>\\n<li>Import with Ajax instead of page reloading<\\/li>\\n<li>No more annoying banners<\\/li>\\n<\\/ul>\\n<h4>v2.0b1 - August 18, 2015<\\/h4>\\n<ul>\\n<li>Add options to import specific locations<\\/li>\\n<li> Import with Ajax instead of page reloading<\\/li>\\n<li>No more annoying banners<\\/li>\\n<\\/ul>\\n<h4>v1.0.02 - June 21, 2014<\\/h4>\\n<ul>\\n<li>Fix parse error affecting some users <\\/li>\\n<li>This now requires at least v1.07.05 of Formidable<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-locations\\/us_locations.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2013\\/04\\/locations.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"11927748\":{\"title\":\"Logs\",\"name\":\"Logs\",\"slug\":\"logs\",\"version\":\"1.0b1\",\"new_version\":\"1.0b1\",\"location\":[\"fp.strategy11.com\\/releases\\/logs\\/formidable-logs-1.0b1.zip\"],\"excerpt\":\"See your API requests along with their responses from add-ons including Zapier, Formidable API Webhooks, Salesforce and more.\",\"id\":11927748,\"released\":\"2016-12-19 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/logs\\/\",\"changelog\":\"\",\"plugin\":\"formidable-logs\\/formidable-logs.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"170655\":{\"title\":\"MailChimp\",\"name\":\"MailChimp\",\"slug\":\"mailchimp\",\"version\":\"2.04\",\"new_version\":\"2.04\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-mailchimp\\/formidable-mailchimp-2.04.zip\"],\"excerpt\":\"Get on the path to more leads in minutes. Add and update leads in a MailChimp mailing list when a form is submitted.\",\"id\":170655,\"released\":\"2013-10-17 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-mailchimp\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/mailchimp\\/\",\"changelog\":\"<h4>v2.04 - July 12, 2019<\\/h4>\\n<ul>\\n<li>Add support for MailChimp tags<\\/li>\\n<li>Add double opt-in for unsubscribed users that are resubscribing<\\/li>\\n<li>Add German translation<\\/li>\\n<li>Log API requests in the Formidable Logs<\\/li>\\n<li>Update the styling for the MailChimp icon in the form actions to better match 4.0<\\/li>\\n<li>Clean up the MailChimp form action settings<\\/li>\\n<li>Clarify the groups settings to make them a bit more intuitive<\\/li>\\n<li>Allow text fields to be selected for groups<\\/li>\\n<li>Show error messages along with the \'no mailing lists found\' message for easier debugging<\\/li>\\n<\\/ul>\\n<h4>v2.03 - October 26, 2017<\\/h4>\\n<ul>\\n<li>New: Add option to unsubscribe users.<\\/li>\\n<li>Enhancement: Automatically update subscriber if their email exists in the selected MailChimp list.<\\/li>\\n<li>Enhancement: Remove files and functions deprecated since version 2.0.<\\/li>\\n<\\/ul>\\n<h4>v2.02 - June 12, 2017<\\/h4>\\n<ul>\\n<li>New: Allow Formidable Address fields to be mapped to MailChimp Address fields.<\\/li>\\n<li>Enhancement: Increase limit to 50 for group options retrieved.<\\/li>\\n<li>Enhancement: Initialize database on initial install.<\\/li>\\n<li>Enhancement: Add basic PHP error log messages for failed subscription.<\\/li>\\n<li>Fix: Don\'t generate PHP error if a timeout occurs when fetching group options.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - March 30, 2017<\\/h4>\\n<ul>\\n<li>Enhancement: Increase merge and group limit to 30<\\/li>\\n<li>Fix: Improve date compatibility between MailChimp and Formidable<\\/li>\\n<li>Fix: Allow groups to be used when running free version of Formidable<\\/li>\\n<li>Fix: Store MailChimp settings as array, rather than object, in database<\\/li>\\n<\\/ul>\\n<h4>v2.0 - December 16, 2016<\\/h4>\\n<ul>\\n<li>Enhancement: Add pot file for more easily adding translations<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-mailchimp\\/formidable-mailchimp.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2013\\/04\\/mailchimp.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20781560\":{\"title\":\"MailPoet Newsletters\",\"name\":\"MailPoet Newsletters\",\"slug\":\"mailpoet-newsletters\",\"version\":\"1.01\",\"new_version\":\"1.01\",\"location\":[\"fp.strategy11.com\\/releases\\/mailpoet\\/formidable-mailpoet-1.01.zip\"],\"excerpt\":\"Send WordPress newsletters from your own site with MailPoet. And use Formidable to for your newsletter signup forms.\",\"id\":20781560,\"released\":\"2018-06-05 00:00:00\",\"categories\":[\"Creator\",\"Marketing\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/mailpoet-newsletter-signup-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/mailpoet-newsletters\\/\",\"changelog\":\"\",\"plugin\":\"formidable-mailpoet\\/formidable-mailpoet.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"163255\":{\"title\":\"Math Captcha\",\"name\":\"Math Captcha\",\"slug\":\"math-captcha\",\"version\":\"1.15\",\"new_version\":\"1.15\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-math-captcha\\/formidable-math-captcha-1.15.zip\"],\"excerpt\":\"\",\"id\":163255,\"released\":\"2015-10-12 14:00:35\",\"categories\":[],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/math-captcha\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"172715\":{\"title\":\"PayPal Basic\",\"name\":\"PayPal Basic\",\"slug\":\"paypal-standard-single-payments\",\"version\":\"3.08\",\"new_version\":\"3.08\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-paypal\\/formidable-paypal-3.08.zip\"],\"excerpt\":\"\",\"id\":172715,\"released\":\"2015-10-21 12:20:35\",\"categories\":[\"Ecommerce\",\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/paypal-standard-single-payments\\/\",\"changelog\":\"<h4>v3.02 - September 14, 2018<\\/h4>\\n<ul>\\n<li>Merge the older grandfathered PayPal addon with the updated version.<\\/li>\\n<\\/ul>\\n<h4>v2.04.07 - January 25, 2015<\\/h4>\\n<ul>\\n<li>Allow amounts with . for thousands and , for decimal. If a . is used in the decimal place for the amount when the currency uses a , make it work anyway<\\/li>\\n<li>Redirect to PayPal correctly without Pro<\\/li>\\n<li>Make sure email setting is trimmed before comparing<\\/li>\\n<li>Add download ID to make sure correct license is used<\\/li>\\n<\\/ul>\\n<h4>v2.04.06 - November 17, 2015<\\/h4>\\n<ul>\\n<li>Prevent errors when updating Formidable<\\/li>\\n<\\/ul>\\n<h4>v2.04.05<\\/h4>\\n<ul>\\n<li>Format decimals with . to allow float to work correctly<\\/li>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v2.04.04<\\/h4>\\n<ul>\\n<li>Allow the amount to be included in the \\\"other\\\" option<\\/li>\\n<li>Modify the user-agent in the IPN verification to prevent errors from PayPal<\\/li>\\n<\\/ul>\\n<h4>v2.04.03<\\/h4>\\n<ul>\\n<li>Save the IPN parameters with the payment in the format that allows for multiple IPN notifications<\\/li>\\n<li>Fix sending users to Paypal when 2.x is installed, but the old settings haven\'t been moved to a form action<\\/li>\\n<li>Increased security related to XSS add_query_arg vulnerability<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"163257\":{\"title\":\"PayPal Standard\",\"name\":\"PayPal Standard\",\"slug\":\"paypal-standard\",\"version\":\"3.09\",\"new_version\":\"3.09\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-paypal\\/formidable-paypal-3.09.zip\"],\"excerpt\":\"Collect instant payments and recurring payments to automate your online business. Calculate a total and send customers on to PayPal.\",\"id\":163257,\"released\":\"2012-09-04 00:00:00\",\"categories\":[\"Business\",\"Ecommerce\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-paypal\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/paypal-standard\\/\",\"changelog\":\"<h4>v3.09 - July 30, 2019<\\/h4>\\n<ul>\\n<li>New: Account for tax when comparing amounts with the IPN<\\/li>\\n<li>Update form action icon and color<\\/li>\\n<li>Replace call to deprecated function with FrmFieldsHelper::get_user_display_name<\\/li>\\n<li>Requires Formidable v3.0+<\\/li>\\n<\\/ul>\\n<h4>v3.08 - November 18, 2017<\\/h4>\\n<ul>\\n<li>Allow field shortcodes in more payments settings so values can be set from the form: PayPal email, trial amount, repeat period, trial length. This also allows payments to go to other members on your site.<\\/li>\\n<li>Allow regular WordPress shortcodes and Formidable dynamic values (ie [email]) in addition to basic field shortcodes<\\/li>\\n<\\/ul>\\n<h4>v3.07 - November 10, 2017<\\/h4>\\n<ul>\\n<li>Process shortcodes in after payment settings. Allow entry values, default values, and other shortcodes.<\\/li>\\n<li>Clarify the payment trigger options with \\\"Successful PayPal payment\\\"<\\/li>\\n<\\/ul>\\n<h4>v3.06.01 - October 12, 2017<\\/h4>\\n<ul>\\n<li>New: Add Paypal triggers to API action.<\\/li>\\n<li>Fix: Show update notice for administrators only.<\\/li>\\n<li>Fix: Add missing close select tag in global settings.<\\/li>\\n<\\/ul>\\n<h4>v3.06 - December 9, 2016<\\/h4>\\n<ul>\\n<li>New: Add Paypal trigger to registration action for the registration 2.0 release<\\/li>\\n<li>Tweak: Don\'t add columns to entries when there is no form. This is in preparation for Formidable v2.03<\\/li>\\n<li>Tweak: If the log file setting is empty, fill it with the default setting<\\/li>\\n<li>Fix: Show correct values in the \\\"paid\\\" column on the Entries listing page if no payments have been made<\\/li>\\n<li>Fix: Add a fallback if invoice is missing from the IPN. This will help payments get matched up if the id of the payment doesn\'t get sent back to your site.<\\/li>\\n<li>Fix: Payment expiration dates are showing in 1970<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-paypal\\/formidable-paypal.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/formidable\\/PayPal-form-action.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"209561\":{\"title\":\"Polylang\",\"name\":\"Polylang\",\"slug\":\"polylang\",\"version\":\"1.07\",\"new_version\":\"1.07\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-polylang\\/formidable-polylang-1.07.zip\"],\"excerpt\":\"Create bilingual or multilingual forms with help from Polylang.\",\"id\":209561,\"released\":\"2016-01-22 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-polylang\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/polylang\\/\",\"changelog\":\"<h4>v1.07 - February 8, 2018<\\/h4>\\n<ul>\\n<li>Add rootline titles to translation settings<\\/li>\\n<li>Make repeating fields translatable<\\/li>\\n<li>Fix error message when no languages have been added in Polylang<\\/li>\\n<\\/ul>\\n<h4>v1.06 - December 8, 2016<\\/h4>\\n<ul>\\n<li>Fix: Adjusted the way form strings are saved in wp_options table to resolve packet size error.<\\/li>\\n<\\/ul>\\n<h4>v1.05 - May 24, 2016<\\/h4>\\n<ul>\\n<li>Improve compatibility with Polylang 1.9+<\\/li>\\n<\\/ul>\\n<h4>v1.04 - February 11, 2016<\\/h4>\\n<ul>\\n<li>Translate Add and Remove buttons for repeating sections<\\/li>\\n<li>Clear original strings whenever a form is updated instead of only when the translation page is visited<\\/li>\\n<\\/ul>\\n<h4>v1.03 - February 2, 2016<\\/h4>\\n<ul>\\n<li>Show a more helpful message if Polylang isn\'t installed<\\/li>\\n<li>Translate values from confirmation fields<\\/li>\\n<li>Use the \\\"previous\\\" label from the settings instead of defaulting to \\\"Previous\\\"<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-polylang\\/frm-poly.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20815759\":{\"title\":\"Quiz Maker\",\"name\":\"Quiz Maker\",\"slug\":\"quiz-maker\",\"version\":\"1.01\",\"new_version\":\"1.01\",\"location\":[\"fp.strategy11.com\\/releases\\/quiz\\/formidable-quizzes-1.01.zip\"],\"excerpt\":\"Turn your forms into automated quizzes. Add questions and submit the quiz key. Then all the grading is done for you.\",\"id\":20815759,\"released\":\"2018-09-13 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/quiz-maker-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/quiz-maker\\/\",\"changelog\":\"\",\"plugin\":\"formidable-quizzes\\/formidable-quizzes.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20266559\":{\"title\":\"Salesforce\",\"name\":\"Salesforce\",\"slug\":\"salesforce\",\"version\":\"2.04\",\"new_version\":\"2.04\",\"location\":[\"fp.strategy11.com\\/releases\\/salesforce\\/formidable-salesforce-2.04.zip\"],\"excerpt\":\"Add new contacts and leads into your Salesforce CRM directly from the WordPress forms on your site.\",\"id\":20266559,\"released\":\"2018-05-31 00:00:00\",\"categories\":[\"CRM\",\"Elite\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/salesforce-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/salesforce\\/\",\"changelog\":\"<h4>v2.04 - December 10, 2019<\\/h4>\\n<ul>\\n<li>New: Show Salesforce Authentication errors on the global settings page<\\/li>\\n<li>Add icon in global settings<\\/li>\\n<li>Use font icon instead of image in form action<\\/li>\\n<li>Remove debug mode in favor of logging<\\/li>\\n<li>Tweak: Clear the settings cache with a link instead of ajax for more reliable cache clearing<\\/li>\\n<li>Fix: Updating data in Salesforce wasn\'t working correctly<\\/li>\\n<li>Fix: There was an error when Formidable was disabled<\\/li>\\n<\\/ul>\\n<h4>v2.03 - October 11, 2018<\\/h4>\\n<ul>\\n<li>New: Add option to update Salesforce records<\\/li>\\n<li>New: Add support for Salesforce Boolean fields<\\/li>\\n<li>Fix: Multiselect picklist fields weren\'t getting correct values from a checkbox<\\/li>\\n<li>Fix: Date fields set as a post field were sending the wrong date format<\\/li>\\n<li>Fix: Fatal error caused by date fields in certain formats<\\/li>\\n<\\/ul>\\n<h4>v2.02 - June 14, 2018<\\/h4>\\n<ul>\\n<li>Add API calls to <a href=\\\"https:\\/\\/formidableforms.com\\/features\\/api-logs\\/\\\">Logs plugin<\\/a><\\/li>\\n<li>Add more messages for debugging<\\/li>\\n<li>Fix issue with authenticating on an SSL site<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-salesforce\\/formidable-salesforce.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"163248\":{\"title\":\"Signature\",\"name\":\"Signature\",\"slug\":\"signature\",\"version\":\"2.03\",\"new_version\":\"2.03\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-signature\\/formidable-signature-2.03.zip\"],\"excerpt\":\"Add an electronic signature to your WordPress form. The visitor may write their signature with a trackpad\\/mouse or type it.\",\"id\":163248,\"released\":\"2013-03-04 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-signature\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/signature\\/\",\"changelog\":\"<h4>v2.03 - September 24, 2019<\\/h4>\\n<ul>\\n<li>New: Make field labels translatable with WPML<\\/li>\\n<li>Switch back to frm font instead of Font Awesome to avoid conflicts and an external asset.<\\/li>\\n<li>Fix: Importing signatures in an entry wasn\'t working<\\/li>\\n<\\/ul>\\n<h4>v2.02 - January 30, 2019<\\/h4>\\n<ul>\\n<li>Fix: Show the signature correctly in views and emails when Pro is running<\\/li>\\n<\\/ul>\\n<h4>v2.01 - January 16, 2019<\\/h4>\\n<ul>\\n<li>New: Give the signature field a face lift and show the field in the builder<\\/li>\\n<li>New: Show the typed option by default when javascript fails instead of showing nothing<\\/li>\\n<li>New: Don\'t clear the typed box when switching tabs<\\/li>\\n<li>Fix: The signature wasn\'t showing correctly in an email<\\/li>\\n<li>Fix: The signature field wasn\'t appearing for in-place edit<\\/li>\\n<\\/ul>\\n<h4>v2.0 - January 14, 2019<\\/h4>\\n<ul>\\n<li>New: The signature value immediately creates the image when the signature is saved and saves the url of the image for easier display. On update, all previous signatures are updated to the new format saved in the database.<\\/li>\\n<li>New: Add signature support for ajax forms and repeating sections.<\\/li>\\n<li>New: Allow importing from URL and include signature URL in XML.<\\/li>\\n<li>New: Use the 3.0 field object for better forward compatibility and lower baseline memory.<\\/li>\\n<li>New: Requires Formidable 3.0+<\\/li>\\n<li>New: Combine scripts into one file, and don\'t load IE8 fallback script in all browsers.<\\/li>\\n<li>New: Keep drawn signature when switching pages and when there are form validation errors.<\\/li>\\n<li>New: Allow signature editing in single-page form until draft is submitted.<\\/li>\\n<li>Fix: Remove frm_email_value hook for newer versions of Formidable.<\\/li>\\n<li>Fix: Prevent error message when Formidable is disabled<\\/li>\\n<li>Fix: Show the signature image with https when needed<\\/li>\\n<li>Fix: The hide tabs options weren\'t saving since v3.0<\\/li>\\n<\\/ul>\\n<h4>v2.0b1 - December 7, 2017<\\/h4>\\n<ul>\\n<li>New: Add signature support with ajax forms and repeating sections<\\/li>\\n<li>New: Allow importing from URL and include signature URL in XML<\\/li>\\n<li>Fix: Keep drawn signature when switching pages.<\\/li>\\n<li>Fix: Keep drawn signature present when there are form errors.<\\/li>\\n<li>Fix: Allow signature editing until draft is submitted.<\\/li>\\n<li>Fix: Remove frm_email_value hook for newer versions of Formidable.<\\/li>\\n<li>Fix: Resolve error message when Formidable is disabled<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-signature\\/signature.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"310430\":{\"title\":\"Stripe\",\"name\":\"Stripe\",\"slug\":\"stripe\",\"version\":\"2.01\",\"new_version\":\"2.01\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-stripe\\/formidable-stripe-2.01.zip\"],\"excerpt\":\"Any Formidable forms on your site can accept credit card payments without users ever leaving your site.\",\"id\":310430,\"released\":\"2016-04-26 00:00:00\",\"categories\":[\"Ecommerce\",\"Elite\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/stripe\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/stripe\\/\",\"changelog\":\"<h4>v2.01 - September 19, 2019<\\/h4>\\n<ul>\\n<li>New: Hide the Zip\\/Postal code. It\'s not a great user experience, and isn\'t necessary.<\\/li>\\n<li>Fix: Trigger database install or upgrade when activated site wide in WP multisite.<\\/li>\\n<li>Fix: Prevent a fatal error with undefined function on some sites.<\\/li>\\n<li>Fix: Prevent issues with a subsequent payment when customer is deleted in Stripe.<\\/li>\\n<\\/ul>\\n<h4>v2.0 - September 9, 2019<\\/h4>\\n<ul>\\n<li>New: Add support for SCA, Stripe elements, and Secure 3d Payments. More styling for the new credit card field is coming with Formidable v4.02.04.<\\/li>\\n<li>New: Set the locale for the credit card field and instant error messages.<\\/li>\\n<li>New: Add option in payment form actions to authorize one-time payments without capture.<\\/li>\\n<li>New: Include an option to process one-time payments before the entry is created.<\\/li>\\n<li>New: Add minified javascript.<\\/li>\\n<li>Reverse the order of private and public keys to match Stripe account page.<\\/li>\\n<li>Hide settings in credit card field in forms with Stripe including sub field descriptions, placeholders, and options to save card info. These are no longer used with the more secure credit card field.<\\/li>\\n<li>Switch to Stripe js v3<\\/li>\\n<li>Add Bangladeshi Taka currency<\\/li>\\n<li>Fix: some API versions were returning an error when canceling a subscription.<\\/li>\\n<li>Update form action icon<\\/li>\\n<li>Remove incorrect edit link for a subscription<\\/li>\\n<li>Fix error with wrong class name \\\"FrmTransSubscriptionsController\\\"<\\/li>\\n<li>Remove usage of deprecated FrmDb class<\\/li>\\n<\\/ul>\\n<h4>v2.0b2 - September 7, 2019<\\/h4>\\n<ul>\\n<li>Add option in payment form actions to authorize one-time payments without capture.<\\/li>\\n<li>Set the locale for the credit card field including error messages.<\\/li>\\n<li>Reverse the order of private and public keys to match Stripe account page.<\\/li>\\n<li>Hide settings in credit card field in forms with Stripe including sub field descriptions, placeholders, and options to save card info.<\\/li>\\n<li>Fix: Prevent 403 errors on return from Secure 3D approval by generating the success message on return.<\\/li>\\n<\\/ul>\\n<h4>v2.0b - September 2, 2019<\\/h4>\\n<ul>\\n<li>New: Add support for SCA, Stripe elements, and Secure 3d Payments.<\\/li>\\n<li>New: Include an option to process one-time payments before the entry is created.<\\/li>\\n<li>New: Add minified javascript.<\\/li>\\n<li>Switch to Stripe js v3.<\\/li>\\n<li>Add Bangladeshi Taka currency<\\/li>\\n<li>Fix: some API versions were returning an error when canceling a subscription.<\\/li>\\n<li>Update form action icon<\\/li>\\n<li>Remove incorrect edit link for a subscription<\\/li>\\n<li>Fix error with wrong class name \\\"FrmTransSubscriptionsController\\\"<\\/li>\\n<li>Remove usage of deprecated FrmDb class<\\/li>\\n<\\/ul>\\n<h4>v1.16 - November 6, 2018<\\/h4>\\n<ul>\\n<li>New: Set a trial period based on a form field. The field must include a number for the number of days for the trial.<\\/li>\\n<li>Fix: Subscriptions with trial were skipping the trial on new Stripe API versions<\\/li>\\n<li>Fix: When viewing a subscription on the Formidable -&gt; Payments page, show the correct interval when it is greater than 1 (ie every 2 months).<\\/li>\\n<li>Fix: If Stripe is only one payment gateway, show all the Stripe fields in the form settings before the form action is saved.<\\/li>\\n<li>Update PO file for translations<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-stripe\\/formidable-stripe.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"168460\":{\"title\":\"Twilio\",\"name\":\"Twilio\",\"slug\":\"twilio\",\"version\":\"1.08\",\"new_version\":\"1.08\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-twilio\\/formidable-twilio-1.08.zip\"],\"excerpt\":\"Allow users to text their votes for polls created by Formidable Forms, or send SMS notifications when entries are submitted or updated.\",\"id\":168460,\"released\":\"2014-03-10 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/twilio-add-on\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/twilio\\/\",\"changelog\":\"<h4>v1.08 - January 16, 2017<\\/h4>\\n<ul>\\n<li>Improved: Removed deprecated instructions and screenshot.<\\/li>\\n<li>Improved: Removed deprecated valign attribute from table HTML.<\\/li>\\n<\\/ul>\\n<h4>v1.07 - November 1, 2016<\\/h4>\\n<ul>\\n<li>When an SMS message is received, run validation and respond with a text that includes any error messages<\\/li>\\n<li>When a text is received successfully, respond with the form success message, filtered list like a form does.<\\/li>\\n<li>Allow for the \\\"other\\\" fields to be filled from a text submission<\\/li>\\n<li>Check if license number is for correct plugin<\\/li>\\n<li>Don\'t try to send messages to a blank number<\\/li>\\n<\\/ul>\\n<h4>v1.06 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Add frmtwlo_format_number filter for formatting the phone number before it\'s sent to Twilio<\\/li>\\n<li>Fix license activation<\\/li>\\n<\\/ul>\\n<h4>v1.05 - October 16, 2015<\\/h4>\\n<ul>\\n<li>Add frmtwlo_sms_response hook for changing the message in the text<\\/li>\\n<li>Allow for 8-digit numbers. +65 phone numbers were having trouble because we assumed they should be US numbers. Now if the number starts with a +, don\'t add the +1<\\/li>\\n<li>Get updates from FormidableForms.com<\\/li>\\n<\\/ul>\\n<h4>v1.04 - September 11, 2015<\\/h4>\\n<ul>\\n<li>Fix error with accepting votes<\\/li>\\n<li>Send a response when a text vote is received<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-twilio\\/formidable-twilio.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"168456\":{\"title\":\"Upload Importer\",\"name\":\"Upload Importer\",\"slug\":\"upload-importer\",\"version\":\"1.0.01\",\"new_version\":\"1.0.01\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-upload-importer\\/formidable-upload-importer-1.0.01.zip\"],\"excerpt\":\"\",\"id\":168456,\"released\":\"2015-10-16 17:05:47\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/upload-importer\\/\",\"changelog\":\"<h4>v1.0.01<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v1.0<\\/h4>\\n<ul>\\n<li>Allow importing of multiple file uploads<\\/li>\\n<li>Replace deprecated mime_content_type with fileinfo<\\/li>\\n<li>Update auto-updating<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"173984\":{\"title\":\"User Registration\",\"name\":\"User Registration\",\"slug\":\"user-registration\",\"version\":\"2.02.02\",\"new_version\":\"2.02.02\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-registration\\/formidable-registration-2.02.02.zip\"],\"excerpt\":\"Give new users access to your site quickly and painlessly. Plus edit profiles and login from the front end.\",\"id\":173984,\"released\":\"2011-12-21 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/user-registration\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/user-registration\\/\",\"changelog\":\"<h4>v2.02.02 - November 14, 2019<\\/h4>\\n<ul>\\n<li>New: Update for better 4.0 UI and setting layouts.<\\/li>\\n<li>New: Allow rich text fields in registration form action settings.<\\/li>\\n<li>New: Better multilingual support for global messages.<\\/li>\\n<li>New: Added frmreg_global_messages and frmreg_global_pages hooks.<\\/li>\\n<li>Fix: WPML compatibility - Language went back to default language after login.<\\/li>\\n<li>Fix: WPML compatibility - The email confirmation link didn\'t keep the selected language.<\\/li>\\n<li>Fix: Prevent errors when a registration form action is disabled.<\\/li>\\n<li>Fix: API calls were redirected to login page.<\\/li>\\n<li>Fix: Prevent a redirect with the reset password link. If a reset password page was selected in the global settings, the link pointed to the regular WP reset page which redirected.<\\/li>\\n<li>Fix: If custom parameters are included on the login redirect url, keep the correct encoding.<\\/li>\\n<li>Fix: Prevent a + in usernames in order to match WordPress. This was causing issues with auto login and email moderation.<\\/li>\\n<li>Fix: After a user was automatically logged in, wp_get_current_user() in other plugins wasn\'t correct.<\\/li>\\n<\\/ul>\\n<h4>v2.02.01 - September 26, 2018<\\/h4>\\n<ul>\\n<li>Allow user profile updating to be triggered after a successful PayPal payment<\\/li>\\n<li>Fix: Show a blank form to logged in users who have permission to create other users, even if they have an entry in the form<\\/li>\\n<li>New: Added frmreg_allow_edit hook for other plugins to set when profile editing is allowed<\\/li>\\n<\\/ul>\\n<h4>v2.02 - September 14, 2018<\\/h4>\\n<ul>\\n<li>New: Get the page source to check if the page includes the form specified in the global settings (login form, reset password, or registration). This allows for these forms to be included in a sidebar or footer without returning error messages when the global settings are saved.<\\/li>\\n<li>New: Add hooks to change selected pages: frmreg_login_page_id, frmreg_resetpass_page_id, frmreg_register_page_id<\\/li>\\n<li>New: Allow a subsite to be created by a logged in user<\\/li>\\n<li>Fix: Allow user creation via API call<\\/li>\\n<li>Fix: Allow either set password by email or user moderation, but not both<\\/li>\\n<li>Fix: Issue with losing parameters when redirecting for login<\\/li>\\n<li>Fix: The user ID field was defaulting to the current user on registration forms when it should be empty<\\/li>\\n<li>Fix: If an error message is included in the url for password reset, show it instead of an unknown error<\\/li>\\n<li>Fix: Update for WP 3.9 compatibility<\\/li>\\n<li>Fix: Update for deprecated functions: save_settings, FrmForm::get_id_by_key, FrmProFieldsHelper::get_displayed_file_html<\\/li>\\n<li>New: Add Chinese translations<\\/li>\\n<\\/ul>\\n<h4>v2.01.01 - October 26, 2017<\\/h4>\\n<ul>\\n<li>New: Add frmreg_after_create_subsite action.<\\/li>\\n<li>New: Add Norwegian translation.<\\/li>\\n<li>New: Add frmreg_login_error filter.<\\/li>\\n<li>Fix: Make sure show lost password and layout settings apply to widget.<\\/li>\\n<li>Fix: Convert special characters to standard characters in subdomain.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - October 4, 2017<\\/h4>\\n<ul>\\n<li>New: Add global registration page setting.<\\/li>\\n<li>Enhancement: Allow radio and select fields for display name.<\\/li>\\n<li>Enhancement: Change field label in lost password form.<\\/li>\\n<li>Enhancement: Show hidden field type in Subdirectory or Subdomain settings.<\\/li>\\n<li>Enhancement: Always allow administrators to edit profiles through registration form.<\\/li>\\n<li>Enhancement: Redirect to login page if activation link is clicked again after activation.<\\/li>\\n<li>Fix: Show error messages in reset password form.<\\/li>\\n<li>Fix: Set logout label parameter correctly in shortcode builder.<\\/li>\\n<li>Fix: Passwords with special characters not saving as expected.<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-registration\\/formidable-registration.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"170649\":{\"title\":\"User Tracking\",\"name\":\"User Tracking\",\"slug\":\"user-tracking\",\"version\":\"1.0\",\"new_version\":\"1.0\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-user-tracking\\/formidable-user-tracking-1.0.zip\"],\"excerpt\":\"Track which pages a user visits prior to submitting a form.\",\"id\":170649,\"released\":\"2015-10-19 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-user-tracking\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/user-tracking\\/\",\"changelog\":\"<h4>v1.0 - August 25, 2016<\\/h4>\\n<ul>\\n<li>Save the tracking info before the email is sent<\\/li>\\n<li>Make sure license key is correct before saving<\\/li>\\n<\\/ul>\\n<h4>v1.0b3<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v1.0b2<\\/h4>\\n<ul>\\n<li>Skip tracking wp-admin\\/ajax.php<\\/li>\\n<li>Remove base url from page list<\\/li>\\n<li>Codestyling to meet WP standards<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-user-tracking\\/formidable-user-tracking.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"174006\":{\"title\":\"WooCommerce\",\"name\":\"WooCommerce\",\"slug\":\"woocommerce\",\"version\":\"1.09\",\"new_version\":\"1.09\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-woocommerce\\/formidable-woocommerce-1.09.zip\"],\"excerpt\":\"Are your WooCommerce product forms too basic? Add custom fields to a product form and collect more data when it is added to the cart.\",\"id\":174006,\"released\":\"2016-01-19 00:00:00\",\"categories\":[\"Ecommerce\",\"Elite\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-woocommerce\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/woocommerce\\/\",\"changelog\":\"\",\"plugin\":\"formidable-woocommerce\\/formidable-woocommerce.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"169998\":{\"title\":\"WP Multilingual\",\"name\":\"WP Multilingual\",\"slug\":\"wp-multilingual\",\"version\":\"1.06\",\"new_version\":\"1.06\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-wpml\\/formidable-wpml-1.06.zip\"],\"excerpt\":\"Translate your forms into multiple languages using the Formidable-integrated WPML plugin.\",\"id\":169998,\"released\":\"2013-04-29 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-multi-language\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/wp-multilingual\\/\",\"changelog\":\"<h4>v1.04 - October 25th, 2016<\\/h4>\\n<ul>\\n<li>Allow translation of Add\\/Remove buttons<\\/li>\\n<li>Replace some deprecated WPML function calls and constants<\\/li>\\n<li>Make sure wpml strings are updated when form is updated<\\/li>\\n<li>Do not translate default value for all field types<\\/li>\\n<li>Make sure incorrect field message is translated with ajax submit<\\/li>\\n<\\/ul>\\n<h4>v1.03.03 - March 28, 2016<\\/h4>\\n<ul>\\n<li>Send the language in the ajax url differently to prevent 404s during ajax calls. This should help with duplicate submissions.<\\/li>\\n<li>Prevent a license key from being saved for another plugin<\\/li>\\n<\\/ul>\\n<h4>v1.03.02<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<li>Make it compatible with the free version of Formidable<\\/li>\\n<li>Fix errors when Formidable or WPML are deactivated<\\/li>\\n<li>Include the current language during ajax calls<\\/li>\\n<li>Force an English start language for strings for v2.2.6 of the WPML strings plugin<\\/li>\\n<li>Fix the issue with the default language in WPML being set different than the string language<\\/li>\\n<li>If values in the form settings page changed, update them when going to the translation settings<\\/li>\\n<li>Make sure the \\\"previous\\\" label is translatable when drafts are not enabled<\\/li>\\n<li>Don\'t show strings for inactive languages<\\/li>\\n<li>Translate fields in repeating sections<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-wpml\\/formidable-wpml.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"170645\":{\"title\":\"Zapier\",\"name\":\"Zapier\",\"slug\":\"zapier\",\"version\":\"1.06\",\"new_version\":\"1.06\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-zapier\\/formidable-zapier-1.06.zip\"],\"excerpt\":\"Connect with hundreds of applications through Zapier. Automatically insert a Google spreadsheet row, tweet, or upload to Dropbox.\",\"id\":170645,\"released\":\"2014-06-04 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-zapier\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/zapier\\/\",\"changelog\":\"<h4>v1.06 - February 6, 2019<\\/h4>\\n<ul>\\n<li>Add a new fallback for authentication with the API key in the url. When the API key continues to say it is missing, add add_filter( \'frm_zap_url_auth\', \'__return_true\' ); in the theme functions.php.<br \\/>\\nThen use this url in Zapier:<br \\/>\\nhttps:\\/\\/yoursite.com\\/API-KEY-GOES-HERE\\/\\n<\\/li>\\n<li>New: Add frm_zap_sent hook to run after an entry is sent to Zapier<\\/li>\\n<li>Fix: Don\'t send draft entries to Zapier<\\/li>\\n<li>Added automation to release new versions<\\/li>\\n<\\/ul>\\n<h4>v1.05 - July 31, 2018<\\/h4>\\n<ul>\\n<li>New: Add frmzap_entry_array filter to customize the entry values sent to Zapier<\\/li>\\n<li>New: Add logging of Zapier responses into the Logs addon<\\/li>\\n<li>Fix: Prevent a blank response when fetching the list of forms. This was happening on some sites with a lot of forms<\\/li>\\n<\\/ul>\\n<h4>v1.04 - July 31, 2017<\\/h4>\\n<p>Fix a conflict with API keys between the Zapier and API addons on a multisite network. This solves the issue with the incorrect API key error message in Zapier.<\\/p>\\n<h4>v1.03 - June 5, 2017<\\/h4>\\n<ul>\\n<li>Allow field ids to be used in Zapier mapping instead of only field keys<\\/li>\\n<li>Increase the limit of triggered zaps per form from 5 to 40<\\/li>\\n<li>Fix overloaded property error when setting the user for authentication<\\/li>\\n<li>Prevent error reporting during API calls so the response is formatted correctly<\\/li>\\n<\\/ul>\\n<h4>v1.02 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent error when Formidable is disabled<\\/li>\\n<li>Use static classes for fields and forms<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-zapier\\/formidable-zapier.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"}}\";s:7:\"version\";s:4:\"4.04\";}','no'),(341,'frm_355d0326d4ebead837d3c480eaf814ef','2021-01-06 09:01:11','yes'),(342,'widget_frm_list_items','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(343,'frmpro_options','O:14:\"FrmProSettings\":45:{s:11:\"option_name\";s:14:\"frmpro_options\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:12:\"update_value\";s:6:\"Update\";s:17:\"already_submitted\";s:36:\"You have already submitted that form\";s:15:\"cal_date_format\";s:8:\"mm/dd/yy\";s:11:\"date_format\";s:5:\"m/d/Y\";s:9:\"menu_icon\";s:0:\"\";s:4:\"menu\";N;s:7:\"mu_menu\";N;s:8:\"use_html\";N;s:10:\"jquery_css\";N;s:12:\"accordion_js\";N;s:9:\"fade_form\";N;s:7:\"old_css\";N;s:11:\"success_msg\";N;s:9:\"blank_msg\";N;s:10:\"unique_msg\";N;s:11:\"invalid_msg\";N;s:10:\"failed_msg\";N;s:12:\"submit_value\";N;s:9:\"login_msg\";N;s:16:\"admin_permission\";N;s:8:\"email_to\";N;s:10:\"load_style\";s:3:\"all\";s:12:\"custom_style\";b:1;s:6:\"pubkey\";s:0:\"\";s:7:\"privkey\";s:0:\"\";s:7:\"re_lang\";s:0:\"\";s:7:\"re_type\";s:0:\"\";s:6:\"re_msg\";s:39:\"The reCAPTCHA was not entered correctly\";s:8:\"re_multi\";N;s:6:\"no_ips\";N;s:12:\"current_form\";i:0;s:8:\"tracking\";N;s:8:\"currency\";s:3:\"USD\";s:14:\"frm_view_forms\";s:13:\"administrator\";s:14:\"frm_edit_forms\";s:13:\"administrator\";s:16:\"frm_delete_forms\";s:13:\"administrator\";s:19:\"frm_change_settings\";s:13:\"administrator\";s:16:\"frm_view_entries\";s:13:\"administrator\";s:18:\"frm_delete_entries\";s:13:\"administrator\";s:18:\"frm_create_entries\";s:13:\"administrator\";s:16:\"frm_edit_entries\";s:13:\"administrator\";s:16:\"frm_view_reports\";s:13:\"administrator\";s:17:\"frm_edit_displays\";s:13:\"administrator\";}','no'),(346,'frmpro_db_version','4.04.01-79','yes'),(1318,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1610428340;s:8:\"response\";a:4:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"formidable/formidable.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/formidable\";s:4:\"slug\";s:10:\"formidable\";s:6:\"plugin\";s:25:\"formidable/formidable.php\";s:11:\"new_version\";s:7:\"4.09.04\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/formidable/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/formidable.4.09.04.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/formidable/assets/icon-256x256.png?rev=1109774\";s:2:\"1x\";s:63:\"https://ps.w.org/formidable/assets/icon-128x128.png?rev=1109774\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/formidable/assets/banner-1544x500.png?rev=2285944\";s:2:\"1x\";s:65:\"https://ps.w.org/formidable/assets/banner-772x250.png?rev=2285944\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:53:\"wpfront-notification-bar/wpfront-notification-bar.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"w.org/plugins/wpfront-notification-bar\";s:4:\"slug\";s:24:\"wpfront-notification-bar\";s:6:\"plugin\";s:53:\"wpfront-notification-bar/wpfront-notification-bar.php\";s:11:\"new_version\";s:5:\"1.8.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/wpfront-notification-bar/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/wpfront-notification-bar.1.8.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:77:\"https://ps.w.org/wpfront-notification-bar/assets/icon-256x256.png?rev=1672432\";s:2:\"1x\";s:69:\"https://ps.w.org/wpfront-notification-bar/assets/icon.svg?rev=1672432\";s:3:\"svg\";s:69:\"https://ps.w.org/wpfront-notification-bar/assets/icon.svg?rev=1672432\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/wpfront-notification-bar/assets/banner-772x250.png?rev=2388694\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"5.9.3\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"5.5.3\";s:7:\"package\";s:247:\"https://connect.advancedcustomfields.com/v2/plugins/download?token=eyJwIjoicHJvIiwiayI6ImIzSmtaWEpmYVdROU1UWTFORFV4ZkhSNWNHVTlaR1YyWld4dmNHVnlmR1JoZEdVOU1qQXhPUzB3TnkweE5TQXhOVG96TkRvek5RPT0iLCJ3cF91cmwiOiJodHRwczpcL1wvd2F0ZXJtYXJrLmxhYmNwLmNvIn0=\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}}','no'),(1817,'wpfront-notification-bar-options','a:35:{s:7:\"enabled\";s:2:\"on\";s:8:\"position\";s:1:\"1\";s:14:\"fixed_position\";s:2:\"on\";s:21:\"display_scroll_offset\";s:1:\"0\";s:6:\"height\";s:2:\"50\";s:15:\"position_offset\";s:1:\"0\";s:13:\"display_after\";s:1:\"1\";s:13:\"animate_delay\";s:3:\"0.5\";s:16:\"auto_close_after\";s:1:\"5\";s:15:\"keep_closed_for\";s:1:\"0\";s:7:\"message\";s:55:\"lorem ipsum dolor sit amet consectetur adipiscing elit!\";s:11:\"button_text\";s:0:\"\";s:13:\"button_action\";s:1:\"1\";s:17:\"button_action_url\";s:0:\"\";s:24:\"button_action_javascript\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:10:\"start_time\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"end_time\";s:0:\"\";s:13:\"display_pages\";s:1:\"1\";s:13:\"include_pages\";s:0:\"\";s:13:\"exclude_pages\";s:0:\"\";s:13:\"display_roles\";s:1:\"1\";s:13:\"include_roles\";s:2:\"[]\";s:14:\"bar_from_color\";s:7:\"#e61212\";s:12:\"bar_to_color\";s:7:\"#e61212\";s:13:\"message_color\";s:7:\"#ffffff\";s:17:\"button_from_color\";s:7:\"#00b7ea\";s:15:\"button_to_color\";s:7:\"#009ec3\";s:17:\"button_text_color\";s:7:\"#ffffff\";s:17:\"open_button_color\";s:7:\"#00b7ea\";s:18:\"close_button_color\";s:7:\"#555555\";s:24:\"close_button_color_hover\";s:7:\"#aaaaaa\";s:20:\"close_button_color_x\";s:7:\"#000000\";s:10:\"custom_css\";s:17:\"font-size: 15px; \";}','yes'),(1808,'tpbr_fixed','notfixed','yes'),(1809,'tpbr_status','active','yes'),(1810,'tpbr_yn_button','nobutton','yes'),(1811,'tpbr_color','#12bece','yes'),(1812,'tpbr_message','lorem ipsum dolor sit amet consectetur adipiscing elit','yes'),(1813,'tpbr_btn_text','','yes'),(1814,'tpbr_btn_url','','yes'),(356,'_transient_frm_options','O:11:\"FrmSettings\":38:{s:11:\"option_name\";s:11:\"frm_options\";s:4:\"menu\";s:10:\"Formidable\";s:7:\"mu_menu\";i:0;s:8:\"use_html\";s:1:\"1\";s:10:\"jquery_css\";i:0;s:12:\"accordion_js\";i:0;s:9:\"fade_form\";i:0;s:7:\"old_css\";s:1:\"1\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"blank_msg\";s:27:\"This field cannot be blank.\";s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:11:\"invalid_msg\";s:66:\"There was a problem with your submission. Errors are marked below.\";s:10:\"failed_msg\";s:57:\"We\'re sorry. It looks like you\'ve already submitted that.\";s:12:\"submit_value\";s:6:\"Submit\";s:9:\"login_msg\";s:45:\"You do not have permission to view this form.\";s:16:\"admin_permission\";s:37:\"You do not have permission to do that\";s:8:\"email_to\";s:13:\"[admin_email]\";s:10:\"load_style\";s:3:\"all\";s:12:\"custom_style\";b:1;s:6:\"pubkey\";s:0:\"\";s:7:\"privkey\";s:0:\"\";s:7:\"re_lang\";s:0:\"\";s:7:\"re_type\";s:0:\"\";s:6:\"re_msg\";s:39:\"The reCAPTCHA was not entered correctly\";s:8:\"re_multi\";s:1:\"1\";s:6:\"no_ips\";i:0;s:12:\"current_form\";i:0;s:8:\"tracking\";i:0;s:14:\"frm_view_forms\";a:1:{i:0;s:13:\"administrator\";}s:14:\"frm_edit_forms\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_delete_forms\";a:1:{i:0;s:13:\"administrator\";}s:19:\"frm_change_settings\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_view_entries\";a:1:{i:0;s:13:\"administrator\";}s:18:\"frm_delete_entries\";a:1:{i:0;s:13:\"administrator\";}s:18:\"frm_create_entries\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_edit_entries\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_view_reports\";a:1:{i:0;s:13:\"administrator\";}s:17:\"frm_edit_displays\";a:1:{i:0;s:13:\"administrator\";}}','yes'),(357,'_transient_frmpro_options','O:14:\"FrmProSettings\":45:{s:11:\"option_name\";s:14:\"frmpro_options\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:12:\"update_value\";s:6:\"Update\";s:17:\"already_submitted\";s:36:\"You have already submitted that form\";s:15:\"cal_date_format\";s:8:\"mm/dd/yy\";s:11:\"date_format\";s:5:\"m/d/Y\";s:9:\"menu_icon\";s:0:\"\";s:4:\"menu\";N;s:7:\"mu_menu\";N;s:8:\"use_html\";N;s:10:\"jquery_css\";N;s:12:\"accordion_js\";N;s:9:\"fade_form\";N;s:7:\"old_css\";N;s:11:\"success_msg\";N;s:9:\"blank_msg\";N;s:10:\"unique_msg\";N;s:11:\"invalid_msg\";N;s:10:\"failed_msg\";N;s:12:\"submit_value\";N;s:9:\"login_msg\";N;s:16:\"admin_permission\";N;s:8:\"email_to\";N;s:10:\"load_style\";s:3:\"all\";s:12:\"custom_style\";b:1;s:6:\"pubkey\";s:0:\"\";s:7:\"privkey\";s:0:\"\";s:7:\"re_lang\";s:0:\"\";s:7:\"re_type\";s:0:\"\";s:6:\"re_msg\";s:39:\"The reCAPTCHA was not entered correctly\";s:8:\"re_multi\";N;s:6:\"no_ips\";N;s:12:\"current_form\";i:0;s:8:\"tracking\";N;s:8:\"currency\";s:3:\"USD\";s:14:\"frm_view_forms\";s:13:\"administrator\";s:14:\"frm_edit_forms\";s:13:\"administrator\";s:16:\"frm_delete_forms\";s:13:\"administrator\";s:19:\"frm_change_settings\";s:13:\"administrator\";s:16:\"frm_view_entries\";s:13:\"administrator\";s:18:\"frm_delete_entries\";s:13:\"administrator\";s:18:\"frm_create_entries\";s:13:\"administrator\";s:16:\"frm_edit_entries\";s:13:\"administrator\";s:16:\"frm_view_reports\";s:13:\"administrator\";s:17:\"frm_edit_displays\";s:13:\"administrator\";}','yes'),(353,'frm_addons_l43bec505ad8758064a2a2c28781572a0','a:3:{s:7:\"timeout\";i:1587415446;s:5:\"value\";s:82450:\"{\"20790298\":{\"title\":\"Active Campaign\",\"name\":\"Active Campaign\",\"slug\":\"activecampaign-wordpress-plugin\",\"version\":\"1.05\",\"new_version\":\"1.05\",\"location\":[\"fp.strategy11.com\\/releases\\/activecampaign\\/formidable-activecampaign-1.05.zip\"],\"excerpt\":\"Add contacts to any ActiveCampaign list from your WordPress forms.\",\"id\":20790298,\"released\":\"2018-07-05 00:00:00\",\"categories\":[\"Elite\",\"Marketing\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/activecampaign-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/activecampaign-wordpress-plugin\\/\",\"changelog\":\"\",\"plugin\":\"formidable-activecampaign\\/formidable-activecampaign.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"337527\":{\"title\":\"Authorize.net AIM\",\"name\":\"Authorize.net AIM\",\"slug\":\"authorize-net-aim\",\"version\":\"2.01\",\"new_version\":\"2.01\",\"location\":[\"fp.strategy11.com\\/releases\\/authorize-net\\/formidable-authorize-net-2.01.zip\"],\"excerpt\":\"Accept one-time payments directly on your site, using Authorize.net AIM.\",\"id\":337527,\"released\":\"2016-04-29 00:00:00\",\"categories\":[\"Ecommerce\",\"Elite\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/authorize-net-aim\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/authorize-net-aim\\/\",\"changelog\":\"<h4>v2.01 - March 18, 2019<\\/h4>\\n<ul>\\n<li>Fix: Increase the timeout for creating the payment on Authorize.net in order to prevent false failures.<\\/li>\\n<li>Save the full API response in the log instead of only the body of the response for more helpful debugging messages.<\\/li>\\n<\\/ul>\\n<h4>v2.0 - February 25, 2019<\\/h4>\\n<ul>\\n<li>Requires Formidable 3.0+ and WordPress 4.7+<\\/li>\\n<li>New: Remove the Authorize.net SDK. This greatly reduces the size of the plugin, and resolves PHP 7.0+ compatibility issues.<\\/li>\\n<li>New: Use Webhooks to get notifications from Authorize.net to a REST endpoint when a payment status changes. This includes refunds, voids, and completed transactions. A webhook will be automatically created when the Formidable -&gt; Global settings page is saved.<\\/li>\\n<li>New: Added signature key to Global settings page and removed the Silent Post url. This is used to verify any incoming webhooks.<\\/li>\\n<li>New: Don\'t use MD5 verification, but meet the new sha512 requirement instead.<\\/li>\\n<li>New: Add Bangladeshi Taka currency<\\/li>\\n<li>Fix: Replace usage of deprecated file and functions from Formidable<\\/li>\\n<li>Fix: Added escaping for translatable strings.<\\/li>\\n<\\/ul>\\n<h4>v1.02 - August 31, 2018<\\/h4>\\n<ul>\\n<li>New: Delete entries that don\'t pass credit card validation<\\/li>\\n<li>New: Process shortcodes in the payment amount, description, and actions after payment. This includes default values, field values, and regular WP shortcodes.<\\/li>\\n<li>New: Allow the api key to be overridden with constants. The Authorize account can be set with AUTHORIZENET_TRANSACTION_KEY and AUTHORIZENET_API_LOGIN_ID<\\/li>\\n<li>New: Disable live mode for non-ssl sites. Show the settings and always allow test mode.<\\/li>\\n<li>New: Add option to register user after successful payment<\\/li>\\n<li>New: Add payment triggers to api action<\\/li>\\n<li>New: Add receipt ID shortcode<\\/li>\\n<li>New: Add Pakistani rupee, Chinese Renminbi Yuan, South African Rand, and Sri Lankan Rupee to currency options<\\/li>\\n<li>New: If PayPal is also installed, show the PayPal payment completed status<\\/li>\\n<li>New: Add frm_pay_[payment type]_sidebar hook for adding content to the sidebar of a single payment<\\/li>\\n<li>Fix: Include the customer info with an echeck. Show the address fields in eCheck settings. When only eCheck is selected, the extra fields were not set to show or send to Authnet<\\/li>\\n<li>Fix: Replace the included SSL cert since it is causing errors on some servers<\\/li>\\n<li>Fix: Filter description shortcodes on subscriptions page<\\/li>\\n<li>Fix: Create the post (if applicable) before fields are updated<\\/li>\\n<li>Fix: Use credit card icon instead of Stripe. This will show in 3.0.<\\/li>\\n<li>Fix: Update the gateway field for better 3.0 compatibility<\\/li>\\n<\\/ul>\\n<h4>v1.01 - December 12, 2016<\\/h4>\\n<ul>\\n<li>Prevent errors when Formidable is deactivated<\\/li>\\n<li>Add frm_authnet_invoice_num hook for setting the invoice number<\\/li>\\n<li>Add a link to view the subscriptions<\\/li>\\n<li>If the subscription has failed &gt; 3 times, set it to canceled<\\/li>\\n<li>Show more error messages to a user when the payment fails<\\/li>\\n<li>Remove plugin header for nested plugin to prevent error message when activating from the plugins upload page<\\/li>\\n<li>Use the correct currency for the total on the entry sidebar instead of defaulting to USD<\\/li>\\n<li>Allow field shortcodes in description<\\/li>\\n<li>Add Indian Rupee to currency options<\\/li>\\n<li>Add table headings and subscription description to the frm-subscriptions shortcode<\\/li>\\n<li>Prevent field ids from being used as the amount<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-authorize-net\\/formidable-authorize-net.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"168468\":{\"title\":\"AWeber\",\"name\":\"AWeber\",\"slug\":\"aweber\",\"version\":\"2.01\",\"new_version\":\"2.01\",\"excerpt\":\"AWeber is a powerful email marketing service. Subscribe contacts to an AWeber mailing list when they submit your WordPress contact forms.\",\"id\":168468,\"released\":\"2013-11-26 00:00:00\",\"categories\":[\"Creator\",\"Marketing\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-aweber\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/aweber\\/\",\"changelog\":\"<h4>v2.01 - February 4, 2016<\\/h4>\\n<ul>\\n<li>Make sure the update notice doesn\'t show if the plugin is up to date<\\/li>\\n<\\/ul>\\n<h4>v2.0 - January 15, 2016<\\/h4>\\n<ul>\\n<li>Move the AWeber settings into a form action<\\/li>\\n<li>Make the plugin translatable<\\/li>\\n<li>Now it works with the free version of Formidable<\\/li>\\n<\\/ul>\\n<h4>v1.0.03 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent errors when Formidable is disabled<\\/li>\\n<\\/ul>\\n<h4>v1.0.02 - October 16, 2015<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v1.0.01 - December 2, 2013<\\/h4>\\n<ul>\\n<li>Fixed setting up lists when MailChimp add-on is not installed.<\\/li>\\n<li>Remove a hook to prevent settings from loading twice in recent versions of Formidable<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-aweber\\/formidable-aweber.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-aweber\\/formidable-aweber-2.01.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=x7ivm%2B1EAt4%2BXBB7egm72I2Rcpc%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-aweber\\/formidable-aweber-2.01.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=x7ivm%2B1EAt4%2BXBB7egm72I2Rcpc%3D\"},\"168463\":{\"title\":\"Bootstrap\",\"name\":\"Bootstrap\",\"slug\":\"bootstrap\",\"version\":\"1.02.02\",\"new_version\":\"1.02.02\",\"excerpt\":\"Instantly add Bootstrap styling to all your Formidable forms.\",\"id\":168463,\"released\":\"2014-08-05 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-bootstrap\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/bootstrap\\/\",\"changelog\":\"<h4>v1.02.02 - October 9, 2017<\\/h4>\\n<ul>\\n<li>Enhancement: Allow prepend and append options with dropdowns.<\\/li>\\n<\\/ul>\\n<h4>v1.02.01 - March 8, 2017<\\/h4>\\n<ul>\\n<li>Enhancement: Update Bootstrap version to 3.3.7.<\\/li>\\n<li>Enhancement: Add prepend and append options to Lookup &gt; Text fields<\\/li>\\n<\\/ul>\\n<h4>v1.02 - December 13, 2016<\\/h4>\\n<ul>\\n<li>Enhancement: Update Bootstrap version to 3.3.6.<\\/li>\\n<li>Fix: Make sure modified [input] tag works well with Bootstrap append.<\\/li>\\n<li>Fix: Add Bootstrap ID so automatic updates work in the future.<\\/li>\\n<li>Fix: Make sure Lookup checkbox and radio fields look nice.<\\/li>\\n<\\/ul>\\n<h4>v1.01.04 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent errors with Formidable disabled<\\/li>\\n<\\/ul>\\n<h4>v1.01.03 - October 16, 2015<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-bootstrap\\/formidable-bootstrap.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-bootstrap\\/formidable-bootstrap-1.02.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=eNOYK5uetWcqKcAcVP9Mh2Abtyo%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-bootstrap\\/formidable-bootstrap-1.02.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=eNOYK5uetWcqKcAcVP9Mh2Abtyo%3D\"},\"185013\":{\"title\":\"Bootstrap Modal\",\"name\":\"Bootstrap Modal\",\"slug\":\"bootstrap-modal\",\"version\":\"2.0\",\"new_version\":\"2.0\",\"excerpt\":\"Open forms, views, other shortcodes, or sections of content in a Bootstrap popup.\",\"id\":185013,\"released\":\"2015-08-26 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/bootstrap-modal\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/bootstrap-modal\\/\",\"changelog\":\"<h4>v2.0 - August 21, 2017<\\/h4>\\n<ul>\\n<li>Add a new shortcode format for more flexibility. Now you can include whatever you\'d like in the modal.<br \\/>\\n[ frmmodal-content]content here[\\/frmmodal-content]<\\/li>\\n<li>Add frm_modal_shortcode action hook. This is for triggering external scripts that are loaded too late when they aren\'t triggered until the footer.<\\/li>\\n<li>Add modal_class shortcode option. This will add a class to the generated modal.<\\/li>\\n<\\/ul>\\n<h4>v1.04 - April 4, 2016<\\/h4>\\n<ul>\\n<li>Allow size=small or size=large to change the modal size<\\/li>\\n<li>Add modal_title parameter to the shortcode<\\/li>\\n<li>Make sure modal works when no forms are present on the page<\\/li>\\n<li>Fix plugin URI<\\/li>\\n<\\/ul>\\n<h4>v1.03 - January 18, 2016<\\/h4>\\n<ul>\\n<li>Make sure multiple modals on a page work correctly<\\/li>\\n<\\/ul>\\n<h4>v1.02 - December 17, 2015<\\/h4>\\n<ul>\\n<li>Show an icon to close the modal<\\/li>\\n<li>Allow any shortcode to be used for the modal content. For example, use [ frmmodal type=\\\"frm-login\\\" label=\\\"Login\\\"] to show a login form when the registration plugin is active.<\\/li>\\n<li>When the license number is saved, make sure it\'s for the correct plugin<\\/li>\\n<\\/ul>\\n<h4>v1.01 - November 24, 2015<\\/h4>\\n<ul>\\n<li>Allow classes to be added to the modal link. [ frmmodal id=5 label=\\\"click here\\\" class=\\\"your classes here\\\"]<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-modal\\/formidable-modal.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-modal\\/formidable-modal-2.0.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=aw8zZeHiqlPuKyB2K1fkYtcoZ1M%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-modal\\/formidable-modal-2.0.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=aw8zZeHiqlPuKyB2K1fkYtcoZ1M%3D\"},\"20891694\":{\"title\":\"Campaign Monitor\",\"name\":\"Campaign Monitor\",\"slug\":\"campaign-monitor\",\"version\":\"1.03\",\"new_version\":\"1.03\",\"excerpt\":\"Save time by automatically sending leads from WordPress forms to Campaign Monitor.\",\"id\":20891694,\"released\":\"2019-06-17 00:00:00\",\"categories\":[\"Business\",\"Marketing\"],\"docs\":\"\\/knowledgebase\\/campaign-monitor-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/campaign-monitor\\/\",\"changelog\":\"\",\"plugin\":\"formidable-campaignmonitor\\/formidable-campaignmonitor.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/campaign-monitor\\/formidable-campaignmonitor-1.03.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=id6GA8%2BtKydZJztX6lPjMvoPmDI%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/campaign-monitor\\/formidable-campaignmonitor-1.03.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=id6GA8%2BtKydZJztX6lPjMvoPmDI%3D\"},\"20826884\":{\"title\":\"Constant Contact\",\"name\":\"Constant Contact\",\"slug\":\"constant-contact\",\"version\":\"1.02\",\"new_version\":\"1.02\",\"excerpt\":\"Setup WordPress forms to create leads automatically in Constant Contact. Just select a list and match up form fields.\",\"id\":20826884,\"released\":\"2018-10-15 00:00:00\",\"categories\":[\"Business\",\"Marketing\"],\"docs\":\"\\/knowledgebase\\/constant-contact-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/constant-contact\\/\",\"changelog\":\"<h4>v1.02 - December 12, 2019<\\/h4>\\n<ul>\\n<li>New: Make authenticating easier<\\/li>\\n<li>Show more helpful error messages in the global settings and in the form action<\\/li>\\n<li>Use icon instead of image for form action<\\/li>\\n<li>Update form action layout to match v4.0<\\/li>\\n<li>Remove debug mode in favor of logging<\\/li>\\n<li>Fix: When different forms are used to update a contact, only the most recent info was saved and previous values were removed (ie custom fields, selected lists)<\\/li>\\n<li>Fix: If a contact was deleted in Constant Contact, it was causing a failure when updating the contact from Formidable<\\/li>\\n<\\/ul>\\n<h4>v1.01 - October 31, 2018<\\/h4>\\n<ul>\\n<li>Fix: On first install, the Global settings page was not loaded correctly<\\/li>\\n<li>Fix: Allow the debug mode checkbox to be unchecked<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-constantcontact\\/formidable-constantcontact.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/constant-contact\\/formidable-constantcontact-1.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=vcNmAdMtvw4R6Hs30q5qYxvcbOU%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/constant-contact\\/formidable-constantcontact-1.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=vcNmAdMtvw4R6Hs30q5qYxvcbOU%3D\"},\"20247260\":{\"title\":\"Datepicker Options\",\"name\":\"Datepicker Options\",\"slug\":\"datepicker-options\",\"version\":\"1.0.04\",\"new_version\":\"1.0.04\",\"excerpt\":\"Add more options to date fields in your forms for so only the dates you choose can be chosen.\",\"id\":20247260,\"released\":\"2018-07-30 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/datepicker-options\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/datepicker-options\\/\",\"changelog\":\"<h4>v1.0.04 - June 10, 2019<\\/h4>\\n<ul>\\n<li>Fix: Inline datepickers were selecting a default date that wasn\'t allowed with some configurations<\\/li>\\n<li>Fix: Settings to select days of the week weren\'t appearing up in 4.0.<\\/li>\\n<li>Cleanup settings for 4.0<\\/li>\\n<\\/ul>\\n<h4>v1.0.03 - March 18, 2019<\\/h4>\\n<ul>\\n<li>Add minimized js and add pot file.<\\/li>\\n<li>Fix the datepicker appearance in backend settings when the front-end Formidable css is not loaded.<\\/li>\\n<li>Fix error when Formidable Forms is disabled.<\\/li>\\n<\\/ul>\\n<h4>v1.0.02 - October 15, 2018<\\/h4>\\n<ul>\\n<li>Fix: Exceptions couldn\'t be added in repeating date fields<\\/li>\\n<li>Fix: Show inline datepickers when creating or editing an entry on the backend<\\/li>\\n<li>Fix: Inline datepickers were always defaulting to today\'s date<\\/li>\\n<\\/ul>\\n<h4>v1.0.01 - August 6, 2018<\\/h4>\\n<ul>\\n<li>Fix: Load the datepicker javascript when SCRIPT_DEBUG is not enabled<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-dates\\/formidable-dates.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/dates\\/formidable-dates-1.0.04.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=ZbEY31%2BppSn7wYUAl6knr0BG%2FGw%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/dates\\/formidable-dates-1.0.04.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=ZbEY31%2BppSn7wYUAl6knr0BG%2FGw%3D\"},\"20897348\":{\"title\":\"Export View to CSV\",\"name\":\"Export View to CSV\",\"slug\":\"export-view\",\"version\":\"1.01\",\"new_version\":\"1.01\",\"excerpt\":\"Easily create custom CSV files and allow users to export their data from the front-end of your site.\",\"id\":20897348,\"released\":\"2019-08-01 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/table-view-to-csv\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/export-view\\/\",\"changelog\":\"<p>No Changes Found<\\/p>\\n\",\"plugin\":\"formidable-export-view\\/formidable-export-view.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/export-view\\/formidable-export-view-1.01.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=E6teJdnvk1mP9A5MfFxbihMc4Gg%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/export-view\\/formidable-export-view-1.01.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=E6teJdnvk1mP9A5MfFxbihMc4Gg%3D\"},\"326042\":{\"title\":\"Form Action Automation\",\"name\":\"Form Action Automation\",\"slug\":\"autoresponder\",\"version\":\"2.03\",\"new_version\":\"2.03\",\"location\":[\"fp.strategy11.com\\/releases\\/autoresponder\\/formidable-autoresponder-2.03.zip\"],\"excerpt\":\"Schedule email notifications, SMS messages, and API actions.\",\"id\":326042,\"released\":\"2016-09-21 00:00:00\",\"categories\":[\"Elite\",\"Marketing\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/schedule-autoresponder\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/autoresponder\\/\",\"changelog\":\"<h4>v2.03 - May 30, 2019<\\/h4>\\n<ul>\\n<li>Update the settings layout a bit for Formidable v4.0<\\/li>\\n<li>Code: Add automation for plugin releases<\\/li>\\n<li>Code: Update for better WordPress code styling<\\/li>\\n<\\/ul>\\n<h4>v2.02 - November 7, 2018<\\/h4>\\n<ul>\\n<li>New: Allow user registration to be scheduled with the automation settings<\\/li>\\n<li>Fix: When a form action is disabled, don\'t trigger it with the automation<\\/li>\\n<\\/ul>\\n<h4>v2.01 - August 1, 2018<\\/h4>\\n<ul>\\n<li>Fix: Replace __DIR__ for php 5.2 support<\\/li>\\n<li>Fix: Prevent php warning with empty dates<\\/li>\\n<li>Fix: Switch to non-deprecated save_settings function<\\/li>\\n<li>A bunch of codestyling changes, messages for translators, and escape translated strings<\\/li>\\n<\\/ul>\\n<h4>v2.0 - September 18, 2017<\\/h4>\\n<ul>\\n<li>New: Trigger automation by date + time when time fields are included in the form<\\/li>\\n<li>Tweak: Add entry and action to frm_autoresponder_time hook<\\/li>\\n<li>Tweak: Change naming to Automation instead of Autoresponder to indicate expanded functionality<\\/li>\\n<li>Tweak: Large refactoring in the code behind the scenes<\\/li>\\n<li>Fix: Show the queued time in the current site timezone<\\/li>\\n<li>Fix: Remove queued events when an entry is deleted<\\/li>\\n<\\/ul>\\n<h4>v1.04 - October 12, 2016<\\/h4>\\n<ul>\\n<li>Add logic to stop scheduled events when the form action logic is not met<\\/li>\\n<li>Automatically update the queue times when an entry is updated<\\/li>\\n<li>Only show countdown on the debug queue if the trigger will be happening within the next 3 days<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-autoresponder\\/formidable-autoresponder.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"168072\":{\"title\":\"Formidable API\",\"name\":\"Formidable API\",\"slug\":\"formidable-api\",\"version\":\"1.08\",\"new_version\":\"1.08\",\"excerpt\":\"Add a full forms API for forms, form fields, views, and entries. Then send submissions to other sites with REST APIs.\",\"id\":168072,\"released\":\"2016-06-08 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-api\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-api\\/\",\"changelog\":\"<h4>v1.08 - May 27, 2019<\\/h4>\\n<ul>\\n<li>New: Add exclude_script and exclude_style parameters to the frm-api shortcode for excluding specific styles and scripts.<\\/li>\\n<li>New: When using the frm-api shortcode, scripts included on the page will be automatically excluded to prevent duplication.<\\/li>\\n<li>Don\'t allow GET access to field routes for those who don\'t have access to view forms on the back end.<\\/li>\\n<li>Switch shortcodes in data settings when form is duplicated.<\\/li>\\n<li>Fix: Javascript was not included with views, so shortcodes like frm-entry-update-field did not respond.<\\/li>\\n<li>Fix: Clicking the + row button quickly was creating duplicate rows.<\\/li>\\n<li>Fix: The ... was missing in 4.0 for newly added data rows. This fix requires Formidable v4.0.02<\\/li>\\n<\\/ul>\\n<h4>v1.07 - December 26, 2018<\\/h4>\\n<ul>\\n<li>Fix: multiple files were not correctly attached to the created entry<\\/li>\\n<li>Fix: when a file was created via the API, it was being duplicated on the receiving end<\\/li>\\n<li>Fix: When the API plugin is active, and Formidable is not, there was an error when creating a new page with the new WP editor<\\/li>\\n<\\/ul>\\n<h4>v1.06 - October 8, 2018<\\/h4>\\n<ul>\\n<li>New: Add image importing via the REST API. Now an image can be uploaded from another site when the URL is included in the API request.<\\/li>\\n<li>Fix: Prevent CORS error with ajax calls. This resolves issues with double submissions, redirecting with validation errors, and adding rows in a repeater.<\\/li>\\n<li>Fix: The returned form object was different after a form was edited than after create or get.<\\/li>\\n<\\/ul>\\n<h4>v1.05.01 - August 22, 2018<\\/h4>\\n<ul>\\n<li>Fix issue with file fields not saving the received value<\\/li>\\n<\\/ul>\\n<h4>v1.05 - July 27, 2018<\\/h4>\\n<ul>\\n<li>New: Add start_date and end_date parameters to filter the route to get entries<\\/li>\\n<li>Fix: Add better functionality to the search parameter in the route to get entries<\\/li>\\n<li>Fix: Allow the registration validation to trigger during API call<\\/li>\\n<li>Fix: reCaptcha was returning an error when creating an entry<\\/li>\\n<li>Fix: Creating an entry that included dynamic fields was causing a fatal error by using deprecated functions<\\/li>\\n<li>Fix: The route to create a form wasn\'t working correctly<\\/li>\\n<li>Remove old sslverify =&gt; false lines since they are no longer recommended<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-api\\/formidable-api.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-api\\/formidable-api-1.08.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=BsiG7Z4Q%2FZAdcb7porgKa86XZT8%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-api\\/formidable-api-1.08.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=BsiG7Z4Q%2FZAdcb7porgKa86XZT8%3D\"},\"20834175\":{\"title\":\"Formidable Payments\",\"name\":\"Formidable Payments\",\"slug\":\"formidable-payments\",\"version\":\"1.14\",\"new_version\":\"1.14\",\"location\":[\"fp.strategy11.com\\/releases\\/payments\\/formidable-payments-1.14.zip\"],\"excerpt\":\"\",\"id\":20834175,\"released\":\"2018-11-06 12:08:25\",\"categories\":[],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-payments\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"93790\":{\"title\":\"Formidable Pro\",\"name\":\"Formidable Pro\",\"slug\":\"formidable-pro\",\"version\":\"4.04.02\",\"new_version\":\"4.04.02\",\"excerpt\":\"\",\"id\":93790,\"released\":\"2010-02-01 16:27:26\",\"categories\":[\"Personal\",\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro\\/\",\"changelog\":\"<h4>v4.02.02 - April 8, 2020<\\/h4>\\n<ul>\\n<li>Tweak: Include the required indicator when field label is the placeholder.<\\/li>\\n<li>New hooks: frm_filter_admin_entries and frm_admin_search_options. These hooks add options to search list entries in custom ways.<\\/li>\\n<li>Include the CSS Layout Classes option in Total fields.<\\/li>\\n<li>Fix: Don\'t require x_order to be included in the frm-graph shortcode to show field options with no responses.<\\/li>\\n<li>Fix: When an \\\"other\\\" box is checked, always require a value to be entered even when another box is checked.<\\/li>\\n<li>Fix: Dependent taxonomies were not getting checked when not on the first page.<\\/li>\\n<li>Fix: With some date formats, date fields inside repeaters were showing the current date in the summary instead of the selected date.<\\/li>\\n<li>Fix: In some cases with conditional logic, the first row in a repeater wasn\'t included in the summary.<\\/li>\\n<li>Auto deactivate Pro after uninstall to prevent tables from being recreated.<\\/li>\\n<li>Fix: Another update for PHP 7.4.<\\/li>\\n<\\/ul>\\n<h4>v4.04.01 - March 2, 2020<\\/h4>\\n<ul>\\n<li>New: Use checkboxes in quantity field settings for selecting the product. This allows for better product variations because the quantity field can be applies to multiple options.<\\/li>\\n<li>New: Include the step option for quantity fields to allow for options like \\\"1.5 hours\\\".<\\/li>\\n<li>Fix: Allow &lt;= in field calculations.<\\/li>\\n<li>Fix: Don\'t allow a negative quantity in pricing fields.<\\/li>\\n<li>Fix: When a number quantity outside the allowed range is used, force the max and min settings.<\\/li>\\n<\\/ul>\\n<h4>v4.04 - February 4, 2020<\\/h4>\\n<ul>\\n<li>New: Pricing fields have been added with a way to use products and quantities, set the currency, and automatically total up the products.<\\/li>\\n<li>New: When a WordPress parameter is added as the View detail slug or in the filters, show a warning to avoid unintended side effects.<\\/li>\\n<\\/ul>\\n<h4>v4.03.07 - January 9, 2020<\\/h4>\\n<ul>\\n<li>Project delight: Add tooltip icons in admin area for consistency instead of using the option label in some cases.<\\/li>\\n<li>Project Delight: Adjust the process before a section is deleted to reinforce the warning about deleting all child fields.<\\/li>\\n<\\/ul>\\n<h4>v4.03.06 - December 18, 2019<\\/h4>\\n<ul>\\n<li>New: Add autocomplete to user ID fields and page dropdowns on the back-end for faster form loads on sites with many users or pages.<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-pro\\/formidable-pro.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-772x250.png\"},\"beta\":{\"version\":\"4.04.02\",\"plugin\":\"formidable\\/formidable.php\",\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-pro-4.04.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=%2F4ybfvjjYQa7Aaj3%2Fc7TfQbfHt8%3D\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-pro-4.04.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=%2F4ybfvjjYQa7Aaj3%2Fc7TfQbfHt8%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-pro-4.04.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=%2F4ybfvjjYQa7Aaj3%2Fc7TfQbfHt8%3D\"},\"20896934\":{\"title\":\"Formidable Pro Basic\",\"name\":\"Formidable Pro Basic\",\"slug\":\"formidable-basic\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":20896934,\"released\":\"2019-07-22 09:03:39\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-basic\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"19366995\":{\"title\":\"Formidable Pro Business Package\",\"name\":\"Formidable Pro Business Package\",\"slug\":\"formidable-pro-small-business-package\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19366995,\"released\":\"2017-09-01 12:09:09\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-small-business-package\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"19367001\":{\"title\":\"Formidable Pro Creator Package\",\"name\":\"Formidable Pro Creator Package\",\"slug\":\"formidable-pro-professional-package\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19367001,\"released\":\"2017-09-01 12:10:24\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-professional-package\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"19366992\":{\"title\":\"Formidable Pro Elite Package\",\"name\":\"Formidable Pro Elite Package\",\"slug\":\"formidable-pro-enterprise-package\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19366992,\"released\":\"2017-09-01 12:09:38\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-enterprise-package\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"19367654\":{\"title\":\"Formidable Pro Single Site\",\"name\":\"Formidable Pro Single Site\",\"slug\":\"formidable-pro-single-site\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19367654,\"released\":\"2017-09-01 13:36:16\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-single-site\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"20813244\":{\"title\":\"GetResponse\",\"name\":\"GetResponse\",\"slug\":\"getresponse-wordpress-plugin\",\"version\":\"1.04\",\"new_version\":\"1.04\",\"excerpt\":\"Collect leads in WordPress forms and automatically add them in GetResponse. Then trigger automatic emails and other GetResponse marketing automations.\",\"id\":20813244,\"released\":\"2018-09-06 00:00:00\",\"categories\":[\"Business\",\"Marketing\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/getresponse-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/getresponse-wordpress-plugin\\/\",\"changelog\":\"<h4>v1.04 - October 2, 2019<\\/h4>\\n<ul>\\n<li>Allow 0 for the cycle start day<\\/li>\\n<li>Show more helpful messages in the form action if the GetResponse lists cannot be fetched<\\/li>\\n<li>Update the form action icon for 4.0<\\/li>\\n<li>Remove the debug mode option and use the Logging plugin instead<\\/li>\\n<li>Load all custom fields right away since they aren\'t different for each list. Also don\'t hide the custom fields when a list changes.<\\/li>\\n<li>Prevent error with Formidable disabled<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-getresponse\\/formidable-getresponse.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/getresponse\\/formidable-getresponse-1.04.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=GTAcLT1ek6O6PdZ6cWlDQ6DuCuY%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/getresponse\\/formidable-getresponse-1.04.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=GTAcLT1ek6O6PdZ6cWlDQ6DuCuY%3D\"},\"180495\":{\"title\":\"Highrise\",\"name\":\"Highrise\",\"slug\":\"highrise\",\"version\":\"1.06\",\"new_version\":\"1.06\",\"excerpt\":\"Capture leads in your WordPress contact forms, and save them in your Highrise CRM account too.\",\"id\":180495,\"released\":\"2013-12-12 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-highrise\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/highrise\\/\",\"changelog\":\"<h4>v1.06 - February 29, 2016<\\/h4>\\n<ul>\\n<li>Send the custom fields correctly to Highrise<\\/li>\\n<\\/ul>\\n<h4>v1.05 - February 23, 2016<\\/h4>\\n<ul>\\n<li>Fix email field settings in the Highrise action<\\/li>\\n<li>Make sure the license key is a Highrise license<\\/li>\\n<\\/ul>\\n<h4>v1.04 - February 9, 2016<\\/h4>\\n<ul>\\n<li>Added options to separate out address fields. City, State, Zip, and Country can now be mapped separately.<\\/li>\\n<li>Fixed PHP7 warnings<\\/li>\\n<\\/ul>\\n<h4>v1.03 - December 10, 2015<\\/h4>\\n<ul>\\n<li>Make it compatible with the free version of Formidable<\\/li>\\n<\\/ul>\\n<h4>v1.02 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent error when Formidable is disabled<\\/li>\\n<li>Reduce duplication with initializing the api<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-highrise\\/formidable-highrise.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2012\\/01\\/highrise.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-highrise\\/formidable-highrise-1.06.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=oB2baf8Jw6P%2BUfCLpQFXAYsjE9w%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-highrise\\/formidable-highrise-1.06.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=oB2baf8Jw6P%2BUfCLpQFXAYsjE9w%3D\"},\"20811871\":{\"title\":\"HubSpot\",\"name\":\"HubSpot\",\"slug\":\"hubspot-wordpress\",\"version\":\"1.07\",\"new_version\":\"1.07\",\"location\":[\"fp.strategy11.com\\/releases\\/hubspot\\/formidable-hubspot-1.07.zip\"],\"excerpt\":\"Add contacts from your forms to HubSpot.\",\"id\":20811871,\"released\":\"2018-09-04 00:00:00\",\"categories\":[\"CRM\",\"Elite\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/hubspot-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/hubspot-wordpress\\/\",\"changelog\":\"<h4>v1.07 - January 22, 2020<\\/h4>\\n<ul>\\n<li>If the API key is missing or incorrect, allow it to be changed inside the form action<\\/li>\\n<li>Auto clear the cache when the api key is changed<\\/li>\\n<li>Include the option to set the lead source<\\/li>\\n<li>Include options from other property groups<\\/li>\\n<li>Add logging (with the Formidable Logs plugin) and remove debug mode<\\/li>\\n<li>Fix: In some cases, contacts were not being updated<\\/li>\\n<\\/ul>\\n<h4>v1.06 - February 11, 2019<\\/h4>\\n<ul>\\n<li>Allow contacts to be updated when the email address matches an existing contact<\\/li>\\n<li>Properly set and reset the cached API calls when getting properties for mapping<\\/li>\\n<li>Add a PO file<\\/li>\\n<li>Alphabetize the list of properties in the form action<\\/li>\\n<li>Include fields that may not be set as form fields in Hubspot, and exclude read only fields instead<\\/li>\\n<li>Remove the \'Default HubSpot Blog Email Subscription\' mapping to a value rather than a field in the form<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-hubspot\\/formidable-hubspot.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"170641\":{\"title\":\"Locations\",\"name\":\"Locations\",\"slug\":\"locations\",\"version\":\"2.02\",\"new_version\":\"2.02\",\"excerpt\":\"Populate fields with Countries, States\\/Provinces, U.S. Counties, and U.S. Cities. This data can then be used in dependent Data from Entries fields.\",\"id\":170641,\"released\":\"2014-06-21 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-locations\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/locations\\/\",\"changelog\":\"<h4>v2.02 - September 11, 2017<\\/h4>\\n<ul>\\n<li>Fix: Remove invalid city data.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - May 10, 2016<\\/h4>\\n<ul>\\n<li>Switch to using Lookup fields<\\/li>\\n<li>Add a link to reset the locations data<\\/li>\\n<\\/ul>\\n<h4>v2.0 - September 14, 2015<\\/h4>\\n<ul>\\n<li>Add options to import specific location groups<\\/li>\\n<li>Import with Ajax instead of page reloading<\\/li>\\n<li>No more annoying banners<\\/li>\\n<\\/ul>\\n<h4>v2.0b1 - August 18, 2015<\\/h4>\\n<ul>\\n<li>Add options to import specific locations<\\/li>\\n<li> Import with Ajax instead of page reloading<\\/li>\\n<li>No more annoying banners<\\/li>\\n<\\/ul>\\n<h4>v1.0.02 - June 21, 2014<\\/h4>\\n<ul>\\n<li>Fix parse error affecting some users <\\/li>\\n<li>This now requires at least v1.07.05 of Formidable<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-locations\\/us_locations.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2013\\/04\\/locations.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-locations\\/formidable-locations-2.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=e4ErNq%2FrFdVwGGaWSeQDuFRFu5Y%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-locations\\/formidable-locations-2.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=e4ErNq%2FrFdVwGGaWSeQDuFRFu5Y%3D\"},\"11927748\":{\"title\":\"Logs\",\"name\":\"Logs\",\"slug\":\"logs\",\"version\":\"1.0b1\",\"new_version\":\"1.0b1\",\"excerpt\":\"See your API requests along with their responses from add-ons including Zapier, Formidable API Webhooks, Salesforce and more.\",\"id\":11927748,\"released\":\"2016-12-19 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/logs\\/\",\"changelog\":\"\",\"plugin\":\"formidable-logs\\/formidable-logs.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/logs\\/formidable-logs-1.0b1.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=LWJOTw5Q3yuUIm64EiUZG7cFRtU%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/logs\\/formidable-logs-1.0b1.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=LWJOTw5Q3yuUIm64EiUZG7cFRtU%3D\"},\"170655\":{\"title\":\"MailChimp\",\"name\":\"MailChimp\",\"slug\":\"mailchimp\",\"version\":\"2.04\",\"new_version\":\"2.04\",\"excerpt\":\"Get on the path to more leads in minutes. Add and update leads in a MailChimp mailing list when a form is submitted.\",\"id\":170655,\"released\":\"2013-10-17 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-mailchimp\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/mailchimp\\/\",\"changelog\":\"<h4>v2.04 - July 12, 2019<\\/h4>\\n<ul>\\n<li>Add support for MailChimp tags<\\/li>\\n<li>Add double opt-in for unsubscribed users that are resubscribing<\\/li>\\n<li>Add German translation<\\/li>\\n<li>Log API requests in the Formidable Logs<\\/li>\\n<li>Update the styling for the MailChimp icon in the form actions to better match 4.0<\\/li>\\n<li>Clean up the MailChimp form action settings<\\/li>\\n<li>Clarify the groups settings to make them a bit more intuitive<\\/li>\\n<li>Allow text fields to be selected for groups<\\/li>\\n<li>Show error messages along with the \'no mailing lists found\' message for easier debugging<\\/li>\\n<\\/ul>\\n<h4>v2.03 - October 26, 2017<\\/h4>\\n<ul>\\n<li>New: Add option to unsubscribe users.<\\/li>\\n<li>Enhancement: Automatically update subscriber if their email exists in the selected MailChimp list.<\\/li>\\n<li>Enhancement: Remove files and functions deprecated since version 2.0.<\\/li>\\n<\\/ul>\\n<h4>v2.02 - June 12, 2017<\\/h4>\\n<ul>\\n<li>New: Allow Formidable Address fields to be mapped to MailChimp Address fields.<\\/li>\\n<li>Enhancement: Increase limit to 50 for group options retrieved.<\\/li>\\n<li>Enhancement: Initialize database on initial install.<\\/li>\\n<li>Enhancement: Add basic PHP error log messages for failed subscription.<\\/li>\\n<li>Fix: Don\'t generate PHP error if a timeout occurs when fetching group options.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - March 30, 2017<\\/h4>\\n<ul>\\n<li>Enhancement: Increase merge and group limit to 30<\\/li>\\n<li>Fix: Improve date compatibility between MailChimp and Formidable<\\/li>\\n<li>Fix: Allow groups to be used when running free version of Formidable<\\/li>\\n<li>Fix: Store MailChimp settings as array, rather than object, in database<\\/li>\\n<\\/ul>\\n<h4>v2.0 - December 16, 2016<\\/h4>\\n<ul>\\n<li>Enhancement: Add pot file for more easily adding translations<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-mailchimp\\/formidable-mailchimp.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2013\\/04\\/mailchimp.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-mailchimp\\/formidable-mailchimp-2.04.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=yg8sL%2BRMDYoI1s2x3hfv2X%2BJajc%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-mailchimp\\/formidable-mailchimp-2.04.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=yg8sL%2BRMDYoI1s2x3hfv2X%2BJajc%3D\"},\"20781560\":{\"title\":\"MailPoet Newsletters\",\"name\":\"MailPoet Newsletters\",\"slug\":\"mailpoet-newsletters\",\"version\":\"1.01\",\"new_version\":\"1.01\",\"excerpt\":\"Send WordPress newsletters from your own site with MailPoet. And use Formidable to for your newsletter signup forms.\",\"id\":20781560,\"released\":\"2018-06-05 00:00:00\",\"categories\":[\"Creator\",\"Marketing\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/mailpoet-newsletter-signup-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/mailpoet-newsletters\\/\",\"changelog\":\"<h4>v1.01 - September 14, 2018<\\/h4>\\n<ul>\\n<li>Fix error after form submit on some sites<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-mailpoet\\/formidable-mailpoet.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/mailpoet\\/formidable-mailpoet-1.01.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=Iesb0m1hCvounBGapzSJx8Vrnyo%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/mailpoet\\/formidable-mailpoet-1.01.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=Iesb0m1hCvounBGapzSJx8Vrnyo%3D\"},\"163255\":{\"title\":\"Math Captcha\",\"name\":\"Math Captcha\",\"slug\":\"math-captcha\",\"version\":\"1.15\",\"new_version\":\"1.15\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-math-captcha\\/formidable-math-captcha-1.15.zip\"],\"excerpt\":\"\",\"id\":163255,\"released\":\"2015-10-12 14:00:35\",\"categories\":[],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/math-captcha\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"172715\":{\"title\":\"PayPal Basic\",\"name\":\"PayPal Basic\",\"slug\":\"paypal-standard-single-payments\",\"version\":\"3.08\",\"new_version\":\"3.08\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-paypal\\/formidable-paypal-3.08.zip\"],\"excerpt\":\"\",\"id\":172715,\"released\":\"2015-10-21 12:20:35\",\"categories\":[\"Ecommerce\",\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/paypal-standard-single-payments\\/\",\"changelog\":\"<h4>v3.02 - September 14, 2018<\\/h4>\\n<ul>\\n<li>Merge the older grandfathered PayPal addon with the updated version.<\\/li>\\n<\\/ul>\\n<h4>v2.04.07 - January 25, 2015<\\/h4>\\n<ul>\\n<li>Allow amounts with . for thousands and , for decimal. If a . is used in the decimal place for the amount when the currency uses a , make it work anyway<\\/li>\\n<li>Redirect to PayPal correctly without Pro<\\/li>\\n<li>Make sure email setting is trimmed before comparing<\\/li>\\n<li>Add download ID to make sure correct license is used<\\/li>\\n<\\/ul>\\n<h4>v2.04.06 - November 17, 2015<\\/h4>\\n<ul>\\n<li>Prevent errors when updating Formidable<\\/li>\\n<\\/ul>\\n<h4>v2.04.05<\\/h4>\\n<ul>\\n<li>Format decimals with . to allow float to work correctly<\\/li>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v2.04.04<\\/h4>\\n<ul>\\n<li>Allow the amount to be included in the \\\"other\\\" option<\\/li>\\n<li>Modify the user-agent in the IPN verification to prevent errors from PayPal<\\/li>\\n<\\/ul>\\n<h4>v2.04.03<\\/h4>\\n<ul>\\n<li>Save the IPN parameters with the payment in the format that allows for multiple IPN notifications<\\/li>\\n<li>Fix sending users to Paypal when 2.x is installed, but the old settings haven\'t been moved to a form action<\\/li>\\n<li>Increased security related to XSS add_query_arg vulnerability<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"163257\":{\"title\":\"PayPal Standard\",\"name\":\"PayPal Standard\",\"slug\":\"paypal-standard\",\"version\":\"3.09\",\"new_version\":\"3.09\",\"excerpt\":\"Collect instant payments and recurring payments to automate your online business. Calculate a total and send customers on to PayPal.\",\"id\":163257,\"released\":\"2012-09-04 00:00:00\",\"categories\":[\"Business\",\"Ecommerce\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-paypal\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/paypal-standard\\/\",\"changelog\":\"<h4>v3.09 - July 30, 2019<\\/h4>\\n<ul>\\n<li>New: Account for tax when comparing amounts with the IPN<\\/li>\\n<li>Update form action icon and color<\\/li>\\n<li>Replace call to deprecated function with FrmFieldsHelper::get_user_display_name<\\/li>\\n<li>Requires Formidable v3.0+<\\/li>\\n<\\/ul>\\n<h4>v3.08 - November 18, 2017<\\/h4>\\n<ul>\\n<li>Allow field shortcodes in more payments settings so values can be set from the form: PayPal email, trial amount, repeat period, trial length. This also allows payments to go to other members on your site.<\\/li>\\n<li>Allow regular WordPress shortcodes and Formidable dynamic values (ie [email]) in addition to basic field shortcodes<\\/li>\\n<\\/ul>\\n<h4>v3.07 - November 10, 2017<\\/h4>\\n<ul>\\n<li>Process shortcodes in after payment settings. Allow entry values, default values, and other shortcodes.<\\/li>\\n<li>Clarify the payment trigger options with \\\"Successful PayPal payment\\\"<\\/li>\\n<\\/ul>\\n<h4>v3.06.01 - October 12, 2017<\\/h4>\\n<ul>\\n<li>New: Add Paypal triggers to API action.<\\/li>\\n<li>Fix: Show update notice for administrators only.<\\/li>\\n<li>Fix: Add missing close select tag in global settings.<\\/li>\\n<\\/ul>\\n<h4>v3.06 - December 9, 2016<\\/h4>\\n<ul>\\n<li>New: Add Paypal trigger to registration action for the registration 2.0 release<\\/li>\\n<li>Tweak: Don\'t add columns to entries when there is no form. This is in preparation for Formidable v2.03<\\/li>\\n<li>Tweak: If the log file setting is empty, fill it with the default setting<\\/li>\\n<li>Fix: Show correct values in the \\\"paid\\\" column on the Entries listing page if no payments have been made<\\/li>\\n<li>Fix: Add a fallback if invoice is missing from the IPN. This will help payments get matched up if the id of the payment doesn\'t get sent back to your site.<\\/li>\\n<li>Fix: Payment expiration dates are showing in 1970<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-paypal\\/formidable-paypal.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/formidable\\/PayPal-form-action.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-paypal\\/formidable-paypal-3.09.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=Sf8gFCx16eMzHVo5X2hhjPDo8f4%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-paypal\\/formidable-paypal-3.09.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=Sf8gFCx16eMzHVo5X2hhjPDo8f4%3D\"},\"209561\":{\"title\":\"Polylang\",\"name\":\"Polylang\",\"slug\":\"polylang\",\"version\":\"1.07\",\"new_version\":\"1.07\",\"excerpt\":\"Create bilingual or multilingual forms with help from Polylang.\",\"id\":209561,\"released\":\"2016-01-22 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-polylang\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/polylang\\/\",\"changelog\":\"<h4>v1.07 - February 8, 2018<\\/h4>\\n<ul>\\n<li>Add rootline titles to translation settings<\\/li>\\n<li>Make repeating fields translatable<\\/li>\\n<li>Fix error message when no languages have been added in Polylang<\\/li>\\n<\\/ul>\\n<h4>v1.06 - December 8, 2016<\\/h4>\\n<ul>\\n<li>Fix: Adjusted the way form strings are saved in wp_options table to resolve packet size error.<\\/li>\\n<\\/ul>\\n<h4>v1.05 - May 24, 2016<\\/h4>\\n<ul>\\n<li>Improve compatibility with Polylang 1.9+<\\/li>\\n<\\/ul>\\n<h4>v1.04 - February 11, 2016<\\/h4>\\n<ul>\\n<li>Translate Add and Remove buttons for repeating sections<\\/li>\\n<li>Clear original strings whenever a form is updated instead of only when the translation page is visited<\\/li>\\n<\\/ul>\\n<h4>v1.03 - February 2, 2016<\\/h4>\\n<ul>\\n<li>Show a more helpful message if Polylang isn\'t installed<\\/li>\\n<li>Translate values from confirmation fields<\\/li>\\n<li>Use the \\\"previous\\\" label from the settings instead of defaulting to \\\"Previous\\\"<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-polylang\\/frm-poly.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-polylang\\/formidable-polylang-1.07.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=TdyTEMg1TX7jb0r%2BrfJZUTfhftc%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-polylang\\/formidable-polylang-1.07.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=TdyTEMg1TX7jb0r%2BrfJZUTfhftc%3D\"},\"20815759\":{\"title\":\"Quiz Maker\",\"name\":\"Quiz Maker\",\"slug\":\"quiz-maker\",\"version\":\"1.01\",\"new_version\":\"1.01\",\"excerpt\":\"Turn your forms into automated quizzes. Add questions and submit the quiz key. Then all the grading is done for you.\",\"id\":20815759,\"released\":\"2018-09-13 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/quiz-maker-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/quiz-maker\\/\",\"changelog\":\"\",\"plugin\":\"formidable-quizzes\\/formidable-quizzes.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/quiz\\/formidable-quizzes-1.01.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=rHQ4ey3ZqkcKILaNnLwULymeT2M%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/quiz\\/formidable-quizzes-1.01.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=rHQ4ey3ZqkcKILaNnLwULymeT2M%3D\"},\"20266559\":{\"title\":\"Salesforce\",\"name\":\"Salesforce\",\"slug\":\"salesforce\",\"version\":\"2.04\",\"new_version\":\"2.04\",\"location\":[\"fp.strategy11.com\\/releases\\/salesforce\\/formidable-salesforce-2.04.zip\"],\"excerpt\":\"Add new contacts and leads into your Salesforce CRM directly from the WordPress forms on your site.\",\"id\":20266559,\"released\":\"2018-05-31 00:00:00\",\"categories\":[\"CRM\",\"Elite\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/salesforce-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/salesforce\\/\",\"changelog\":\"<h4>v2.04 - December 10, 2019<\\/h4>\\n<ul>\\n<li>New: Show Salesforce Authentication errors on the global settings page<\\/li>\\n<li>Add icon in global settings<\\/li>\\n<li>Use font icon instead of image in form action<\\/li>\\n<li>Remove debug mode in favor of logging<\\/li>\\n<li>Tweak: Clear the settings cache with a link instead of ajax for more reliable cache clearing<\\/li>\\n<li>Fix: Updating data in Salesforce wasn\'t working correctly<\\/li>\\n<li>Fix: There was an error when Formidable was disabled<\\/li>\\n<\\/ul>\\n<h4>v2.03 - October 11, 2018<\\/h4>\\n<ul>\\n<li>New: Add option to update Salesforce records<\\/li>\\n<li>New: Add support for Salesforce Boolean fields<\\/li>\\n<li>Fix: Multiselect picklist fields weren\'t getting correct values from a checkbox<\\/li>\\n<li>Fix: Date fields set as a post field were sending the wrong date format<\\/li>\\n<li>Fix: Fatal error caused by date fields in certain formats<\\/li>\\n<\\/ul>\\n<h4>v2.02 - June 14, 2018<\\/h4>\\n<ul>\\n<li>Add API calls to <a href=\\\"https:\\/\\/formidableforms.com\\/features\\/api-logs\\/\\\">Logs plugin<\\/a><\\/li>\\n<li>Add more messages for debugging<\\/li>\\n<li>Fix issue with authenticating on an SSL site<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-salesforce\\/formidable-salesforce.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"163248\":{\"title\":\"Signature\",\"name\":\"Signature\",\"slug\":\"signature\",\"version\":\"2.03\",\"new_version\":\"2.03\",\"excerpt\":\"Add an electronic signature to your WordPress form. The visitor may write their signature with a trackpad\\/mouse or type it.\",\"id\":163248,\"released\":\"2013-03-04 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-signature\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/signature\\/\",\"changelog\":\"<h4>v2.03 - September 24, 2019<\\/h4>\\n<ul>\\n<li>New: Make field labels translatable with WPML<\\/li>\\n<li>Switch back to frm font instead of Font Awesome to avoid conflicts and an external asset.<\\/li>\\n<li>Fix: Importing signatures in an entry wasn\'t working<\\/li>\\n<\\/ul>\\n<h4>v2.02 - January 30, 2019<\\/h4>\\n<ul>\\n<li>Fix: Show the signature correctly in views and emails when Pro is running<\\/li>\\n<\\/ul>\\n<h4>v2.01 - January 16, 2019<\\/h4>\\n<ul>\\n<li>New: Give the signature field a face lift and show the field in the builder<\\/li>\\n<li>New: Show the typed option by default when javascript fails instead of showing nothing<\\/li>\\n<li>New: Don\'t clear the typed box when switching tabs<\\/li>\\n<li>Fix: The signature wasn\'t showing correctly in an email<\\/li>\\n<li>Fix: The signature field wasn\'t appearing for in-place edit<\\/li>\\n<\\/ul>\\n<h4>v2.0 - January 14, 2019<\\/h4>\\n<ul>\\n<li>New: The signature value immediately creates the image when the signature is saved and saves the url of the image for easier display. On update, all previous signatures are updated to the new format saved in the database.<\\/li>\\n<li>New: Add signature support for ajax forms and repeating sections.<\\/li>\\n<li>New: Allow importing from URL and include signature URL in XML.<\\/li>\\n<li>New: Use the 3.0 field object for better forward compatibility and lower baseline memory.<\\/li>\\n<li>New: Requires Formidable 3.0+<\\/li>\\n<li>New: Combine scripts into one file, and don\'t load IE8 fallback script in all browsers.<\\/li>\\n<li>New: Keep drawn signature when switching pages and when there are form validation errors.<\\/li>\\n<li>New: Allow signature editing in single-page form until draft is submitted.<\\/li>\\n<li>Fix: Remove frm_email_value hook for newer versions of Formidable.<\\/li>\\n<li>Fix: Prevent error message when Formidable is disabled<\\/li>\\n<li>Fix: Show the signature image with https when needed<\\/li>\\n<li>Fix: The hide tabs options weren\'t saving since v3.0<\\/li>\\n<\\/ul>\\n<h4>v2.0b1 - December 7, 2017<\\/h4>\\n<ul>\\n<li>New: Add signature support with ajax forms and repeating sections<\\/li>\\n<li>New: Allow importing from URL and include signature URL in XML<\\/li>\\n<li>Fix: Keep drawn signature when switching pages.<\\/li>\\n<li>Fix: Keep drawn signature present when there are form errors.<\\/li>\\n<li>Fix: Allow signature editing until draft is submitted.<\\/li>\\n<li>Fix: Remove frm_email_value hook for newer versions of Formidable.<\\/li>\\n<li>Fix: Resolve error message when Formidable is disabled<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-signature\\/signature.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-signature\\/formidable-signature-2.03.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=G52YuUMh9Melu5RpCn6ao3tcdiM%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-signature\\/formidable-signature-2.03.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=G52YuUMh9Melu5RpCn6ao3tcdiM%3D\"},\"310430\":{\"title\":\"Stripe\",\"name\":\"Stripe\",\"slug\":\"stripe\",\"version\":\"2.02\",\"new_version\":\"2.02\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-stripe\\/formidable-stripe-2.02.zip\"],\"excerpt\":\"Any Formidable forms on your site can accept credit card payments without users ever leaving your site.\",\"id\":310430,\"released\":\"2016-04-26 00:00:00\",\"categories\":[\"Ecommerce\",\"Elite\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/stripe\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/stripe\\/\",\"changelog\":\"<h4>v2.02 - March 9, 2020<\\/h4>\\n<ul>\\n<li>Update the Stripe library.<\\/li>\\n<li>New: Include the first and last name on a newly created customer.<\\/li>\\n<li>Fix: If a payment attempt failed after the entry was created, the credit card field was hidden and couldn\'t be updated.<\\/li>\\n<li>Fix: The previous button on the same page as a credit card field wasn\'t doing anything.<\\/li>\\n<li>Fix: Payments weren\'t being collected correctly in Internet Explorer.<\\/li>\\n<li>Fix: The refund button was returning a \\\"Failed\\\" message with some payments.<\\/li>\\n<li>Fix: When the font-family setting included incorrect characters, the credit card field wasn\'t displayed.<\\/li>\\n<li>Fix: Some error messages were being bypassed like strong password and invisible recaptcha.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - September 19, 2019<\\/h4>\\n<ul>\\n<li>New: Hide the Zip\\/Postal code. It\'s not a great user experience, and isn\'t necessary.<\\/li>\\n<li>Fix: Trigger database install or upgrade when activated site wide in WP multisite.<\\/li>\\n<li>Fix: Prevent a fatal error with undefined function on some sites.<\\/li>\\n<li>Fix: Prevent issues with a subsequent payment when customer is deleted in Stripe.<\\/li>\\n<\\/ul>\\n<h4>v2.0 - September 9, 2019<\\/h4>\\n<ul>\\n<li>New: Add support for SCA, Stripe elements, and Secure 3d Payments. More styling for the new credit card field is coming with Formidable v4.02.04.<\\/li>\\n<li>New: Set the locale for the credit card field and instant error messages.<\\/li>\\n<li>New: Add option in payment form actions to authorize one-time payments without capture.<\\/li>\\n<li>New: Include an option to process one-time payments before the entry is created.<\\/li>\\n<li>New: Add minified javascript.<\\/li>\\n<li>Reverse the order of private and public keys to match Stripe account page.<\\/li>\\n<li>Hide settings in credit card field in forms with Stripe including sub field descriptions, placeholders, and options to save card info. These are no longer used with the more secure credit card field.<\\/li>\\n<li>Switch to Stripe js v3<\\/li>\\n<li>Add Bangladeshi Taka currency<\\/li>\\n<li>Fix: some API versions were returning an error when canceling a subscription.<\\/li>\\n<li>Update form action icon<\\/li>\\n<li>Remove incorrect edit link for a subscription<\\/li>\\n<li>Fix error with wrong class name \\\"FrmTransSubscriptionsController\\\"<\\/li>\\n<li>Remove usage of deprecated FrmDb class<\\/li>\\n<\\/ul>\\n<h4>v2.0b2 - September 7, 2019<\\/h4>\\n<ul>\\n<li>Add option in payment form actions to authorize one-time payments without capture.<\\/li>\\n<li>Set the locale for the credit card field including error messages.<\\/li>\\n<li>Reverse the order of private and public keys to match Stripe account page.<\\/li>\\n<li>Hide settings in credit card field in forms with Stripe including sub field descriptions, placeholders, and options to save card info.<\\/li>\\n<li>Fix: Prevent 403 errors on return from Secure 3D approval by generating the success message on return.<\\/li>\\n<\\/ul>\\n<h4>v2.0b - September 2, 2019<\\/h4>\\n<ul>\\n<li>New: Add support for SCA, Stripe elements, and Secure 3d Payments.<\\/li>\\n<li>New: Include an option to process one-time payments before the entry is created.<\\/li>\\n<li>New: Add minified javascript.<\\/li>\\n<li>Switch to Stripe js v3.<\\/li>\\n<li>Add Bangladeshi Taka currency<\\/li>\\n<li>Fix: some API versions were returning an error when canceling a subscription.<\\/li>\\n<li>Update form action icon<\\/li>\\n<li>Remove incorrect edit link for a subscription<\\/li>\\n<li>Fix error with wrong class name \\\"FrmTransSubscriptionsController\\\"<\\/li>\\n<li>Remove usage of deprecated FrmDb class<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-stripe\\/formidable-stripe.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"168460\":{\"title\":\"Twilio\",\"name\":\"Twilio\",\"slug\":\"twilio\",\"version\":\"1.08\",\"new_version\":\"1.08\",\"excerpt\":\"Allow users to text their votes for polls created by Formidable Forms, or send SMS notifications when entries are submitted or updated.\",\"id\":168460,\"released\":\"2014-03-10 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/twilio-add-on\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/twilio\\/\",\"changelog\":\"<h4>v1.08 - January 16, 2017<\\/h4>\\n<ul>\\n<li>Improved: Removed deprecated instructions and screenshot.<\\/li>\\n<li>Improved: Removed deprecated valign attribute from table HTML.<\\/li>\\n<\\/ul>\\n<h4>v1.07 - November 1, 2016<\\/h4>\\n<ul>\\n<li>When an SMS message is received, run validation and respond with a text that includes any error messages<\\/li>\\n<li>When a text is received successfully, respond with the form success message, filtered list like a form does.<\\/li>\\n<li>Allow for the \\\"other\\\" fields to be filled from a text submission<\\/li>\\n<li>Check if license number is for correct plugin<\\/li>\\n<li>Don\'t try to send messages to a blank number<\\/li>\\n<\\/ul>\\n<h4>v1.06 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Add frmtwlo_format_number filter for formatting the phone number before it\'s sent to Twilio<\\/li>\\n<li>Fix license activation<\\/li>\\n<\\/ul>\\n<h4>v1.05 - October 16, 2015<\\/h4>\\n<ul>\\n<li>Add frmtwlo_sms_response hook for changing the message in the text<\\/li>\\n<li>Allow for 8-digit numbers. +65 phone numbers were having trouble because we assumed they should be US numbers. Now if the number starts with a +, don\'t add the +1<\\/li>\\n<li>Get updates from FormidableForms.com<\\/li>\\n<\\/ul>\\n<h4>v1.04 - September 11, 2015<\\/h4>\\n<ul>\\n<li>Fix error with accepting votes<\\/li>\\n<li>Send a response when a text vote is received<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-twilio\\/formidable-twilio.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-twilio\\/formidable-twilio-1.08.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=v3RjFQgxz1wuAqESp%2BJ1WOzFtn4%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-twilio\\/formidable-twilio-1.08.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=v3RjFQgxz1wuAqESp%2BJ1WOzFtn4%3D\"},\"168456\":{\"title\":\"Upload Importer\",\"name\":\"Upload Importer\",\"slug\":\"upload-importer\",\"version\":\"1.0.01\",\"new_version\":\"1.0.01\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-upload-importer\\/formidable-upload-importer-1.0.01.zip\"],\"excerpt\":\"\",\"id\":168456,\"released\":\"2015-10-16 17:05:47\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/upload-importer\\/\",\"changelog\":\"<h4>v1.0.01<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v1.0<\\/h4>\\n<ul>\\n<li>Allow importing of multiple file uploads<\\/li>\\n<li>Replace deprecated mime_content_type with fileinfo<\\/li>\\n<li>Update auto-updating<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"173984\":{\"title\":\"User Registration\",\"name\":\"User Registration\",\"slug\":\"user-registration\",\"version\":\"2.02.02\",\"new_version\":\"2.02.02\",\"excerpt\":\"Give new users access to your site quickly and painlessly. Plus edit profiles and login from the front end.\",\"id\":173984,\"released\":\"2011-12-21 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/user-registration\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/user-registration\\/\",\"changelog\":\"<h4>v2.02.02 - November 14, 2019<\\/h4>\\n<ul>\\n<li>New: Update for better 4.0 UI and setting layouts.<\\/li>\\n<li>New: Allow rich text fields in registration form action settings.<\\/li>\\n<li>New: Better multilingual support for global messages.<\\/li>\\n<li>New: Added frmreg_global_messages and frmreg_global_pages hooks.<\\/li>\\n<li>Fix: WPML compatibility - Language went back to default language after login.<\\/li>\\n<li>Fix: WPML compatibility - The email confirmation link didn\'t keep the selected language.<\\/li>\\n<li>Fix: Prevent errors when a registration form action is disabled.<\\/li>\\n<li>Fix: API calls were redirected to login page.<\\/li>\\n<li>Fix: Prevent a redirect with the reset password link. If a reset password page was selected in the global settings, the link pointed to the regular WP reset page which redirected.<\\/li>\\n<li>Fix: If custom parameters are included on the login redirect url, keep the correct encoding.<\\/li>\\n<li>Fix: Prevent a + in usernames in order to match WordPress. This was causing issues with auto login and email moderation.<\\/li>\\n<li>Fix: After a user was automatically logged in, wp_get_current_user() in other plugins wasn\'t correct.<\\/li>\\n<\\/ul>\\n<h4>v2.02.01 - September 26, 2018<\\/h4>\\n<ul>\\n<li>Allow user profile updating to be triggered after a successful PayPal payment<\\/li>\\n<li>Fix: Show a blank form to logged in users who have permission to create other users, even if they have an entry in the form<\\/li>\\n<li>New: Added frmreg_allow_edit hook for other plugins to set when profile editing is allowed<\\/li>\\n<\\/ul>\\n<h4>v2.02 - September 14, 2018<\\/h4>\\n<ul>\\n<li>New: Get the page source to check if the page includes the form specified in the global settings (login form, reset password, or registration). This allows for these forms to be included in a sidebar or footer without returning error messages when the global settings are saved.<\\/li>\\n<li>New: Add hooks to change selected pages: frmreg_login_page_id, frmreg_resetpass_page_id, frmreg_register_page_id<\\/li>\\n<li>New: Allow a subsite to be created by a logged in user<\\/li>\\n<li>Fix: Allow user creation via API call<\\/li>\\n<li>Fix: Allow either set password by email or user moderation, but not both<\\/li>\\n<li>Fix: Issue with losing parameters when redirecting for login<\\/li>\\n<li>Fix: The user ID field was defaulting to the current user on registration forms when it should be empty<\\/li>\\n<li>Fix: If an error message is included in the url for password reset, show it instead of an unknown error<\\/li>\\n<li>Fix: Update for WP 3.9 compatibility<\\/li>\\n<li>Fix: Update for deprecated functions: save_settings, FrmForm::get_id_by_key, FrmProFieldsHelper::get_displayed_file_html<\\/li>\\n<li>New: Add Chinese translations<\\/li>\\n<\\/ul>\\n<h4>v2.01.01 - October 26, 2017<\\/h4>\\n<ul>\\n<li>New: Add frmreg_after_create_subsite action.<\\/li>\\n<li>New: Add Norwegian translation.<\\/li>\\n<li>New: Add frmreg_login_error filter.<\\/li>\\n<li>Fix: Make sure show lost password and layout settings apply to widget.<\\/li>\\n<li>Fix: Convert special characters to standard characters in subdomain.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - October 4, 2017<\\/h4>\\n<ul>\\n<li>New: Add global registration page setting.<\\/li>\\n<li>Enhancement: Allow radio and select fields for display name.<\\/li>\\n<li>Enhancement: Change field label in lost password form.<\\/li>\\n<li>Enhancement: Show hidden field type in Subdirectory or Subdomain settings.<\\/li>\\n<li>Enhancement: Always allow administrators to edit profiles through registration form.<\\/li>\\n<li>Enhancement: Redirect to login page if activation link is clicked again after activation.<\\/li>\\n<li>Fix: Show error messages in reset password form.<\\/li>\\n<li>Fix: Set logout label parameter correctly in shortcode builder.<\\/li>\\n<li>Fix: Passwords with special characters not saving as expected.<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-registration\\/formidable-registration.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-registration\\/formidable-registration-2.02.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=WiqKMzITvfVC4pBjRifTAa%2BaZLk%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-registration\\/formidable-registration-2.02.02.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=WiqKMzITvfVC4pBjRifTAa%2BaZLk%3D\"},\"170649\":{\"title\":\"User Tracking\",\"name\":\"User Tracking\",\"slug\":\"user-tracking\",\"version\":\"1.0\",\"new_version\":\"1.0\",\"excerpt\":\"Track which pages a user visits prior to submitting a form.\",\"id\":170649,\"released\":\"2015-10-19 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-user-tracking\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/user-tracking\\/\",\"changelog\":\"<h4>v1.0 - August 25, 2016<\\/h4>\\n<ul>\\n<li>Save the tracking info before the email is sent<\\/li>\\n<li>Make sure license key is correct before saving<\\/li>\\n<\\/ul>\\n<h4>v1.0b3<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v1.0b2<\\/h4>\\n<ul>\\n<li>Skip tracking wp-admin\\/ajax.php<\\/li>\\n<li>Remove base url from page list<\\/li>\\n<li>Codestyling to meet WP standards<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-user-tracking\\/formidable-user-tracking.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-user-tracking\\/formidable-user-tracking-1.0.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=QTcvhsJ27IDcest9F6ecC8zJkoM%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-user-tracking\\/formidable-user-tracking-1.0.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=QTcvhsJ27IDcest9F6ecC8zJkoM%3D\"},\"174006\":{\"title\":\"WooCommerce\",\"name\":\"WooCommerce\",\"slug\":\"woocommerce\",\"version\":\"1.09\",\"new_version\":\"1.09\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-woocommerce\\/formidable-woocommerce-1.09.zip\"],\"excerpt\":\"Are your WooCommerce product forms too basic? Add custom fields to a product form and collect more data when it is added to the cart.\",\"id\":174006,\"released\":\"2016-01-19 00:00:00\",\"categories\":[\"Ecommerce\",\"Elite\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-woocommerce\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/woocommerce\\/\",\"changelog\":\"\",\"plugin\":\"formidable-woocommerce\\/formidable-woocommerce.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\"},\"169998\":{\"title\":\"WP Multilingual\",\"name\":\"WP Multilingual\",\"slug\":\"wp-multilingual\",\"version\":\"1.06\",\"new_version\":\"1.06\",\"excerpt\":\"Translate your forms into multiple languages using the Formidable-integrated WPML plugin.\",\"id\":169998,\"released\":\"2013-04-29 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-multi-language\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/wp-multilingual\\/\",\"changelog\":\"<h4>v1.04 - October 25th, 2016<\\/h4>\\n<ul>\\n<li>Allow translation of Add\\/Remove buttons<\\/li>\\n<li>Replace some deprecated WPML function calls and constants<\\/li>\\n<li>Make sure wpml strings are updated when form is updated<\\/li>\\n<li>Do not translate default value for all field types<\\/li>\\n<li>Make sure incorrect field message is translated with ajax submit<\\/li>\\n<\\/ul>\\n<h4>v1.03.03 - March 28, 2016<\\/h4>\\n<ul>\\n<li>Send the language in the ajax url differently to prevent 404s during ajax calls. This should help with duplicate submissions.<\\/li>\\n<li>Prevent a license key from being saved for another plugin<\\/li>\\n<\\/ul>\\n<h4>v1.03.02<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<li>Make it compatible with the free version of Formidable<\\/li>\\n<li>Fix errors when Formidable or WPML are deactivated<\\/li>\\n<li>Include the current language during ajax calls<\\/li>\\n<li>Force an English start language for strings for v2.2.6 of the WPML strings plugin<\\/li>\\n<li>Fix the issue with the default language in WPML being set different than the string language<\\/li>\\n<li>If values in the form settings page changed, update them when going to the translation settings<\\/li>\\n<li>Make sure the \\\"previous\\\" label is translatable when drafts are not enabled<\\/li>\\n<li>Don\'t show strings for inactive languages<\\/li>\\n<li>Translate fields in repeating sections<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-wpml\\/formidable-wpml.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-wpml\\/formidable-wpml-1.06.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=mrClXaBaVQBFkPgvZthulUge%2Fns%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-wpml\\/formidable-wpml-1.06.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=mrClXaBaVQBFkPgvZthulUge%2Fns%3D\"},\"170645\":{\"title\":\"Zapier\",\"name\":\"Zapier\",\"slug\":\"zapier\",\"version\":\"1.06\",\"new_version\":\"1.06\",\"excerpt\":\"Connect with hundreds of applications through Zapier. Automatically insert a Google spreadsheet row, tweet, or upload to Dropbox.\",\"id\":170645,\"released\":\"2014-06-04 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-zapier\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/zapier\\/\",\"changelog\":\"<h4>v1.06 - February 6, 2019<\\/h4>\\n<ul>\\n<li>Add a new fallback for authentication with the API key in the url. When the API key continues to say it is missing, add add_filter( \'frm_zap_url_auth\', \'__return_true\' ); in the theme functions.php.<br \\/>\\nThen use this url in Zapier:<br \\/>\\nhttps:\\/\\/yoursite.com\\/API-KEY-GOES-HERE\\/\\n<\\/li>\\n<li>New: Add frm_zap_sent hook to run after an entry is sent to Zapier<\\/li>\\n<li>Fix: Don\'t send draft entries to Zapier<\\/li>\\n<li>Added automation to release new versions<\\/li>\\n<\\/ul>\\n<h4>v1.05 - July 31, 2018<\\/h4>\\n<ul>\\n<li>New: Add frmzap_entry_array filter to customize the entry values sent to Zapier<\\/li>\\n<li>New: Add logging of Zapier responses into the Logs addon<\\/li>\\n<li>Fix: Prevent a blank response when fetching the list of forms. This was happening on some sites with a lot of forms<\\/li>\\n<\\/ul>\\n<h4>v1.04 - July 31, 2017<\\/h4>\\n<p>Fix a conflict with API keys between the Zapier and API addons on a multisite network. This solves the issue with the incorrect API key error message in Zapier.<\\/p>\\n<h4>v1.03 - June 5, 2017<\\/h4>\\n<ul>\\n<li>Allow field ids to be used in Zapier mapping instead of only field keys<\\/li>\\n<li>Increase the limit of triggered zaps per form from 5 to 40<\\/li>\\n<li>Fix overloaded property error when setting the user for authentication<\\/li>\\n<li>Prevent error reporting during API calls so the response is formatted correctly<\\/li>\\n<\\/ul>\\n<h4>v1.02 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent error when Formidable is disabled<\\/li>\\n<li>Use static classes for fields and forms<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-zapier\\/formidable-zapier.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"1613174399\",\"code\":\"valid\",\"date\":\"2013-04-28 00:00:00\",\"type\":\"business\",\"url\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-zapier\\/formidable-zapier-1.06.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=wQvSz2z4d8bJjPffBYme3Ona3LE%3D\",\"timeout\":1587458278,\"package\":\"http:\\/\\/fp.strategy11.com\\/releases\\/formidable-zapier\\/formidable-zapier-1.06.zip?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1587458278&Signature=wQvSz2z4d8bJjPffBYme3Ona3LE%3D\"}}\";s:7:\"version\";s:7:\"4.04.01\";}','no'),(1294,'options_phone_header','410-268-7601','no'),(1295,'_options_phone_header','field_5e458948ab909','no'),(1296,'options_link_directions_&_parking','https://watermark.labcp.co/','no'),(1297,'_options_link_directions_&_parking','field_5e6a4266a76bb','no'),(1298,'options_button_text_footer','Share Your Experience','no'),(1299,'_options_button_text_footer','field_5e458972aec41','no'),(1300,'options_button_url_footer','https://watermark.labcp.co','no'),(1301,'_options_button_url_footer','field_5e458981aec42','no'),(1302,'options_text_copyright_footer','Copyright 2019','no'),(1303,'_options_text_copyright_footer','field_5e458990aec43','no'),(1304,'options_description_newsletter_footer','Unforgettable journeys that await on the chesapeake bay. Sign up for our newsletter today to get all of the latest.','no'),(1305,'_options_description_newsletter_footer','field_5e4589b0aec44','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (3449,581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:514;s:6:\"height\";i:366;s:4:\"file\";s:14:\"2020/03/01.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"01-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:14:\"01-500x366.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:14:\"01-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:14:\"01-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(3549,587,'_wp_page_template','default'),(137,194,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,192,'_menu_item_object','custom'),(118,192,'_menu_item_target',''),(119,192,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(120,192,'_menu_item_xfn',''),(121,192,'_menu_item_url','#'),(153,196,'_menu_item_object','custom'),(123,193,'_menu_item_type','custom'),(124,193,'_menu_item_menu_item_parent','190'),(125,193,'_menu_item_object_id','193'),(126,193,'_menu_item_object','custom'),(127,193,'_menu_item_target',''),(128,193,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(129,193,'_menu_item_xfn',''),(130,193,'_menu_item_url','#'),(152,196,'_menu_item_object_id','196'),(132,194,'_menu_item_type','custom'),(133,194,'_menu_item_menu_item_parent','0'),(134,194,'_menu_item_object_id','194'),(135,194,'_menu_item_object','custom'),(136,194,'_menu_item_target',''),(116,192,'_menu_item_object_id','192'),(115,192,'_menu_item_menu_item_parent','190'),(114,192,'_menu_item_type','custom'),(90,189,'_menu_item_object','page'),(91,189,'_menu_item_target',''),(92,189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(93,189,'_menu_item_xfn',''),(94,189,'_menu_item_url',''),(99,190,'_menu_item_object','custom'),(100,190,'_menu_item_target',''),(101,190,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(102,190,'_menu_item_xfn',''),(103,190,'_menu_item_url','#'),(105,191,'_menu_item_type','custom'),(106,191,'_menu_item_menu_item_parent','190'),(107,191,'_menu_item_object_id','191'),(108,191,'_menu_item_object','custom'),(109,191,'_menu_item_target',''),(110,191,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(111,191,'_menu_item_xfn',''),(112,191,'_menu_item_url','#'),(154,196,'_menu_item_target',''),(155,196,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(89,189,'_menu_item_object_id','131'),(88,189,'_menu_item_menu_item_parent','0'),(87,189,'_menu_item_type','post_type'),(67,186,'_menu_item_url',''),(96,190,'_menu_item_type','custom'),(69,187,'_menu_item_type','post_type'),(70,187,'_menu_item_menu_item_parent','0'),(71,187,'_menu_item_object_id','180'),(72,187,'_menu_item_object','page'),(73,187,'_menu_item_target',''),(74,187,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(75,187,'_menu_item_xfn',''),(76,187,'_menu_item_url',''),(97,190,'_menu_item_menu_item_parent','0'),(78,188,'_menu_item_type','post_type'),(79,188,'_menu_item_menu_item_parent','0'),(80,188,'_menu_item_object_id','178'),(81,188,'_menu_item_object','page'),(82,188,'_menu_item_target',''),(83,188,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(84,188,'_menu_item_xfn',''),(85,188,'_menu_item_url',''),(98,190,'_menu_item_object_id','190'),(66,186,'_menu_item_xfn',''),(65,186,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(64,186,'_menu_item_target',''),(62,186,'_menu_item_object_id','182'),(63,186,'_menu_item_object','page'),(61,186,'_menu_item_menu_item_parent','0'),(59,184,'_wp_page_template','page-elements.php'),(60,186,'_menu_item_type','post_type'),(58,184,'_edit_lock','1583183256:2'),(56,182,'_edit_lock','1584021477:1'),(57,182,'_wp_page_template','page-field-trips.php'),(54,180,'_edit_lock','1584377530:1'),(55,180,'_wp_page_template','page-guide-services.php'),(53,178,'_wp_page_template','page-private-yacht.php'),(52,178,'_edit_lock','1584019180:1'),(29,14,'_edit_last','1'),(30,14,'_edit_lock','1584021928:1'),(3448,581,'_wp_attached_file','2020/03/01.jpg'),(34,25,'_edit_lock','1584381570:1'),(35,25,'_wp_page_template','page-home.php'),(36,27,'_edit_last','1'),(37,27,'_edit_lock','1583351658:1'),(38,89,'_edit_last','1'),(39,89,'_edit_lock','1584022022:1'),(40,91,'_edit_last','1'),(41,91,'_edit_lock','1584021126:1'),(42,99,'_edit_last','1'),(43,99,'_edit_lock','1583875200:1'),(3551,587,'_banner_background','field_5e4fb72e3be63'),(3550,587,'banner_background',''),(3548,587,'_edit_last','1'),(47,131,'_edit_lock','1584377530:1'),(48,131,'_wp_page_template','page-public-cruises.php'),(49,133,'_edit_last','1'),(50,133,'_edit_lock','1583171362:1'),(138,194,'_menu_item_xfn',''),(139,194,'_menu_item_url','#'),(151,196,'_menu_item_menu_item_parent','0'),(141,195,'_menu_item_type','custom'),(142,195,'_menu_item_menu_item_parent','0'),(143,195,'_menu_item_object_id','195'),(144,195,'_menu_item_object','custom'),(145,195,'_menu_item_target',''),(146,195,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(147,195,'_menu_item_xfn',''),(148,195,'_menu_item_url','#'),(150,196,'_menu_item_type','custom'),(156,196,'_menu_item_xfn',''),(157,196,'_menu_item_url','#'),(199,201,'_menu_item_target',''),(159,197,'_menu_item_type','custom'),(160,197,'_menu_item_menu_item_parent','0'),(161,197,'_menu_item_object_id','197'),(162,197,'_menu_item_object','custom'),(163,197,'_menu_item_target',''),(164,197,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(165,197,'_menu_item_xfn',''),(166,197,'_menu_item_url','#'),(198,201,'_menu_item_object','custom'),(168,198,'_menu_item_type','custom'),(169,198,'_menu_item_menu_item_parent','0'),(170,198,'_menu_item_object_id','198'),(171,198,'_menu_item_object','custom'),(172,198,'_menu_item_target',''),(173,198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(174,198,'_menu_item_xfn',''),(175,198,'_menu_item_url','#'),(197,201,'_menu_item_object_id','201'),(177,199,'_menu_item_type','custom'),(178,199,'_menu_item_menu_item_parent','0'),(179,199,'_menu_item_object_id','199'),(180,199,'_menu_item_object','custom'),(181,199,'_menu_item_target',''),(182,199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(183,199,'_menu_item_xfn',''),(184,199,'_menu_item_url','#'),(196,201,'_menu_item_menu_item_parent','0'),(186,200,'_menu_item_type','custom'),(187,200,'_menu_item_menu_item_parent','0'),(188,200,'_menu_item_object_id','200'),(189,200,'_menu_item_object','custom'),(190,200,'_menu_item_target',''),(191,200,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(192,200,'_menu_item_xfn',''),(193,200,'_menu_item_url','#'),(195,201,'_menu_item_type','custom'),(200,201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(201,201,'_menu_item_xfn',''),(202,201,'_menu_item_url','#'),(214,203,'_menu_item_menu_item_parent','0'),(204,202,'_menu_item_type','custom'),(205,202,'_menu_item_menu_item_parent','0'),(206,202,'_menu_item_object_id','202'),(207,202,'_menu_item_object','custom'),(208,202,'_menu_item_target',''),(209,202,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(210,202,'_menu_item_xfn',''),(211,202,'_menu_item_url','#'),(213,203,'_menu_item_type','custom'),(215,203,'_menu_item_object_id','203'),(216,203,'_menu_item_object','custom'),(217,203,'_menu_item_target',''),(218,203,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(219,203,'_menu_item_xfn',''),(220,203,'_menu_item_url','#'),(717,418,'_wp_attached_file','2020/03/banner-private-yatch.jpg'),(222,204,'_menu_item_type','custom'),(223,204,'_menu_item_menu_item_parent','0'),(224,204,'_menu_item_object_id','204'),(225,204,'_menu_item_object','custom'),(226,204,'_menu_item_target',''),(227,204,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(228,204,'_menu_item_xfn',''),(229,204,'_menu_item_url','#'),(231,205,'_edit_lock','1584543006:1'),(718,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:703;s:4:\"file\";s:32:\"2020/03/banner-private-yatch.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"banner-private-yatch-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"banner-private-yatch-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"banner-private-yatch-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:32:\"banner-private-yatch-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"banner-private-yatch-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:32:\"banner-private-yatch-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:32:\"banner-private-yatch-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:33:\"banner-private-yatch-1800x645.jpg\";s:5:\"width\";i:1800;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:32:\"banner-private-yatch-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(982,178,'title_testimony','Guest Journey’s'),(236,239,'_edit_lock','1584020990:1'),(237,322,'_edit_lock','1584019643:1'),(1497,457,'_wp_page_template','page-event-list.php'),(1496,457,'_edit_last','1'),(1495,457,'_edit_lock','1583875200:1'),(246,285,'_edit_lock','1583171378:1'),(247,285,'_edit_last','1'),(248,239,'_edit_last','1'),(249,322,'_edit_last','1'),(250,395,'_edit_lock','1582918213:1'),(251,395,'_edit_last','1'),(252,207,'_edit_lock','1583778626:1'),(253,207,'_edit_last','1'),(256,404,'_wp_attached_file','2020/02/card-1.jpg'),(257,404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:242;s:4:\"file\";s:18:\"2020/02/card-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"card-1-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"card-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:18:\"card-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(258,405,'_wp_attached_file','2020/02/card-1-1.jpg'),(259,405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:242;s:4:\"file\";s:20:\"2020/02/card-1-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"card-1-1-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"card-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:20:\"card-1-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(260,406,'_wp_attached_file','2020/02/card-2.jpg'),(261,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:317;s:6:\"height\";i:228;s:4:\"file\";s:18:\"2020/02/card-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"card-2-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"card-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:18:\"card-2-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(262,407,'_wp_attached_file','2020/02/card-3.jpg'),(263,407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:315;s:6:\"height\";i:239;s:4:\"file\";s:18:\"2020/02/card-3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"card-3-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"card-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:18:\"card-3-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(264,408,'_wp_attached_file','2020/02/card-4.jpg'),(265,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:236;s:4:\"file\";s:18:\"2020/02/card-4.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"card-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"card-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:18:\"card-4-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(266,409,'_edit_lock','1583861618:2'),(267,409,'_edit_last','1'),(268,409,'text_testimonials','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.'),(269,409,'_text_testimonials','field_5e581641756dc'),(270,409,'name_testimonials','Mary Smith'),(271,409,'_name_testimonials','field_5e58164a756dd'),(272,409,'office_testimonials','Annapolis Cruises'),(273,409,'_office_testimonials','field_5e581653756de'),(274,410,'_wp_attached_file','2020/02/baltimore-inner-harbor-hyatt.jpg'),(275,410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:893;s:4:\"file\";s:40:\"2020/02/baltimore-inner-harbor-hyatt.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"baltimore-inner-harbor-hyatt-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"baltimore-inner-harbor-hyatt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:40:\"baltimore-inner-harbor-hyatt-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:40:\"baltimore-inner-harbor-hyatt-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:40:\"baltimore-inner-harbor-hyatt-684x645.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:40:\"baltimore-inner-harbor-hyatt-684x748.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:40:\"baltimore-inner-harbor-hyatt-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(276,411,'_wp_attached_file','2020/02/history.jpg'),(277,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:376;s:4:\"file\";s:19:\"2020/02/history.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"history-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"history-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:19:\"history-500x376.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:19:\"history-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"history-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(278,412,'_wp_attached_file','2020/02/team.jpg'),(279,412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:376;s:4:\"file\";s:16:\"2020/02/team.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"team-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:16:\"team-500x376.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:16:\"team-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:16:\"team-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(280,25,'_edit_last','1'),(281,25,'title_watermark_journey','Take a Watermark Journey'),(282,25,'_title_watermark_journey','field_5e454035ad1ea'),(283,25,'subtitle_watermark_journey','Watermark immerses people in the history, culture and fun of the Chesapeake Bay area more completely than any tour or charter company.'),(284,25,'_subtitle_watermark_journey','field_5e45404ead1eb'),(285,25,'photo_card_1_journey','405'),(286,25,'_photo_card_1_journey','field_5e4540a2ad1ed'),(287,25,'title_card_1_journey','Public Cruises & Water Taxi'),(288,25,'_title_card_1_journey','field_5e4540d7ad1ee'),(289,25,'description_card_1_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(290,25,'_description_card_1_journey','field_5e4540e0ad1ef'),(291,25,'button_text_card_1_journey','Cruise Calendar'),(292,25,'_button_text_card_1_journey','field_5e4540edad1f0'),(293,25,'button_url_card_1_journey','https://watermark.labcp.co/'),(294,25,'_button_url_card_1_journey','field_5e4540fead1f1'),(295,25,'photo_card_2_journey','406'),(296,25,'_photo_card_2_journey','field_5e4543cea2e14'),(297,25,'title_card_2_journey','Private Yacht Charters & Weddings'),(298,25,'_title_card_2_journey','field_5e4543dca2e15'),(299,25,'description_card_2_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(300,25,'_description_card_2_journey','field_5e4543eaa2e16'),(301,25,'button_text_card_2_journey','Charter a Yacht'),(302,25,'_button_text_card_2_journey','field_5e454406a2e17'),(303,25,'button_url_card_2_journey','https://watermark.labcp.co/'),(304,25,'_button_url_card_2_journey','field_5e454412a2e18'),(305,25,'photo_card_3_journey','407'),(306,25,'_photo_card_3_journey','field_5e4544b6a2e1a'),(307,25,'title_card_3_journey','Guide Services & Walking Tours'),(308,25,'_title_card_3_journey','field_5e4544c1a2e1b'),(309,25,'description_card_3_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(310,25,'_description_card_3_journey','field_5e4544d1a2e1c'),(311,25,'button_text_card_3_journey','Book a Tour'),(312,25,'_button_text_card_3_journey','field_5e4544e0a2e1d'),(313,25,'button_url_card_3_journey','https://watermark.labcp.co/'),(314,25,'_button_url_card_3_journey','field_5e4544eca2e1e'),(315,25,'photo_card_4_journey','408'),(316,25,'_photo_card_4_journey','field_5e45451ca2e20'),(317,25,'title_card_4_journey','Field Trips'),(318,25,'_title_card_4_journey','field_5e454529a2e21'),(319,25,'description_card_4_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(320,25,'_description_card_4_journey','field_5e45454ba2e22'),(321,25,'button_text_card_4_journey','Schedule a Field Trip'),(322,25,'_button_text_card_4_journey','field_5e454557a2e23'),(323,25,'button_url_card_4_journey','https://watermark.labcp.co/'),(324,25,'_button_url_card_4_journey','field_5e454565a2e24'),(325,25,'photo_why_watermark','410'),(326,25,'_photo_why_watermark','field_5e454a74558cc'),(327,25,'title_why_watermark','Why Watermark?'),(328,25,'_title_why_watermark','field_5e454a91558cd'),(329,25,'description_why_watermark','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(330,25,'_description_why_watermark','field_5e454a9c558ce'),(331,25,'list_why_watermark_0_list_text_why_watermark','A memorable cruise around Annapolis’ waterways'),(332,25,'_list_why_watermark_0_list_text_why_watermark','field_5e454ac3558d0'),(333,25,'list_why_watermark_1_list_text_why_watermark','An exciting Annapolis walking tour in the footsteps of America leaders and icons'),(334,25,'_list_why_watermark_1_list_text_why_watermark','field_5e454ac3558d0'),(335,25,'list_why_watermark_2_list_text_why_watermark','A fresh look at Baltimore from the water'),(336,25,'_list_why_watermark_2_list_text_why_watermark','field_5e454ac3558d0'),(337,25,'list_why_watermark','7'),(338,25,'_list_why_watermark','field_5e454aaa558cf'),(339,25,'button_01_text_why_watermark','Weekly Tours'),(340,25,'_button_01_text_why_watermark','field_5e454ae7558d1'),(341,25,'button_01_url_why_watermark','https://watermark.labcp.co/'),(342,25,'_button_01_url_why_watermark','field_5e454af9558d2'),(343,25,'button_02_text_why_watermark','Employment Opportunities'),(344,25,'_button_02_text_why_watermark','field_5e454b09558d3'),(345,25,'button_02_url_why_watermark','https://watermark.labcp.co/'),(346,25,'_button_02_url_why_watermark','field_5e454b14558d4'),(347,25,'title_watermark_instagram','What’s Happening at Watermark'),(348,25,'_title_watermark_instagram','field_5e458484586a3'),(349,25,'subtitle_watermark_instagram','Looking for things to do in Annapolis? It is always a great time to experience Watermark. Stay connected with the Watermark community.'),(350,25,'_subtitle_watermark_instagram','field_5e45849a586a4'),(351,25,'button_text_watermark_instagram','Check Us Out on Instagram'),(352,25,'_button_text_watermark_instagram','field_5e4584ab586a5'),(353,25,'button_url_watermark_instagram','https://watermark.labcp.co/'),(354,25,'_button_url_watermark_instagram','field_5e4584bd586a6'),(355,25,'photo_history','411'),(356,25,'_photo_history','field_5e458520586a8'),(357,25,'title_history','Our History'),(358,25,'_title_history','field_5e458537586a9'),(359,25,'description_history','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(360,25,'_description_history','field_5e458541586aa'),(361,25,'button_text_history','Learn More'),(362,25,'_button_text_history','field_5e45854f586ab'),(363,25,'button_url_history','https://watermark.labcp.co/'),(364,25,'_button_url_history','field_5e45855b586ac'),(365,25,'photo_team','412'),(366,25,'_photo_team','field_5e45857d586ae'),(367,25,'title_team','Our Team'),(368,25,'_title_team','field_5e45858a586af'),(369,25,'description_team','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(370,25,'_description_team','field_5e458596586b0'),(371,25,'button_text_team','Learn More'),(372,25,'_button_text_team','field_5e4585a1586b1'),(373,25,'button_url_team','https://watermark.labcp.co/'),(374,25,'_button_url_team','field_5e4585ae586b2'),(375,25,'title_testimony','Guest Journey’s'),(376,25,'_title_testimony','field_5e4586356466d'),(377,25,'subtitle_testimony','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(378,25,'_subtitle_testimony','field_5e4586476466e'),(379,25,'testimonials_home','a:1:{i:0;s:3:\"409\";}'),(380,25,'_testimonials_home','field_5e4586576466f'),(381,413,'title_watermark_journey','Take a Watermark Journey'),(382,413,'_title_watermark_journey','field_5e454035ad1ea'),(383,413,'subtitle_watermark_journey','Watermark immerses people in the history, culture and fun of the Chesapeake Bay area more completely than any tour or charter company.'),(384,413,'_subtitle_watermark_journey','field_5e45404ead1eb'),(385,413,'photo_card_1_journey','405'),(386,413,'_photo_card_1_journey','field_5e4540a2ad1ed'),(387,413,'title_card_1_journey','Public Cruises & Water Taxi'),(388,413,'_title_card_1_journey','field_5e4540d7ad1ee'),(389,413,'description_card_1_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(390,413,'_description_card_1_journey','field_5e4540e0ad1ef'),(391,413,'button_text_card_1_journey','Cruise Calendar'),(392,413,'_button_text_card_1_journey','field_5e4540edad1f0'),(393,413,'button_url_card_1_journey','https://watermark.labcp.co/'),(394,413,'_button_url_card_1_journey','field_5e4540fead1f1'),(395,413,'photo_card_2_journey','406'),(396,413,'_photo_card_2_journey','field_5e4543cea2e14'),(397,413,'title_card_2_journey','Private Yacht Charters & Weddings'),(398,413,'_title_card_2_journey','field_5e4543dca2e15'),(399,413,'description_card_2_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(400,413,'_description_card_2_journey','field_5e4543eaa2e16'),(401,413,'button_text_card_2_journey','Charter a Yacht'),(402,413,'_button_text_card_2_journey','field_5e454406a2e17'),(403,413,'button_url_card_2_journey','https://watermark.labcp.co/'),(404,413,'_button_url_card_2_journey','field_5e454412a2e18'),(405,413,'photo_card_3_journey','407'),(406,413,'_photo_card_3_journey','field_5e4544b6a2e1a'),(407,413,'title_card_3_journey','Guide Services & Walking Tours'),(408,413,'_title_card_3_journey','field_5e4544c1a2e1b'),(409,413,'description_card_3_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(410,413,'_description_card_3_journey','field_5e4544d1a2e1c'),(411,413,'button_text_card_3_journey','Book a Tour'),(412,413,'_button_text_card_3_journey','field_5e4544e0a2e1d'),(413,413,'button_url_card_3_journey','https://watermark.labcp.co/'),(414,413,'_button_url_card_3_journey','field_5e4544eca2e1e'),(415,413,'photo_card_4_journey','408'),(416,413,'_photo_card_4_journey','field_5e45451ca2e20'),(417,413,'title_card_4_journey','Field Trips'),(418,413,'_title_card_4_journey','field_5e454529a2e21'),(419,413,'description_card_4_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(420,413,'_description_card_4_journey','field_5e45454ba2e22'),(421,413,'button_text_card_4_journey','Schedule a Field Trip'),(422,413,'_button_text_card_4_journey','field_5e454557a2e23'),(423,413,'button_url_card_4_journey','https://watermark.labcp.co/'),(424,413,'_button_url_card_4_journey','field_5e454565a2e24'),(425,413,'photo_why_watermark','410'),(426,413,'_photo_why_watermark','field_5e454a74558cc'),(427,413,'title_why_watermark','Why Watermark?'),(428,413,'_title_why_watermark','field_5e454a91558cd'),(429,413,'description_why_watermark','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(430,413,'_description_why_watermark','field_5e454a9c558ce'),(431,413,'list_why_watermark_0_list_text_why_watermark','A memorable cruise around Annapolis’ waterways'),(432,413,'_list_why_watermark_0_list_text_why_watermark','field_5e454ac3558d0'),(433,413,'list_why_watermark_1_list_text_why_watermark','An exciting Annapolis walking tour in the footsteps of America leaders and icons'),(434,413,'_list_why_watermark_1_list_text_why_watermark','field_5e454ac3558d0'),(435,413,'list_why_watermark_2_list_text_why_watermark','A fresh look at Baltimore from the water'),(436,413,'_list_why_watermark_2_list_text_why_watermark','field_5e454ac3558d0'),(437,413,'list_why_watermark','3'),(438,413,'_list_why_watermark','field_5e454aaa558cf'),(439,413,'button_01_text_why_watermark','Weekly Tours'),(440,413,'_button_01_text_why_watermark','field_5e454ae7558d1'),(441,413,'button_01_url_why_watermark','https://watermark.labcp.co/'),(442,413,'_button_01_url_why_watermark','field_5e454af9558d2'),(443,413,'button_02_text_why_watermark','Employment Opportunities'),(444,413,'_button_02_text_why_watermark','field_5e454b09558d3'),(445,413,'button_02_url_why_watermark','https://watermark.labcp.co/'),(446,413,'_button_02_url_why_watermark','field_5e454b14558d4'),(447,413,'title_watermark_instagram','What’s Happening at Watermark'),(448,413,'_title_watermark_instagram','field_5e458484586a3'),(449,413,'subtitle_watermark_instagram','Looking for things to do in Annapolis? It is always a great time to experience Watermark. Stay connected with the Watermark community.'),(450,413,'_subtitle_watermark_instagram','field_5e45849a586a4'),(451,413,'button_text_watermark_instagram','Check Us Out on Instagram'),(452,413,'_button_text_watermark_instagram','field_5e4584ab586a5'),(453,413,'button_url_watermark_instagram','https://watermark.labcp.co/'),(454,413,'_button_url_watermark_instagram','field_5e4584bd586a6'),(455,413,'photo_history','411'),(456,413,'_photo_history','field_5e458520586a8'),(457,413,'title_history','Our History'),(458,413,'_title_history','field_5e458537586a9'),(459,413,'description_history','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(460,413,'_description_history','field_5e458541586aa'),(461,413,'button_text_history','Learn More'),(462,413,'_button_text_history','field_5e45854f586ab'),(463,413,'button_url_history','https://watermark.labcp.co/'),(464,413,'_button_url_history','field_5e45855b586ac'),(465,413,'photo_team','412'),(466,413,'_photo_team','field_5e45857d586ae'),(467,413,'title_team','Our Team'),(468,413,'_title_team','field_5e45858a586af'),(469,413,'description_team','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(470,413,'_description_team','field_5e458596586b0'),(471,413,'button_text_team','Learn More'),(472,413,'_button_text_team','field_5e4585a1586b1'),(473,413,'button_url_team','https://watermark.labcp.co/'),(474,413,'_button_url_team','field_5e4585ae586b2'),(475,413,'title_testimony','Guest Journey’s'),(476,413,'_title_testimony','field_5e4586356466d'),(477,413,'subtitle_testimony','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(478,413,'_subtitle_testimony','field_5e4586476466e'),(479,413,'testimonials_home','a:1:{i:0;s:3:\"409\";}'),(480,413,'_testimonials_home','field_5e4586576466f'),(481,25,'list_why_watermark_3_list_text_why_watermark','An educational field trip with a Colonial guide'),(482,25,'_list_why_watermark_3_list_text_why_watermark','field_5e454ac3558d0'),(483,25,'list_why_watermark_4_list_text_why_watermark','A Corporate event on a yacht'),(484,25,'_list_why_watermark_4_list_text_why_watermark','field_5e454ac3558d0'),(485,25,'list_why_watermark_5_list_text_why_watermark','A wedding reception on the water'),(486,25,'_list_why_watermark_5_list_text_why_watermark','field_5e454ac3558d0'),(487,25,'list_why_watermark_6_list_text_why_watermark','A Water Taxi ride in Annapolis'),(488,25,'_list_why_watermark_6_list_text_why_watermark','field_5e454ac3558d0'),(489,414,'title_watermark_journey','Take a Watermark Journey'),(490,414,'_title_watermark_journey','field_5e454035ad1ea'),(491,414,'subtitle_watermark_journey','Watermark immerses people in the history, culture and fun of the Chesapeake Bay area more completely than any tour or charter company.'),(492,414,'_subtitle_watermark_journey','field_5e45404ead1eb'),(493,414,'photo_card_1_journey','405'),(494,414,'_photo_card_1_journey','field_5e4540a2ad1ed'),(495,414,'title_card_1_journey','Public Cruises & Water Taxi'),(496,414,'_title_card_1_journey','field_5e4540d7ad1ee'),(497,414,'description_card_1_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(498,414,'_description_card_1_journey','field_5e4540e0ad1ef'),(499,414,'button_text_card_1_journey','Cruise Calendar'),(500,414,'_button_text_card_1_journey','field_5e4540edad1f0'),(501,414,'button_url_card_1_journey','https://watermark.labcp.co/'),(502,414,'_button_url_card_1_journey','field_5e4540fead1f1'),(503,414,'photo_card_2_journey','406'),(504,414,'_photo_card_2_journey','field_5e4543cea2e14'),(505,414,'title_card_2_journey','Private Yacht Charters & Weddings'),(506,414,'_title_card_2_journey','field_5e4543dca2e15'),(507,414,'description_card_2_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(508,414,'_description_card_2_journey','field_5e4543eaa2e16'),(509,414,'button_text_card_2_journey','Charter a Yacht'),(510,414,'_button_text_card_2_journey','field_5e454406a2e17'),(511,414,'button_url_card_2_journey','https://watermark.labcp.co/'),(512,414,'_button_url_card_2_journey','field_5e454412a2e18'),(513,414,'photo_card_3_journey','407'),(514,414,'_photo_card_3_journey','field_5e4544b6a2e1a'),(515,414,'title_card_3_journey','Guide Services & Walking Tours'),(516,414,'_title_card_3_journey','field_5e4544c1a2e1b'),(517,414,'description_card_3_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(518,414,'_description_card_3_journey','field_5e4544d1a2e1c'),(519,414,'button_text_card_3_journey','Book a Tour'),(520,414,'_button_text_card_3_journey','field_5e4544e0a2e1d'),(521,414,'button_url_card_3_journey','https://watermark.labcp.co/'),(522,414,'_button_url_card_3_journey','field_5e4544eca2e1e'),(523,414,'photo_card_4_journey','408'),(524,414,'_photo_card_4_journey','field_5e45451ca2e20'),(525,414,'title_card_4_journey','Field Trips'),(526,414,'_title_card_4_journey','field_5e454529a2e21'),(527,414,'description_card_4_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(528,414,'_description_card_4_journey','field_5e45454ba2e22'),(529,414,'button_text_card_4_journey','Schedule a Field Trip'),(530,414,'_button_text_card_4_journey','field_5e454557a2e23'),(531,414,'button_url_card_4_journey','https://watermark.labcp.co/'),(532,414,'_button_url_card_4_journey','field_5e454565a2e24'),(533,414,'photo_why_watermark','410'),(534,414,'_photo_why_watermark','field_5e454a74558cc'),(535,414,'title_why_watermark','Why Watermark?'),(536,414,'_title_why_watermark','field_5e454a91558cd'),(537,414,'description_why_watermark','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(538,414,'_description_why_watermark','field_5e454a9c558ce'),(539,414,'list_why_watermark_0_list_text_why_watermark','A memorable cruise around Annapolis’ waterways'),(540,414,'_list_why_watermark_0_list_text_why_watermark','field_5e454ac3558d0'),(541,414,'list_why_watermark_1_list_text_why_watermark','An exciting Annapolis walking tour in the footsteps of America leaders and icons'),(542,414,'_list_why_watermark_1_list_text_why_watermark','field_5e454ac3558d0'),(543,414,'list_why_watermark_2_list_text_why_watermark','A fresh look at Baltimore from the water'),(544,414,'_list_why_watermark_2_list_text_why_watermark','field_5e454ac3558d0'),(545,414,'list_why_watermark','7'),(546,414,'_list_why_watermark','field_5e454aaa558cf'),(547,414,'button_01_text_why_watermark','Weekly Tours'),(548,414,'_button_01_text_why_watermark','field_5e454ae7558d1'),(549,414,'button_01_url_why_watermark','https://watermark.labcp.co/'),(550,414,'_button_01_url_why_watermark','field_5e454af9558d2'),(551,414,'button_02_text_why_watermark','Employment Opportunities'),(552,414,'_button_02_text_why_watermark','field_5e454b09558d3'),(553,414,'button_02_url_why_watermark','https://watermark.labcp.co/'),(554,414,'_button_02_url_why_watermark','field_5e454b14558d4'),(555,414,'title_watermark_instagram','What’s Happening at Watermark'),(556,414,'_title_watermark_instagram','field_5e458484586a3'),(557,414,'subtitle_watermark_instagram','Looking for things to do in Annapolis? It is always a great time to experience Watermark. Stay connected with the Watermark community.'),(558,414,'_subtitle_watermark_instagram','field_5e45849a586a4'),(559,414,'button_text_watermark_instagram','Check Us Out on Instagram'),(560,414,'_button_text_watermark_instagram','field_5e4584ab586a5'),(561,414,'button_url_watermark_instagram','https://watermark.labcp.co/'),(562,414,'_button_url_watermark_instagram','field_5e4584bd586a6'),(563,414,'photo_history','411'),(564,414,'_photo_history','field_5e458520586a8'),(565,414,'title_history','Our History'),(566,414,'_title_history','field_5e458537586a9'),(567,414,'description_history','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(568,414,'_description_history','field_5e458541586aa'),(569,414,'button_text_history','Learn More'),(570,414,'_button_text_history','field_5e45854f586ab'),(571,414,'button_url_history','https://watermark.labcp.co/'),(572,414,'_button_url_history','field_5e45855b586ac'),(573,414,'photo_team','412'),(574,414,'_photo_team','field_5e45857d586ae'),(575,414,'title_team','Our Team'),(576,414,'_title_team','field_5e45858a586af'),(577,414,'description_team','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(578,414,'_description_team','field_5e458596586b0'),(579,414,'button_text_team','Learn More'),(580,414,'_button_text_team','field_5e4585a1586b1'),(581,414,'button_url_team','https://watermark.labcp.co/'),(582,414,'_button_url_team','field_5e4585ae586b2'),(583,414,'title_testimony','Guest Journey’s'),(584,414,'_title_testimony','field_5e4586356466d'),(585,414,'subtitle_testimony','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(586,414,'_subtitle_testimony','field_5e4586476466e'),(587,414,'testimonials_home','a:1:{i:0;s:3:\"409\";}'),(588,414,'_testimonials_home','field_5e4586576466f'),(589,414,'list_why_watermark_3_list_text_why_watermark','An educational field trip with a Colonial guide'),(590,414,'_list_why_watermark_3_list_text_why_watermark','field_5e454ac3558d0'),(591,414,'list_why_watermark_4_list_text_why_watermark','A Corporate event on a yacht'),(592,414,'_list_why_watermark_4_list_text_why_watermark','field_5e454ac3558d0'),(593,414,'list_why_watermark_5_list_text_why_watermark','A wedding reception on the water'),(594,414,'_list_why_watermark_5_list_text_why_watermark','field_5e454ac3558d0'),(595,414,'list_why_watermark_6_list_text_why_watermark','A Water Taxi ride in Annapolis'),(596,414,'_list_why_watermark_6_list_text_why_watermark','field_5e454ac3558d0'),(597,415,'_edit_lock','1583171750:1'),(598,415,'_edit_last','1'),(599,415,'text_testimonials','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s'),(600,415,'_text_testimonials','field_5e581641756dc'),(601,415,'name_testimonials','Mary Smith'),(602,415,'_name_testimonials','field_5e58164a756dd'),(603,415,'office_testimonials','Annapolis'),(604,415,'_office_testimonials','field_5e581653756de'),(605,25,'testimonials_page','a:2:{i:0;s:3:\"409\";i:1;s:3:\"415\";}'),(606,25,'_testimonials_page','field_5e4586576466f'),(607,416,'title_watermark_journey','Take a Watermark Journey'),(608,416,'_title_watermark_journey','field_5e454035ad1ea'),(609,416,'subtitle_watermark_journey','Watermark immerses people in the history, culture and fun of the Chesapeake Bay area more completely than any tour or charter company.'),(610,416,'_subtitle_watermark_journey','field_5e45404ead1eb'),(611,416,'photo_card_1_journey','405'),(612,416,'_photo_card_1_journey','field_5e4540a2ad1ed'),(613,416,'title_card_1_journey','Public Cruises & Water Taxi'),(614,416,'_title_card_1_journey','field_5e4540d7ad1ee'),(615,416,'description_card_1_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(616,416,'_description_card_1_journey','field_5e4540e0ad1ef'),(617,416,'button_text_card_1_journey','Cruise Calendar'),(618,416,'_button_text_card_1_journey','field_5e4540edad1f0'),(619,416,'button_url_card_1_journey','https://watermark.labcp.co/'),(620,416,'_button_url_card_1_journey','field_5e4540fead1f1'),(621,416,'photo_card_2_journey','406'),(622,416,'_photo_card_2_journey','field_5e4543cea2e14'),(623,416,'title_card_2_journey','Private Yacht Charters & Weddings'),(624,416,'_title_card_2_journey','field_5e4543dca2e15'),(625,416,'description_card_2_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(626,416,'_description_card_2_journey','field_5e4543eaa2e16'),(627,416,'button_text_card_2_journey','Charter a Yacht'),(628,416,'_button_text_card_2_journey','field_5e454406a2e17'),(629,416,'button_url_card_2_journey','https://watermark.labcp.co/'),(630,416,'_button_url_card_2_journey','field_5e454412a2e18'),(631,416,'photo_card_3_journey','407'),(632,416,'_photo_card_3_journey','field_5e4544b6a2e1a'),(633,416,'title_card_3_journey','Guide Services & Walking Tours'),(634,416,'_title_card_3_journey','field_5e4544c1a2e1b'),(635,416,'description_card_3_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(636,416,'_description_card_3_journey','field_5e4544d1a2e1c'),(637,416,'button_text_card_3_journey','Book a Tour'),(638,416,'_button_text_card_3_journey','field_5e4544e0a2e1d'),(639,416,'button_url_card_3_journey','https://watermark.labcp.co/'),(640,416,'_button_url_card_3_journey','field_5e4544eca2e1e'),(641,416,'photo_card_4_journey','408'),(642,416,'_photo_card_4_journey','field_5e45451ca2e20'),(643,416,'title_card_4_journey','Field Trips'),(644,416,'_title_card_4_journey','field_5e454529a2e21'),(645,416,'description_card_4_journey','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(646,416,'_description_card_4_journey','field_5e45454ba2e22'),(647,416,'button_text_card_4_journey','Schedule a Field Trip'),(648,416,'_button_text_card_4_journey','field_5e454557a2e23'),(649,416,'button_url_card_4_journey','https://watermark.labcp.co/'),(650,416,'_button_url_card_4_journey','field_5e454565a2e24'),(651,416,'photo_why_watermark','410'),(652,416,'_photo_why_watermark','field_5e454a74558cc'),(653,416,'title_why_watermark','Why Watermark?'),(654,416,'_title_why_watermark','field_5e454a91558cd'),(655,416,'description_why_watermark','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(656,416,'_description_why_watermark','field_5e454a9c558ce'),(657,416,'list_why_watermark_0_list_text_why_watermark','A memorable cruise around Annapolis’ waterways'),(658,416,'_list_why_watermark_0_list_text_why_watermark','field_5e454ac3558d0'),(659,416,'list_why_watermark_1_list_text_why_watermark','An exciting Annapolis walking tour in the footsteps of America leaders and icons'),(660,416,'_list_why_watermark_1_list_text_why_watermark','field_5e454ac3558d0'),(661,416,'list_why_watermark_2_list_text_why_watermark','A fresh look at Baltimore from the water'),(662,416,'_list_why_watermark_2_list_text_why_watermark','field_5e454ac3558d0'),(663,416,'list_why_watermark','7'),(664,416,'_list_why_watermark','field_5e454aaa558cf'),(665,416,'button_01_text_why_watermark','Weekly Tours'),(666,416,'_button_01_text_why_watermark','field_5e454ae7558d1'),(667,416,'button_01_url_why_watermark','https://watermark.labcp.co/'),(668,416,'_button_01_url_why_watermark','field_5e454af9558d2'),(669,416,'button_02_text_why_watermark','Employment Opportunities'),(670,416,'_button_02_text_why_watermark','field_5e454b09558d3'),(671,416,'button_02_url_why_watermark','https://watermark.labcp.co/'),(672,416,'_button_02_url_why_watermark','field_5e454b14558d4'),(673,416,'title_watermark_instagram','What’s Happening at Watermark'),(674,416,'_title_watermark_instagram','field_5e458484586a3'),(675,416,'subtitle_watermark_instagram','Looking for things to do in Annapolis? It is always a great time to experience Watermark. Stay connected with the Watermark community.'),(676,416,'_subtitle_watermark_instagram','field_5e45849a586a4'),(677,416,'button_text_watermark_instagram','Check Us Out on Instagram'),(678,416,'_button_text_watermark_instagram','field_5e4584ab586a5'),(679,416,'button_url_watermark_instagram','https://watermark.labcp.co/'),(680,416,'_button_url_watermark_instagram','field_5e4584bd586a6'),(681,416,'photo_history','411'),(682,416,'_photo_history','field_5e458520586a8'),(683,416,'title_history','Our History'),(684,416,'_title_history','field_5e458537586a9'),(685,416,'description_history','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(686,416,'_description_history','field_5e458541586aa'),(687,416,'button_text_history','Learn More'),(688,416,'_button_text_history','field_5e45854f586ab'),(689,416,'button_url_history','https://watermark.labcp.co/'),(690,416,'_button_url_history','field_5e45855b586ac'),(691,416,'photo_team','412'),(692,416,'_photo_team','field_5e45857d586ae'),(693,416,'title_team','Our Team'),(694,416,'_title_team','field_5e45858a586af'),(695,416,'description_team','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(696,416,'_description_team','field_5e458596586b0'),(697,416,'button_text_team','Learn More'),(698,416,'_button_text_team','field_5e4585a1586b1'),(699,416,'button_url_team','https://watermark.labcp.co/'),(700,416,'_button_url_team','field_5e4585ae586b2'),(701,416,'title_testimony','Guest Journey’s'),(702,416,'_title_testimony','field_5e4586356466d'),(703,416,'subtitle_testimony','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(704,416,'_subtitle_testimony','field_5e4586476466e'),(705,416,'testimonials_home','a:1:{i:0;s:3:\"409\";}'),(706,416,'_testimonials_home','field_5e4586576466f'),(707,416,'list_why_watermark_3_list_text_why_watermark','An educational field trip with a Colonial guide'),(708,416,'_list_why_watermark_3_list_text_why_watermark','field_5e454ac3558d0'),(709,416,'list_why_watermark_4_list_text_why_watermark','A Corporate event on a yacht'),(710,416,'_list_why_watermark_4_list_text_why_watermark','field_5e454ac3558d0'),(711,416,'list_why_watermark_5_list_text_why_watermark','A wedding reception on the water'),(712,416,'_list_why_watermark_5_list_text_why_watermark','field_5e454ac3558d0'),(713,416,'list_why_watermark_6_list_text_why_watermark','A Water Taxi ride in Annapolis'),(714,416,'_list_why_watermark_6_list_text_why_watermark','field_5e454ac3558d0'),(715,416,'testimonials_page','a:2:{i:0;s:3:\"409\";i:1;s:3:\"415\";}'),(716,416,'_testimonials_page','field_5e4586576466f'),(719,419,'_wp_attached_file','2020/03/banner-private-yatch-mobile.jpg'),(720,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:380;s:4:\"file\";s:39:\"2020/03/banner-private-yatch-mobile.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"banner-private-yatch-mobile-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"banner-private-yatch-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:39:\"banner-private-yatch-mobile-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:39:\"banner-private-yatch-mobile-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:39:\"banner-private-yatch-mobile-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(721,420,'_wp_attached_file','2020/03/waterfront-weddings.jpg'),(722,420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:446;s:6:\"height\";i:259;s:4:\"file\";s:31:\"2020/03/waterfront-weddings.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"waterfront-weddings-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"waterfront-weddings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:31:\"waterfront-weddings-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(723,421,'_wp_attached_file','2020/03/corporate-entertainment.jpg'),(724,421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:446;s:6:\"height\";i:259;s:4:\"file\";s:35:\"2020/03/corporate-entertainment.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"corporate-entertainment-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"corporate-entertainment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:35:\"corporate-entertainment-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(725,422,'_wp_attached_file','2020/03/social-events.jpg'),(726,422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:446;s:6:\"height\";i:259;s:4:\"file\";s:25:\"2020/03/social-events.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"social-events-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"social-events-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:25:\"social-events-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(727,423,'_wp_attached_file','2020/03/photo-01.jpg'),(728,423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:184;s:4:\"file\";s:20:\"2020/03/photo-01.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"photo-01-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"photo-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:20:\"photo-01-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(729,424,'_wp_attached_file','2020/03/content-text-image.jpg'),(730,424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:541;s:4:\"file\";s:30:\"2020/03/content-text-image.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"content-text-image-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"content-text-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:30:\"content-text-image-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:30:\"content-text-image-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:30:\"content-text-image-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(731,425,'_wp_attached_file','2020/03/content-image-text.jpg'),(732,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:684;s:4:\"file\";s:30:\"2020/03/content-image-text.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"content-image-text-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"content-image-text-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:30:\"content-image-text-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:30:\"content-image-text-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:30:\"content-image-text-684x645.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:30:\"content-image-text-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(733,426,'_wp_attached_file','2020/03/photo-1.jpg'),(734,426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2020/03/photo-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"photo-1-271x175.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:175;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:{}}}'),(735,427,'_wp_attached_file','2020/03/photo-2.jpg'),(736,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2020/03/photo-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"photo-2-271x175.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:175;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:{}}}'),(737,428,'_wp_attached_file','2020/03/photo-3.jpg'),(738,428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2020/03/photo-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"photo-3-271x175.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:175;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:{}}}'),(739,429,'_wp_attached_file','2020/03/photo-4.jpg'),(740,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2020/03/photo-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"photo-4-271x175.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:175;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:{}}}'),(741,430,'_wp_attached_file','2020/03/photo-5.jpg'),(742,430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2020/03/photo-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"photo-5-271x175.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:175;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:{}}}'),(743,431,'_wp_attached_file','2020/03/photo-6.jpg'),(744,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2020/03/photo-6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"photo-6-271x175.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:175;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:{}}}'),(745,432,'_wp_attached_file','2020/03/photo-7.jpg'),(746,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2020/03/photo-7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"photo-7-271x175.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:175;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:{}}}'),(747,433,'_wp_attached_file','2020/03/photo-8.jpg'),(748,433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2020/03/photo-8.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"photo-8-271x175.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:175;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:{}}}'),(749,178,'_edit_last','1'),(750,178,'banner_background','418'),(751,178,'_banner_background','field_5e4c35c45d826'),(752,178,'banner_background_mobile','419'),(753,178,'_banner_background_mobile','field_5e5d48b3c8c81'),(754,178,'title_page_private_yacht','Private Yacht Charters & Weddings'),(755,178,'_title_page_private_yacht','field_5e4c35c45dc13'),(756,178,'description_page_private_yacht','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(757,178,'_description_page_private_yacht','field_5e4c35c45e008'),(758,178,'button_text_page_private_yacht','Schedule an Event'),(759,178,'_button_text_page_private_yacht','field_5e4c35c45e3e0'),(760,178,'button_url_page_private_yacht','https://watermark.labcp.co/'),(761,178,'_button_url_page_private_yacht','field_5e4c35c45e7c7'),(762,178,'cards_private_yacht_0_image_cards_private_yacht','420'),(763,178,'_cards_private_yacht_0_image_cards_private_yacht','field_5e4c3994741aa'),(764,178,'cards_private_yacht_0_title_cards_private_yacht','Waterfront Weddings'),(765,178,'_cards_private_yacht_0_title_cards_private_yacht','field_5e4c39ca741ab'),(766,178,'cards_private_yacht_0_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(767,178,'_cards_private_yacht_0_description_cards_private_yacht','field_5e4c39db741ac'),(768,178,'cards_private_yacht_0_button_text_cards_private_yacht','Learn More'),(769,178,'_cards_private_yacht_0_button_text_cards_private_yacht','field_5e4c39ee741ad'),(770,178,'cards_private_yacht_0_button_url_cards_private_yacht','https://watermark.labcp.co/'),(771,178,'_cards_private_yacht_0_button_url_cards_private_yacht','field_5e4c39fd741ae'),(772,178,'cards_private_yacht_1_image_cards_private_yacht','421'),(773,178,'_cards_private_yacht_1_image_cards_private_yacht','field_5e4c3994741aa'),(774,178,'cards_private_yacht_1_title_cards_private_yacht','Corporate Entertainment'),(775,178,'_cards_private_yacht_1_title_cards_private_yacht','field_5e4c39ca741ab'),(776,178,'cards_private_yacht_1_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(777,178,'_cards_private_yacht_1_description_cards_private_yacht','field_5e4c39db741ac'),(778,178,'cards_private_yacht_1_button_text_cards_private_yacht','Learn More'),(779,178,'_cards_private_yacht_1_button_text_cards_private_yacht','field_5e4c39ee741ad'),(780,178,'cards_private_yacht_1_button_url_cards_private_yacht','https://watermark.labcp.co/'),(781,178,'_cards_private_yacht_1_button_url_cards_private_yacht','field_5e4c39fd741ae'),(782,178,'cards_private_yacht_2_image_cards_private_yacht','422'),(783,178,'_cards_private_yacht_2_image_cards_private_yacht','field_5e4c3994741aa'),(784,178,'cards_private_yacht_2_title_cards_private_yacht','Social Events'),(785,178,'_cards_private_yacht_2_title_cards_private_yacht','field_5e4c39ca741ab'),(786,178,'cards_private_yacht_2_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(787,178,'_cards_private_yacht_2_description_cards_private_yacht','field_5e4c39db741ac'),(788,178,'cards_private_yacht_2_button_text_cards_private_yacht','Learn More'),(789,178,'_cards_private_yacht_2_button_text_cards_private_yacht','field_5e4c39ee741ad'),(790,178,'cards_private_yacht_2_button_url_cards_private_yacht','https://watermark.labcp.co/'),(791,178,'_cards_private_yacht_2_button_url_cards_private_yacht','field_5e4c39fd741ae'),(792,178,'cards_private_yacht','3'),(793,178,'_cards_private_yacht','field_5e4c395d741a9'),(794,178,'description_charters_on_the_bay','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Duis autem vel eum iriure dolor in hendrerit.'),(795,178,'_description_charters_on_the_bay','field_5e4c3a6877610'),(796,178,'cards_charters_0_image_cards_charters','423'),(797,178,'_cards_charters_0_image_cards_charters','field_5e4c3b4177612'),(798,178,'cards_charters_0_title_cards_charters','View'),(799,178,'_cards_charters_0_title_cards_charters','field_5e4c3c431e338'),(800,178,'cards_charters_0_link_cards_charters','https://watermark.labcp.co/'),(801,178,'_cards_charters_0_link_cards_charters','field_5e4c3c4d1e339'),(802,178,'cards_charters_1_image_cards_charters','423'),(803,178,'_cards_charters_1_image_cards_charters','field_5e4c3b4177612'),(804,178,'cards_charters_1_title_cards_charters','View'),(805,178,'_cards_charters_1_title_cards_charters','field_5e4c3c431e338'),(806,178,'cards_charters_1_link_cards_charters','https://watermark.labcp.co/'),(807,178,'_cards_charters_1_link_cards_charters','field_5e4c3c4d1e339'),(808,178,'cards_charters_2_image_cards_charters','423'),(809,178,'_cards_charters_2_image_cards_charters','field_5e4c3b4177612'),(810,178,'cards_charters_2_title_cards_charters','View'),(811,178,'_cards_charters_2_title_cards_charters','field_5e4c3c431e338'),(812,178,'cards_charters_2_link_cards_charters','https://watermark.labcp.co/'),(813,178,'_cards_charters_2_link_cards_charters','field_5e4c3c4d1e339'),(814,178,'cards_charters_3_image_cards_charters','423'),(815,178,'_cards_charters_3_image_cards_charters','field_5e4c3b4177612'),(816,178,'cards_charters_3_title_cards_charters','View'),(817,178,'_cards_charters_3_title_cards_charters','field_5e4c3c431e338'),(818,178,'cards_charters_3_link_cards_charters','https://watermark.labcp.co/'),(819,178,'_cards_charters_3_link_cards_charters','field_5e4c3c4d1e339'),(820,178,'cards_charters','4'),(821,178,'_cards_charters','field_5e4c3afb77611'),(822,178,'description_celebrate_in_style','Our yachts serve as elegant, luxurious, and unique waterfront venues suitable for any type of event. We pride ourselves upon being one of the best party venues in Maryland.'),(823,178,'_description_celebrate_in_style','field_5e4c35c45f7d1'),(824,178,'title_block_01','Yacht Venues for Social Events'),(825,178,'_title_block_01','field_5e4c35c45ff2f'),(826,178,'description_block_01','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci consequat. Duis autem vel eum iriure dolor in hendrerit.'),(827,178,'_description_block_01','field_5e4c35c46035c'),(828,178,'button_text_block_01','Learn More'),(829,178,'_button_text_block_01','field_5e4c35c4606ff'),(830,178,'button_url_block_01','https://watermark.labcp.co/'),(831,178,'_button_url_block_01','field_5e4c35c460ae4'),(832,178,'title_block_02','Unique Business Events & Corporate Entertainment'),(833,178,'_title_block_02','field_5e4c35c4612ff'),(834,178,'description_block_02','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.'),(835,178,'_description_block_02','field_5e4c35c4616de'),(836,178,'button_text_block_02','Schedule an Event'),(837,178,'_button_text_block_02','field_5e4c35c461a81'),(838,178,'button_url_block_02','https://watermark.labcp.co/'),(839,178,'_button_url_block_02','field_5e4c35c461e76'),(840,178,'title_block_03','Breathtaking Wedding Venues'),(841,178,'_title_block_03','field_5e4c35c46263a'),(842,178,'description_block_03','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(843,178,'_description_block_03','field_5e4c35c462a1f'),(844,178,'button_text_block_03','Learn More'),(845,178,'_button_text_block_03','field_5e4c35c462e01'),(846,178,'button_url_block_03','https://watermark.labcp.co/'),(847,178,'_button_url_block_03','field_5e4c35c4631d8'),(848,178,'button_text_block_03_2','Schedule an Event'),(849,178,'_button_text_block_03_2','field_5e4c368dbda76'),(850,178,'button_url_block_03_2','https://watermark.labcp.co/'),(851,178,'_button_url_block_03_2','field_5e4c36aabda77'),(852,178,'image_01','425'),(853,178,'_image_01','field_5e4c35c4639f7'),(854,178,'image_02','424'),(855,178,'_image_02','field_5e4c35c463ddc'),(856,178,'photos_charter_gallery','a:8:{i:0;s:3:\"426\";i:1;s:3:\"427\";i:2;s:3:\"428\";i:3;s:3:\"429\";i:4;s:3:\"430\";i:5;s:3:\"431\";i:6;s:3:\"432\";i:7;s:3:\"433\";}'),(857,178,'_photos_charter_gallery','field_5e4c35c464967'),(858,178,'title_testimonials_page','Guest Journey’s'),(859,178,'_title_testimonials_page','field_5e4c35c46512d'),(860,178,'subtitle_testimonials_page','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(861,178,'_subtitle_testimonials_page','field_5e4c35c46550d'),(862,178,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(863,178,'_testimonials_page','field_5e5815e928f7c'),(864,178,'shortcode_form','[formidable id=1]'),(865,178,'_shortcode_form','field_5e4c3650bda75'),(866,434,'banner_background','418'),(867,434,'_banner_background','field_5e4c35c45d826'),(868,434,'banner_background_mobile','419'),(869,434,'_banner_background_mobile','field_5e5d48b3c8c81'),(870,434,'title_page_private_yacht','Private Yacht Charters & Weddings'),(871,434,'_title_page_private_yacht','field_5e4c35c45dc13'),(872,434,'description_page_private_yacht','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(873,434,'_description_page_private_yacht','field_5e4c35c45e008'),(874,434,'button_text_page_private_yacht','Schedule an Event'),(875,434,'_button_text_page_private_yacht','field_5e4c35c45e3e0'),(876,434,'button_url_page_private_yacht','https://watermark.labcp.co/'),(877,434,'_button_url_page_private_yacht','field_5e4c35c45e7c7'),(878,434,'cards_private_yacht_0_image_cards_private_yacht','420'),(879,434,'_cards_private_yacht_0_image_cards_private_yacht','field_5e4c3994741aa'),(880,434,'cards_private_yacht_0_title_cards_private_yacht','Waterfront Weddings'),(881,434,'_cards_private_yacht_0_title_cards_private_yacht','field_5e4c39ca741ab'),(882,434,'cards_private_yacht_0_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(883,434,'_cards_private_yacht_0_description_cards_private_yacht','field_5e4c39db741ac'),(884,434,'cards_private_yacht_0_button_text_cards_private_yacht','Learn More'),(885,434,'_cards_private_yacht_0_button_text_cards_private_yacht','field_5e4c39ee741ad'),(886,434,'cards_private_yacht_0_button_url_cards_private_yacht','https://watermark.labcp.co/'),(887,434,'_cards_private_yacht_0_button_url_cards_private_yacht','field_5e4c39fd741ae'),(888,434,'cards_private_yacht_1_image_cards_private_yacht','421'),(889,434,'_cards_private_yacht_1_image_cards_private_yacht','field_5e4c3994741aa'),(890,434,'cards_private_yacht_1_title_cards_private_yacht','Corporate Entertainment'),(891,434,'_cards_private_yacht_1_title_cards_private_yacht','field_5e4c39ca741ab'),(892,434,'cards_private_yacht_1_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(893,434,'_cards_private_yacht_1_description_cards_private_yacht','field_5e4c39db741ac'),(894,434,'cards_private_yacht_1_button_text_cards_private_yacht','Learn More'),(895,434,'_cards_private_yacht_1_button_text_cards_private_yacht','field_5e4c39ee741ad'),(896,434,'cards_private_yacht_1_button_url_cards_private_yacht','https://watermark.labcp.co/'),(897,434,'_cards_private_yacht_1_button_url_cards_private_yacht','field_5e4c39fd741ae'),(898,434,'cards_private_yacht_2_image_cards_private_yacht','422'),(899,434,'_cards_private_yacht_2_image_cards_private_yacht','field_5e4c3994741aa'),(900,434,'cards_private_yacht_2_title_cards_private_yacht','Social Events'),(901,434,'_cards_private_yacht_2_title_cards_private_yacht','field_5e4c39ca741ab'),(902,434,'cards_private_yacht_2_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(903,434,'_cards_private_yacht_2_description_cards_private_yacht','field_5e4c39db741ac'),(904,434,'cards_private_yacht_2_button_text_cards_private_yacht','Learn More'),(905,434,'_cards_private_yacht_2_button_text_cards_private_yacht','field_5e4c39ee741ad'),(906,434,'cards_private_yacht_2_button_url_cards_private_yacht','https://watermark.labcp.co/'),(907,434,'_cards_private_yacht_2_button_url_cards_private_yacht','field_5e4c39fd741ae'),(908,434,'cards_private_yacht','3'),(909,434,'_cards_private_yacht','field_5e4c395d741a9'),(910,434,'description_charters_on_the_bay','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Duis autem vel eum iriure dolor in hendrerit.'),(911,434,'_description_charters_on_the_bay','field_5e4c3a6877610'),(912,434,'cards_charters_0_image_cards_charters','423'),(913,434,'_cards_charters_0_image_cards_charters','field_5e4c3b4177612'),(914,434,'cards_charters_0_title_cards_charters','View'),(915,434,'_cards_charters_0_title_cards_charters','field_5e4c3c431e338'),(916,434,'cards_charters_0_link_cards_charters','https://watermark.labcp.co/'),(917,434,'_cards_charters_0_link_cards_charters','field_5e4c3c4d1e339'),(918,434,'cards_charters_1_image_cards_charters','423'),(919,434,'_cards_charters_1_image_cards_charters','field_5e4c3b4177612'),(920,434,'cards_charters_1_title_cards_charters','View'),(921,434,'_cards_charters_1_title_cards_charters','field_5e4c3c431e338'),(922,434,'cards_charters_1_link_cards_charters','https://watermark.labcp.co/'),(923,434,'_cards_charters_1_link_cards_charters','field_5e4c3c4d1e339'),(924,434,'cards_charters_2_image_cards_charters','423'),(925,434,'_cards_charters_2_image_cards_charters','field_5e4c3b4177612'),(926,434,'cards_charters_2_title_cards_charters','View'),(927,434,'_cards_charters_2_title_cards_charters','field_5e4c3c431e338'),(928,434,'cards_charters_2_link_cards_charters','https://watermark.labcp.co/'),(929,434,'_cards_charters_2_link_cards_charters','field_5e4c3c4d1e339'),(930,434,'cards_charters_3_image_cards_charters','423'),(931,434,'_cards_charters_3_image_cards_charters','field_5e4c3b4177612'),(932,434,'cards_charters_3_title_cards_charters','View'),(933,434,'_cards_charters_3_title_cards_charters','field_5e4c3c431e338'),(934,434,'cards_charters_3_link_cards_charters','https://watermark.labcp.co/'),(935,434,'_cards_charters_3_link_cards_charters','field_5e4c3c4d1e339'),(936,434,'cards_charters','4'),(937,434,'_cards_charters','field_5e4c3afb77611'),(938,434,'description_celebrate_in_style','Our yachts serve as elegant, luxurious, and unique waterfront venues suitable for any type of event. We pride ourselves upon being one of the best party venues in Maryland.'),(939,434,'_description_celebrate_in_style','field_5e4c35c45f7d1'),(940,434,'title_block_01','Yacht Venues for Social Events'),(941,434,'_title_block_01','field_5e4c35c45ff2f'),(942,434,'description_block_01','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci consequat. Duis autem vel eum iriure dolor in hendrerit.'),(943,434,'_description_block_01','field_5e4c35c46035c'),(944,434,'button_text_block_01','Learn More'),(945,434,'_button_text_block_01','field_5e4c35c4606ff'),(946,434,'button_url_block_01','https://watermark.labcp.co/'),(947,434,'_button_url_block_01','field_5e4c35c460ae4'),(948,434,'title_block_02','Unique Business Events & Corporate Entertainment'),(949,434,'_title_block_02','field_5e4c35c4612ff'),(950,434,'description_block_02','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.'),(951,434,'_description_block_02','field_5e4c35c4616de'),(952,434,'button_text_block_02','Schedule an Event'),(953,434,'_button_text_block_02','field_5e4c35c461a81'),(954,434,'button_url_block_02','https://watermark.labcp.co/'),(955,434,'_button_url_block_02','field_5e4c35c461e76'),(956,434,'title_block_03','Breathtaking Wedding Venues'),(957,434,'_title_block_03','field_5e4c35c46263a'),(958,434,'description_block_03','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(959,434,'_description_block_03','field_5e4c35c462a1f'),(960,434,'button_text_block_03','Learn More'),(961,434,'_button_text_block_03','field_5e4c35c462e01'),(962,434,'button_url_block_03','https://watermark.labcp.co/'),(963,434,'_button_url_block_03','field_5e4c35c4631d8'),(964,434,'button_text_block_03_2','Schedule an Event'),(965,434,'_button_text_block_03_2','field_5e4c368dbda76'),(966,434,'button_url_block_03_2','https://watermark.labcp.co/'),(967,434,'_button_url_block_03_2','field_5e4c36aabda77'),(968,434,'image_01','425'),(969,434,'_image_01','field_5e4c35c4639f7'),(970,434,'image_02','424'),(971,434,'_image_02','field_5e4c35c463ddc'),(972,434,'photos_charter_gallery','a:8:{i:0;s:3:\"426\";i:1;s:3:\"427\";i:2;s:3:\"428\";i:3;s:3:\"429\";i:4;s:3:\"430\";i:5;s:3:\"431\";i:6;s:3:\"432\";i:7;s:3:\"433\";}'),(973,434,'_photos_charter_gallery','field_5e4c35c464967'),(974,434,'title_testimonials_page','Guest Journey’s'),(975,434,'_title_testimonials_page','field_5e4c35c46512d'),(976,434,'subtitle_testimonials_page','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(977,434,'_subtitle_testimonials_page','field_5e4c35c46550d'),(978,434,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(979,434,'_testimonials_page','field_5e5815e928f7c'),(980,434,'shortcode_form','[formidable id=1]'),(981,434,'_shortcode_form','field_5e4c3650bda75'),(983,178,'_title_testimony','field_5e4c35c46512d'),(984,178,'subtitle_testimony','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(985,178,'_subtitle_testimony','field_5e4c35c46550d'),(986,435,'banner_background','418'),(987,435,'_banner_background','field_5e4c35c45d826'),(988,435,'banner_background_mobile','419'),(989,435,'_banner_background_mobile','field_5e5d48b3c8c81'),(990,435,'title_page_private_yacht','Private Yacht Charters & Weddings'),(991,435,'_title_page_private_yacht','field_5e4c35c45dc13'),(992,435,'description_page_private_yacht','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(993,435,'_description_page_private_yacht','field_5e4c35c45e008'),(994,435,'button_text_page_private_yacht','Schedule an Event'),(995,435,'_button_text_page_private_yacht','field_5e4c35c45e3e0'),(996,435,'button_url_page_private_yacht','https://watermark.labcp.co/'),(997,435,'_button_url_page_private_yacht','field_5e4c35c45e7c7'),(998,435,'cards_private_yacht_0_image_cards_private_yacht','420'),(999,435,'_cards_private_yacht_0_image_cards_private_yacht','field_5e4c3994741aa'),(1000,435,'cards_private_yacht_0_title_cards_private_yacht','Waterfront Weddings'),(1001,435,'_cards_private_yacht_0_title_cards_private_yacht','field_5e4c39ca741ab'),(1002,435,'cards_private_yacht_0_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(1003,435,'_cards_private_yacht_0_description_cards_private_yacht','field_5e4c39db741ac'),(1004,435,'cards_private_yacht_0_button_text_cards_private_yacht','Learn More'),(1005,435,'_cards_private_yacht_0_button_text_cards_private_yacht','field_5e4c39ee741ad'),(1006,435,'cards_private_yacht_0_button_url_cards_private_yacht','https://watermark.labcp.co/'),(1007,435,'_cards_private_yacht_0_button_url_cards_private_yacht','field_5e4c39fd741ae'),(1008,435,'cards_private_yacht_1_image_cards_private_yacht','421'),(1009,435,'_cards_private_yacht_1_image_cards_private_yacht','field_5e4c3994741aa'),(1010,435,'cards_private_yacht_1_title_cards_private_yacht','Corporate Entertainment'),(1011,435,'_cards_private_yacht_1_title_cards_private_yacht','field_5e4c39ca741ab'),(1012,435,'cards_private_yacht_1_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(1013,435,'_cards_private_yacht_1_description_cards_private_yacht','field_5e4c39db741ac'),(1014,435,'cards_private_yacht_1_button_text_cards_private_yacht','Learn More'),(1015,435,'_cards_private_yacht_1_button_text_cards_private_yacht','field_5e4c39ee741ad'),(1016,435,'cards_private_yacht_1_button_url_cards_private_yacht','https://watermark.labcp.co/'),(1017,435,'_cards_private_yacht_1_button_url_cards_private_yacht','field_5e4c39fd741ae'),(1018,435,'cards_private_yacht_2_image_cards_private_yacht','422'),(1019,435,'_cards_private_yacht_2_image_cards_private_yacht','field_5e4c3994741aa'),(1020,435,'cards_private_yacht_2_title_cards_private_yacht','Social Events'),(1021,435,'_cards_private_yacht_2_title_cards_private_yacht','field_5e4c39ca741ab'),(1022,435,'cards_private_yacht_2_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(1023,435,'_cards_private_yacht_2_description_cards_private_yacht','field_5e4c39db741ac'),(1024,435,'cards_private_yacht_2_button_text_cards_private_yacht','Learn More'),(1025,435,'_cards_private_yacht_2_button_text_cards_private_yacht','field_5e4c39ee741ad'),(1026,435,'cards_private_yacht_2_button_url_cards_private_yacht','https://watermark.labcp.co/'),(1027,435,'_cards_private_yacht_2_button_url_cards_private_yacht','field_5e4c39fd741ae'),(1028,435,'cards_private_yacht','3'),(1029,435,'_cards_private_yacht','field_5e4c395d741a9'),(1030,435,'description_charters_on_the_bay','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Duis autem vel eum iriure dolor in hendrerit.'),(1031,435,'_description_charters_on_the_bay','field_5e4c3a6877610'),(1032,435,'cards_charters_0_image_cards_charters','423'),(1033,435,'_cards_charters_0_image_cards_charters','field_5e4c3b4177612'),(1034,435,'cards_charters_0_title_cards_charters','View'),(1035,435,'_cards_charters_0_title_cards_charters','field_5e4c3c431e338'),(1036,435,'cards_charters_0_link_cards_charters','https://watermark.labcp.co/'),(1037,435,'_cards_charters_0_link_cards_charters','field_5e4c3c4d1e339'),(1038,435,'cards_charters_1_image_cards_charters','423'),(1039,435,'_cards_charters_1_image_cards_charters','field_5e4c3b4177612'),(1040,435,'cards_charters_1_title_cards_charters','View'),(1041,435,'_cards_charters_1_title_cards_charters','field_5e4c3c431e338'),(1042,435,'cards_charters_1_link_cards_charters','https://watermark.labcp.co/'),(1043,435,'_cards_charters_1_link_cards_charters','field_5e4c3c4d1e339'),(1044,435,'cards_charters_2_image_cards_charters','423'),(1045,435,'_cards_charters_2_image_cards_charters','field_5e4c3b4177612'),(1046,435,'cards_charters_2_title_cards_charters','View'),(1047,435,'_cards_charters_2_title_cards_charters','field_5e4c3c431e338'),(1048,435,'cards_charters_2_link_cards_charters','https://watermark.labcp.co/'),(1049,435,'_cards_charters_2_link_cards_charters','field_5e4c3c4d1e339'),(1050,435,'cards_charters_3_image_cards_charters','423'),(1051,435,'_cards_charters_3_image_cards_charters','field_5e4c3b4177612'),(1052,435,'cards_charters_3_title_cards_charters','View'),(1053,435,'_cards_charters_3_title_cards_charters','field_5e4c3c431e338'),(1054,435,'cards_charters_3_link_cards_charters','https://watermark.labcp.co/'),(1055,435,'_cards_charters_3_link_cards_charters','field_5e4c3c4d1e339'),(1056,435,'cards_charters','4'),(1057,435,'_cards_charters','field_5e4c3afb77611'),(1058,435,'description_celebrate_in_style','Our yachts serve as elegant, luxurious, and unique waterfront venues suitable for any type of event. We pride ourselves upon being one of the best party venues in Maryland.'),(1059,435,'_description_celebrate_in_style','field_5e4c35c45f7d1'),(1060,435,'title_block_01','Yacht Venues for Social Events'),(1061,435,'_title_block_01','field_5e4c35c45ff2f'),(1062,435,'description_block_01','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci consequat. Duis autem vel eum iriure dolor in hendrerit.'),(1063,435,'_description_block_01','field_5e4c35c46035c'),(1064,435,'button_text_block_01','Learn More'),(1065,435,'_button_text_block_01','field_5e4c35c4606ff'),(1066,435,'button_url_block_01','https://watermark.labcp.co/'),(1067,435,'_button_url_block_01','field_5e4c35c460ae4'),(1068,435,'title_block_02','Unique Business Events & Corporate Entertainment'),(1069,435,'_title_block_02','field_5e4c35c4612ff'),(1070,435,'description_block_02','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.'),(1071,435,'_description_block_02','field_5e4c35c4616de'),(1072,435,'button_text_block_02','Schedule an Event'),(1073,435,'_button_text_block_02','field_5e4c35c461a81'),(1074,435,'button_url_block_02','https://watermark.labcp.co/'),(1075,435,'_button_url_block_02','field_5e4c35c461e76'),(1076,435,'title_block_03','Breathtaking Wedding Venues'),(1077,435,'_title_block_03','field_5e4c35c46263a'),(1078,435,'description_block_03','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1079,435,'_description_block_03','field_5e4c35c462a1f'),(1080,435,'button_text_block_03','Learn More'),(1081,435,'_button_text_block_03','field_5e4c35c462e01'),(1082,435,'button_url_block_03','https://watermark.labcp.co/'),(1083,435,'_button_url_block_03','field_5e4c35c4631d8'),(1084,435,'button_text_block_03_2','Schedule an Event'),(1085,435,'_button_text_block_03_2','field_5e4c368dbda76'),(1086,435,'button_url_block_03_2','https://watermark.labcp.co/'),(1087,435,'_button_url_block_03_2','field_5e4c36aabda77'),(1088,435,'image_01','425'),(1089,435,'_image_01','field_5e4c35c4639f7'),(1090,435,'image_02','424'),(1091,435,'_image_02','field_5e4c35c463ddc'),(1092,435,'photos_charter_gallery','a:8:{i:0;s:3:\"426\";i:1;s:3:\"427\";i:2;s:3:\"428\";i:3;s:3:\"429\";i:4;s:3:\"430\";i:5;s:3:\"431\";i:6;s:3:\"432\";i:7;s:3:\"433\";}'),(1093,435,'_photos_charter_gallery','field_5e4c35c464967'),(1094,435,'title_testimonials_page','Guest Journey’s'),(1095,435,'_title_testimonials_page','field_5e4c35c46512d'),(1096,435,'subtitle_testimonials_page','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(1097,435,'_subtitle_testimonials_page','field_5e4c35c46550d'),(1098,435,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1099,435,'_testimonials_page','field_5e5815e928f7c'),(1100,435,'shortcode_form','[formidable id=1]'),(1101,435,'_shortcode_form','field_5e4c3650bda75'),(1102,435,'title_testimony','Guest Journey’s'),(1103,435,'_title_testimony','field_5e4c35c46512d'),(1104,435,'subtitle_testimony','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(1105,435,'_subtitle_testimony','field_5e4c35c46550d'),(1106,439,'_wp_old_slug','1_email_1-3'),(2465,526,'_edit_lock','1583938913:3'),(1920,479,'banner_background','474'),(1921,479,'_banner_background','field_5e4fb72e3be63'),(1922,479,'title_page_default','About Us'),(1923,479,'_title_page_default','field_5e4fb74e3be64'),(1924,479,'description_page_default','What content goes here?'),(1925,479,'_description_page_default','field_5e4fb7673be65'),(1926,479,'button_text_page_default','Go Here'),(1927,479,'_button_text_page_default','field_5e4fb7763be66'),(1928,479,'button_url_page_default','https://watermarkjourney.com/'),(1929,479,'_button_url_page_default','field_5e4fb7843be67'),(1930,479,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1931,479,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1932,479,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1111,205,'_edit_last','3'),(1112,205,'_wp_page_template','default'),(1113,205,'banner_background','474'),(1114,205,'_banner_background','field_5e4fb72e3be63'),(1115,205,'title_page_default','About Us'),(1116,205,'_title_page_default','field_5e4fb74e3be64'),(1117,205,'description_page_default','What content goes here?'),(1118,205,'_description_page_default','field_5e4fb7673be65'),(1119,205,'button_text_page_default','Go Here'),(1120,205,'_button_text_page_default','field_5e4fb7763be66'),(1121,205,'button_url_page_default','https://watermarkjourney.com/'),(1122,205,'_button_url_page_default','field_5e4fb7843be67'),(1123,205,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1124,205,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1125,205,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1126,205,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1127,205,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1128,205,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1129,205,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1130,205,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1131,205,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1132,205,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1133,205,'content_blocks','a:6:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:10:\"columns-73\";i:3;s:10:\"columns-37\";i:4;s:10:\"columns-73\";i:5;s:9:\"columns-1\";}'),(1347,449,'banner_background','442'),(1134,205,'_content_blocks','field_59d681f5199f8'),(1135,205,'select_events',''),(1136,205,'_select_events','field_5e4fb8273c0b6'),(1137,205,'title_testimony','About '),(1138,205,'_title_testimony','field_5e4fbff6dea83'),(1139,205,'subtitle_testimony','What is this for?'),(1140,205,'_subtitle_testimony','field_5e4fbffedea84'),(1141,205,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1142,205,'_testimonials_page','field_5e58168a97eb0'),(1143,443,'banner_background','442'),(1144,443,'_banner_background','field_5e4fb72e3be63'),(1145,443,'title_page_default','About Us'),(1146,443,'_title_page_default','field_5e4fb74e3be64'),(1147,443,'description_page_default','What content goes here?'),(1148,443,'_description_page_default','field_5e4fb7673be65'),(1149,443,'button_text_page_default','Go Here'),(1150,443,'_button_text_page_default','field_5e4fb7763be66'),(1151,443,'button_url_page_default','https://watermarkjourney.com/'),(1152,443,'_button_url_page_default','field_5e4fb7843be67'),(1153,443,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1154,443,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1155,443,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1156,443,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1157,443,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1158,443,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1159,443,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1160,443,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1161,443,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1162,443,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1163,443,'content_blocks','a:3:{i:0;s:10:\"full_width\";i:1;s:10:\"full_width\";i:2;s:8:\"33_33_33\";}'),(1164,443,'_content_blocks','field_59d681f5199f8'),(1165,443,'select_events',''),(1166,443,'_select_events','field_5e4fb8273c0b6'),(1167,443,'title_testimony','About '),(1168,443,'_title_testimony','field_5e4fbff6dea83'),(1169,443,'subtitle_testimony','What is this for?'),(1170,443,'_subtitle_testimony','field_5e4fbffedea84'),(1171,443,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1172,443,'_testimonials_page','field_5e58168a97eb0'),(1173,205,'banner_background_mobile','478'),(1174,205,'_banner_background_mobile','field_5e5fa8e7ae913'),(1175,445,'banner_background','442'),(1176,445,'_banner_background','field_5e4fb72e3be63'),(1177,445,'title_page_default','About Us'),(1178,445,'_title_page_default','field_5e4fb74e3be64'),(1179,445,'description_page_default','What content goes here?'),(1180,445,'_description_page_default','field_5e4fb7673be65'),(1181,445,'button_text_page_default','Go Here'),(1182,445,'_button_text_page_default','field_5e4fb7763be66'),(1183,445,'button_url_page_default','https://watermarkjourney.com/'),(1184,445,'_button_url_page_default','field_5e4fb7843be67'),(1185,445,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1186,445,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1187,445,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1188,445,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1189,445,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1190,445,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1191,445,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1192,445,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1193,445,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1194,445,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1195,445,'content_blocks','a:3:{i:0;s:10:\"full_width\";i:1;s:10:\"full_width\";i:2;s:8:\"33_33_33\";}'),(1196,445,'_content_blocks','field_59d681f5199f8'),(1197,445,'select_events',''),(1198,445,'_select_events','field_5e4fb8273c0b6'),(1199,445,'title_testimony','About '),(1200,445,'_title_testimony','field_5e4fbff6dea83'),(1201,445,'subtitle_testimony','What is this for?'),(1202,445,'_subtitle_testimony','field_5e4fbffedea84'),(1203,445,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1204,445,'_testimonials_page','field_5e58168a97eb0'),(1205,445,'banner_background_mobile','419'),(1206,445,'_banner_background_mobile','field_5e5fa8e7ae913'),(1628,205,'_content_blocks_0_column_1','field_59d682dd199ff'),(1629,466,'banner_background','442'),(1630,466,'_banner_background','field_5e4fb72e3be63'),(1631,466,'title_page_default','About Us'),(1632,466,'_title_page_default','field_5e4fb74e3be64'),(1305,448,'title_page_default','About Us'),(1306,448,'_title_page_default','field_5e4fb74e3be64'),(1307,448,'description_page_default','What content goes here?'),(1308,448,'_description_page_default','field_5e4fb7673be65'),(1627,205,'content_blocks_0_column_1','<h2>Welcome to Watermark!</h2>\r\n<h3>Our Promise</h3>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1211,205,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1212,205,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1213,205,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1214,205,'_content_blocks_1_column_70','field_59e50edf290ad'),(1215,446,'banner_background','442'),(1216,446,'_banner_background','field_5e4fb72e3be63'),(1217,446,'title_page_default','About Us'),(1218,446,'_title_page_default','field_5e4fb74e3be64'),(1219,446,'description_page_default','What content goes here?'),(1220,446,'_description_page_default','field_5e4fb7673be65'),(1221,446,'button_text_page_default','Go Here'),(1222,446,'_button_text_page_default','field_5e4fb7763be66'),(1223,446,'button_url_page_default','https://watermarkjourney.com/'),(1224,446,'_button_url_page_default','field_5e4fb7843be67'),(1225,446,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1226,446,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1227,446,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1228,446,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1229,446,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1230,446,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1231,446,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1232,446,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1233,446,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1234,446,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1235,446,'content_blocks','a:2:{i:0;s:9:\"columns-2\";i:1;s:10:\"columns-37\";}'),(1236,446,'_content_blocks','field_59d681f5199f8'),(1237,446,'select_events',''),(1238,446,'_select_events','field_5e4fb8273c0b6'),(1239,446,'title_testimony','About '),(1240,446,'_title_testimony','field_5e4fbff6dea83'),(1241,446,'subtitle_testimony','What is this for?'),(1242,446,'_subtitle_testimony','field_5e4fbffedea84'),(1243,446,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1244,446,'_testimonials_page','field_5e58168a97eb0'),(1245,446,'banner_background_mobile','419'),(1246,446,'_banner_background_mobile','field_5e5fa8e7ae913'),(1247,446,'content_blocks_0_column_1','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1248,446,'_content_blocks_0_column_1','field_59d68213199f9'),(1249,446,'content_blocks_0_column_2','<img class=\"alignnone size-full wp-image-433\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-8.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1250,446,'_content_blocks_0_column_2','field_59d68226199fa'),(1251,446,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1252,446,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1253,446,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1254,446,'_content_blocks_1_column_70','field_59e50edf290ad'),(1357,449,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1348,449,'_banner_background','field_5e4fb72e3be63'),(1349,449,'title_page_default','About Us'),(1350,449,'_title_page_default','field_5e4fb74e3be64'),(1351,449,'description_page_default','What content goes here?'),(1352,449,'_description_page_default','field_5e4fb7673be65'),(1353,449,'button_text_page_default','Go Here'),(1354,449,'_button_text_page_default','field_5e4fb7763be66'),(1355,449,'button_url_page_default','https://watermarkjourney.com/'),(1356,449,'_button_url_page_default','field_5e4fb7843be67'),(1303,448,'banner_background','442'),(1304,448,'_banner_background','field_5e4fb72e3be63'),(1259,447,'banner_background','442'),(1260,447,'_banner_background','field_5e4fb72e3be63'),(1261,447,'title_page_default','About Us'),(1262,447,'_title_page_default','field_5e4fb74e3be64'),(1263,447,'description_page_default','What content goes here?'),(1264,447,'_description_page_default','field_5e4fb7673be65'),(1265,447,'button_text_page_default','Go Here'),(1266,447,'_button_text_page_default','field_5e4fb7763be66'),(1267,447,'button_url_page_default','https://watermarkjourney.com/'),(1268,447,'_button_url_page_default','field_5e4fb7843be67'),(1269,447,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1270,447,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1271,447,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1272,447,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1273,447,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1274,447,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1275,447,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1276,447,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1277,447,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1278,447,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1279,447,'content_blocks','a:2:{i:0;s:9:\"columns-2\";i:1;s:10:\"columns-37\";}'),(1280,447,'_content_blocks','field_59d681f5199f8'),(1281,447,'select_events',''),(1282,447,'_select_events','field_5e4fb8273c0b6'),(1283,447,'title_testimony','About '),(1284,447,'_title_testimony','field_5e4fbff6dea83'),(1285,447,'subtitle_testimony','What is this for?'),(1286,447,'_subtitle_testimony','field_5e4fbffedea84'),(1287,447,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1288,447,'_testimonials_page','field_5e58168a97eb0'),(1289,447,'banner_background_mobile','419'),(1290,447,'_banner_background_mobile','field_5e5fa8e7ae913'),(1291,447,'content_blocks_0_column_1','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1292,447,'_content_blocks_0_column_1','field_59d68213199f9'),(1293,447,'content_blocks_0_column_2','<img class=\"alignnone size-full wp-image-433\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-8.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1294,447,'_content_blocks_0_column_2','field_59d68226199fa'),(1295,447,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1296,447,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1297,447,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1298,447,'_content_blocks_1_column_70','field_59e50edf290ad'),(1299,447,'content_blocks_1_column_1','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1300,447,'_content_blocks_1_column_1','field_59e50eeb290ae'),(1301,447,'content_blocks_1_column_2','   <article>\r\n                            <header><h3 class=\"bold\">Four Centuries Walking Tour</h3></header>\r\n                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. </p>\r\n                            <a href=\"#\" class=\"bt theme\">Learn More</a>\r\n                        </article>'),(1302,447,'_content_blocks_1_column_2','field_59e50edf290ad'),(1309,448,'button_text_page_default','Go Here'),(1310,448,'_button_text_page_default','field_5e4fb7763be66'),(1311,448,'button_url_page_default','https://watermarkjourney.com/'),(1312,448,'_button_url_page_default','field_5e4fb7843be67'),(1313,448,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1314,448,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1315,448,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1316,448,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1317,448,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1318,448,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1319,448,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1320,448,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1321,448,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1322,448,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1323,448,'content_blocks','a:2:{i:0;s:9:\"columns-2\";i:1;s:10:\"columns-37\";}'),(1324,448,'_content_blocks','field_59d681f5199f8'),(1325,448,'select_events',''),(1326,448,'_select_events','field_5e4fb8273c0b6'),(1327,448,'title_testimony','About '),(1328,448,'_title_testimony','field_5e4fbff6dea83'),(1329,448,'subtitle_testimony','What is this for?'),(1330,448,'_subtitle_testimony','field_5e4fbffedea84'),(1331,448,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1332,448,'_testimonials_page','field_5e58168a97eb0'),(1333,448,'banner_background_mobile','419'),(1334,448,'_banner_background_mobile','field_5e5fa8e7ae913'),(1335,448,'content_blocks_0_column_1','<h3><strong>Four Centuries Walking Tour</strong></h3>\r\n<article>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\r\n\r\n<a class=\"bt theme\" href=\"#\">Learn More</a>\r\n\r\n</article>'),(1336,448,'_content_blocks_0_column_1','field_59d68213199f9'),(1337,448,'content_blocks_0_column_2','<img class=\"alignnone size-full wp-image-433\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-8.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1338,448,'_content_blocks_0_column_2','field_59d68226199fa'),(1339,448,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1340,448,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1341,448,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1342,448,'_content_blocks_1_column_70','field_59e50edf290ad'),(1343,448,'content_blocks_1_column_1','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1344,448,'_content_blocks_1_column_1','field_59e50eeb290ae'),(1345,448,'content_blocks_1_column_2','<h3><strong>Four Centuries Walking Tour</strong></h3>\r\n<article>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\r\n\r\n<a class=\"bt theme\" href=\"#\">Learn More</a>\r\n\r\n</article>'),(1346,448,'_content_blocks_1_column_2','field_59e50edf290ad'),(1358,449,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1359,449,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1360,449,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1361,449,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1362,449,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1363,449,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1364,449,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1365,449,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1366,449,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1367,449,'content_blocks','a:1:{i:0;s:9:\"columns-2\";}'),(1368,449,'_content_blocks','field_59d681f5199f8'),(1369,449,'select_events',''),(1370,449,'_select_events','field_5e4fb8273c0b6'),(1371,449,'title_testimony','About '),(1372,449,'_title_testimony','field_5e4fbff6dea83'),(1373,449,'subtitle_testimony','What is this for?'),(1374,449,'_subtitle_testimony','field_5e4fbffedea84'),(1375,449,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1376,449,'_testimonials_page','field_5e58168a97eb0'),(1377,449,'banner_background_mobile','419'),(1378,449,'_banner_background_mobile','field_5e5fa8e7ae913'),(1379,449,'content_blocks_0_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.\r\n\r\n<a href=\"http://http;//google.com\">Link extermo</a>'),(1380,449,'_content_blocks_0_column_1','field_59d68213199f9'),(1381,449,'content_blocks_0_column_2','<img class=\"alignnone size-full wp-image-433\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-8.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1382,449,'_content_blocks_0_column_2','field_59d68226199fa'),(1383,449,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1384,449,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1385,449,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1386,449,'_content_blocks_1_column_70','field_59e50edf290ad'),(1678,205,'_content_blocks_2_column_1','field_59d682a9199fc'),(1679,205,'content_blocks_2_column_2','<img class=\"alignnone size-medium wp-image-476\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Old-Lady-Sarah-300x169.png\" alt=\"Old Lady Sarah\" width=\"300\" height=\"169\" />'),(1676,205,'_content_blocks_1_column_1','field_59d682dd199ff'),(1675,205,'content_blocks_1_column_1','<h2>Origins—Progression—Today</h2>'),(1677,205,'content_blocks_2_column_1','<header>\r\n<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.The company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.\r\n\r\n</header>'),(1395,450,'banner_background','442'),(1396,450,'_banner_background','field_5e4fb72e3be63'),(1397,450,'title_page_default','About Us'),(1398,450,'_title_page_default','field_5e4fb74e3be64'),(1399,450,'description_page_default','What content goes here?'),(1400,450,'_description_page_default','field_5e4fb7673be65'),(1401,450,'button_text_page_default','Go Here'),(1402,450,'_button_text_page_default','field_5e4fb7763be66'),(1403,450,'button_url_page_default','https://watermarkjourney.com/'),(1404,450,'_button_url_page_default','field_5e4fb7843be67'),(1405,450,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1406,450,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1407,450,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1408,450,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1409,450,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1410,450,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1411,450,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1412,450,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1413,450,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1414,450,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1415,450,'content_blocks','a:3:{i:0;s:9:\"columns-2\";i:1;s:10:\"columns-73\";i:2;s:10:\"columns-37\";}'),(1416,450,'_content_blocks','field_59d681f5199f8'),(1417,450,'select_events',''),(1418,450,'_select_events','field_5e4fb8273c0b6'),(1419,450,'title_testimony','About '),(1420,450,'_title_testimony','field_5e4fbff6dea83'),(1421,450,'subtitle_testimony','What is this for?'),(1422,450,'_subtitle_testimony','field_5e4fbffedea84'),(1423,450,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1424,450,'_testimonials_page','field_5e58168a97eb0'),(1425,450,'banner_background_mobile','419'),(1426,450,'_banner_background_mobile','field_5e5fa8e7ae913'),(1427,450,'content_blocks_0_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.\r\n\r\n<a href=\"http://http;//google.com\">Link extermo</a>'),(1428,450,'_content_blocks_0_column_1','field_59d68213199f9'),(1429,450,'content_blocks_0_column_2','<img class=\"alignnone size-full wp-image-433\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-8.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1430,450,'_content_blocks_0_column_2','field_59d68226199fa'),(1431,450,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1432,450,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1433,450,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1434,450,'_content_blocks_1_column_70','field_59e50edf290ad'),(1435,450,'content_blocks_1_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1436,450,'_content_blocks_1_column_1','field_59d682a9199fc'),(1437,450,'content_blocks_1_column_2','<img class=\"alignnone size-medium wp-image-405\" src=\"https://watermark.labcp.co/app/uploads/2020/02/card-1-1-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />'),(1438,450,'_content_blocks_1_column_2','field_59d682ca199fd'),(1439,450,'content_blocks_2_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1440,450,'_content_blocks_2_column_1','field_59e50eeb290ae'),(1441,450,'content_blocks_2_column_2','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1442,450,'_content_blocks_2_column_2','field_59e50edf290ad'),(1443,451,'banner_background','442'),(1444,451,'_banner_background','field_5e4fb72e3be63'),(1445,451,'title_page_default','About Us'),(1446,451,'_title_page_default','field_5e4fb74e3be64'),(1447,451,'description_page_default','What content goes here?'),(1448,451,'_description_page_default','field_5e4fb7673be65'),(1449,451,'button_text_page_default','Go Here'),(1450,451,'_button_text_page_default','field_5e4fb7763be66'),(1451,451,'button_url_page_default','https://watermarkjourney.com/'),(1452,451,'_button_url_page_default','field_5e4fb7843be67'),(1453,451,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1454,451,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1455,451,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1456,451,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1457,451,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1458,451,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1459,451,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1460,451,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1461,451,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1462,451,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1463,451,'content_blocks','a:3:{i:0;s:9:\"columns-2\";i:1;s:10:\"columns-73\";i:2;s:10:\"columns-37\";}'),(1464,451,'_content_blocks','field_59d681f5199f8'),(1465,451,'select_events',''),(1466,451,'_select_events','field_5e4fb8273c0b6'),(1467,451,'title_testimony','About '),(1468,451,'_title_testimony','field_5e4fbff6dea83'),(1469,451,'subtitle_testimony','What is this for?'),(1470,451,'_subtitle_testimony','field_5e4fbffedea84'),(1471,451,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1472,451,'_testimonials_page','field_5e58168a97eb0'),(1473,451,'banner_background_mobile','419'),(1474,451,'_banner_background_mobile','field_5e5fa8e7ae913'),(1475,451,'content_blocks_0_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.\r\n\r\n<strong><a href=\"http://http;//google.com\">Link extermo</a></strong>'),(1476,451,'_content_blocks_0_column_1','field_59d68213199f9'),(1477,451,'content_blocks_0_column_2','<img class=\"alignnone size-full wp-image-433\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-8.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1478,451,'_content_blocks_0_column_2','field_59d68226199fa'),(1479,451,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1480,451,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1481,451,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1482,451,'_content_blocks_1_column_70','field_59e50edf290ad'),(1483,451,'content_blocks_1_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.\r\n\r\n&nbsp;'),(1484,451,'_content_blocks_1_column_1','field_59d682a9199fc'),(1485,451,'content_blocks_1_column_2','<img class=\"alignnone size-medium wp-image-405\" src=\"https://watermark.labcp.co/app/uploads/2020/02/card-1-1-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />'),(1486,451,'_content_blocks_1_column_2','field_59d682ca199fd'),(1487,451,'content_blocks_2_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1488,451,'_content_blocks_2_column_1','field_59e50eeb290ae'),(1489,451,'content_blocks_2_column_2','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1490,451,'_content_blocks_2_column_2','field_59e50edf290ad'),(3098,178,'title_shortcode_form','Schedule an Event'),(1545,464,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1544,464,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1542,464,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1543,464,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1537,464,'button_text_page_default','Go Here'),(1538,464,'_button_text_page_default','field_5e4fb7763be66'),(1539,464,'button_url_page_default','https://watermarkjourney.com/'),(1540,464,'_button_url_page_default','field_5e4fb7843be67'),(1541,464,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1536,464,'_description_page_default','field_5e4fb7673be65'),(1533,464,'title_page_default','About Us'),(1534,464,'_title_page_default','field_5e4fb74e3be64'),(1535,464,'description_page_default','What content goes here?'),(1532,464,'_banner_background','field_5e4fb72e3be63'),(1919,478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:335;s:4:\"file\";s:32:\"2020/03/WM-Flag-Bannermobile.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"WM-Flag-Bannermobile-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"WM-Flag-Bannermobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:32:\"WM-Flag-Bannermobile-500x335.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:32:\"WM-Flag-Bannermobile-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:32:\"WM-Flag-Bannermobile-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"(c)Dave McIntosh\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Dave McIntosh\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1531,464,'banner_background','442'),(1917,475,'_wp_attachment_image_alt','Mayor & Raven'),(1918,478,'_wp_attached_file','2020/03/WM-Flag-Bannermobile.jpg'),(1546,464,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1547,464,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1548,464,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1549,464,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1550,464,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1551,464,'content_blocks','a:3:{i:0;s:9:\"columns-2\";i:1;s:10:\"columns-73\";i:2;s:10:\"columns-37\";}'),(1552,464,'_content_blocks','field_59d681f5199f8'),(1553,464,'select_events',''),(1554,464,'_select_events','field_5e4fb8273c0b6'),(1555,464,'title_testimony','About '),(1556,464,'_title_testimony','field_5e4fbff6dea83'),(1557,464,'subtitle_testimony','What is this for?'),(1558,464,'_subtitle_testimony','field_5e4fbffedea84'),(1559,464,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1560,464,'_testimonials_page','field_5e58168a97eb0'),(1561,464,'banner_background_mobile','463'),(1562,464,'_banner_background_mobile','field_5e5fa8e7ae913'),(1563,464,'content_blocks_0_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.\r\n\r\n<strong><a href=\"http://http;//google.com\">Link extermo</a></strong>'),(1564,464,'_content_blocks_0_column_1','field_59d68213199f9'),(1565,464,'content_blocks_0_column_2','<img class=\"alignnone size-full wp-image-433\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-8.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1566,464,'_content_blocks_0_column_2','field_59d68226199fa'),(1567,464,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1568,464,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1569,464,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1570,464,'_content_blocks_1_column_70','field_59e50edf290ad'),(1571,464,'content_blocks_1_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.\r\n\r\n&nbsp;'),(1572,464,'_content_blocks_1_column_1','field_59d682a9199fc'),(1573,464,'content_blocks_1_column_2','<img class=\"alignnone size-medium wp-image-405\" src=\"https://watermark.labcp.co/app/uploads/2020/02/card-1-1-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />'),(1574,464,'_content_blocks_1_column_2','field_59d682ca199fd'),(1575,464,'content_blocks_2_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1576,464,'_content_blocks_2_column_1','field_59e50eeb290ae'),(1577,464,'content_blocks_2_column_2','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1578,464,'_content_blocks_2_column_2','field_59e50edf290ad'),(1579,465,'banner_background','442'),(1580,465,'_banner_background','field_5e4fb72e3be63'),(1581,465,'title_page_default','About Us'),(1582,465,'_title_page_default','field_5e4fb74e3be64'),(1583,465,'description_page_default','What content goes here?'),(1584,465,'_description_page_default','field_5e4fb7673be65'),(1585,465,'button_text_page_default','Go Here'),(1586,465,'_button_text_page_default','field_5e4fb7763be66'),(1587,465,'button_url_page_default','https://watermarkjourney.com/'),(1588,465,'_button_url_page_default','field_5e4fb7843be67'),(1589,465,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1590,465,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1591,465,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1592,465,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1593,465,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1594,465,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1595,465,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1596,465,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1597,465,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1598,465,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1599,465,'content_blocks','a:3:{i:0;s:9:\"columns-2\";i:1;s:10:\"columns-73\";i:2;s:10:\"columns-37\";}'),(1600,465,'_content_blocks','field_59d681f5199f8'),(1601,465,'select_events',''),(1602,465,'_select_events','field_5e4fb8273c0b6'),(1603,465,'title_testimony','About '),(1604,465,'_title_testimony','field_5e4fbff6dea83'),(1605,465,'subtitle_testimony','What is this for?'),(1606,465,'_subtitle_testimony','field_5e4fbffedea84'),(1607,465,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1608,465,'_testimonials_page','field_5e58168a97eb0'),(1609,465,'banner_background_mobile','463'),(1610,465,'_banner_background_mobile','field_5e5fa8e7ae913'),(1611,465,'content_blocks_0_column_1','<header>\r\n<h3 class=\"bold\">Welcome to Watermark!</h3>\r\n<h4>Our Promise</h4>\r\n</header>Watermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.\r\n\r\n&nbsp;'),(1612,465,'_content_blocks_0_column_1','field_59d68213199f9'),(1613,465,'content_blocks_0_column_2','<img class=\"alignnone size-full wp-image-433\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-8.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1614,465,'_content_blocks_0_column_2','field_59d68226199fa'),(1615,465,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1616,465,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1617,465,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1618,465,'_content_blocks_1_column_70','field_59e50edf290ad'),(1619,465,'content_blocks_1_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.\r\n\r\n&nbsp;'),(1620,465,'_content_blocks_1_column_1','field_59d682a9199fc'),(1621,465,'content_blocks_1_column_2','<img class=\"alignnone size-medium wp-image-405\" src=\"https://watermark.labcp.co/app/uploads/2020/02/card-1-1-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />'),(1622,465,'_content_blocks_1_column_2','field_59d682ca199fd'),(1623,465,'content_blocks_2_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1624,465,'_content_blocks_2_column_1','field_59e50eeb290ae'),(1625,465,'content_blocks_2_column_2','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1626,465,'_content_blocks_2_column_2','field_59e50edf290ad'),(1633,466,'description_page_default','What content goes here?'),(1634,466,'_description_page_default','field_5e4fb7673be65'),(1635,466,'button_text_page_default','Go Here'),(1636,466,'_button_text_page_default','field_5e4fb7763be66'),(1637,466,'button_url_page_default','https://watermarkjourney.com/'),(1638,466,'_button_url_page_default','field_5e4fb7843be67'),(1639,466,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1640,466,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1641,466,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1642,466,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1643,466,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1644,466,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1645,466,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1646,466,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1647,466,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1648,466,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1649,466,'content_blocks','a:3:{i:0;s:9:\"columns-1\";i:1;s:10:\"columns-73\";i:2;s:10:\"columns-37\";}'),(1650,466,'_content_blocks','field_59d681f5199f8'),(1651,466,'select_events',''),(1652,466,'_select_events','field_5e4fb8273c0b6'),(1653,466,'title_testimony','About '),(1654,466,'_title_testimony','field_5e4fbff6dea83'),(1655,466,'subtitle_testimony','What is this for?'),(1656,466,'_subtitle_testimony','field_5e4fbffedea84'),(1657,466,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1658,466,'_testimonials_page','field_5e58168a97eb0'),(1659,466,'banner_background_mobile','463'),(1660,466,'_banner_background_mobile','field_5e5fa8e7ae913'),(1661,466,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1662,466,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1663,466,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1664,466,'_content_blocks_1_column_70','field_59e50edf290ad'),(1665,466,'content_blocks_1_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.\r\n\r\n&nbsp;'),(1666,466,'_content_blocks_1_column_1','field_59d682a9199fc'),(1667,466,'content_blocks_1_column_2','<img class=\"alignnone size-medium wp-image-405\" src=\"https://watermark.labcp.co/app/uploads/2020/02/card-1-1-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />'),(1668,466,'_content_blocks_1_column_2','field_59d682ca199fd'),(1669,466,'content_blocks_2_column_1','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1670,466,'_content_blocks_2_column_1','field_59e50eeb290ae'),(1671,466,'content_blocks_2_column_2','<header>\r\n<h3 class=\"bold\">Breathtaking Wedding Venues</h3>\r\n</header>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(1672,466,'_content_blocks_2_column_2','field_59e50edf290ad'),(1673,466,'content_blocks_0_column_1','Welcome to Watermark!\r\nOur Promise\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1674,466,'_content_blocks_0_column_1','field_59d682dd199ff'),(1680,205,'_content_blocks_2_column_2','field_59d682ca199fd'),(1681,205,'content_blocks_3_column_1','<img class=\"alignnone size-medium wp-image-471\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Full-Fleet-Banner-300x100.jpg\" alt=\"\" width=\"300\" height=\"100\" />'),(1682,205,'_content_blocks_3_column_1','field_59e50eeb290ae'),(1683,205,'content_blocks_3_column_2','<header>\r\n<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\n\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.\r\n\r\n</header>'),(1793,469,'banner_background','442'),(1684,205,'_content_blocks_3_column_2','field_59e50edf290ad'),(1685,205,'content_blocks_4_column_1','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1686,205,'_content_blocks_4_column_1','field_59d682a9199fc'),(1687,205,'content_blocks_4_column_2','<img class=\"alignnone size-medium wp-image-475\" src=\"https://watermark.labcp.co/app/uploads/2020/03/4-Mayor-Raven-1-300x200.jpg\" alt=\"Mayor &amp; Raven\" width=\"300\" height=\"200\" />'),(1688,205,'_content_blocks_4_column_2','field_59d682ca199fd'),(1689,467,'banner_background','442'),(1690,467,'_banner_background','field_5e4fb72e3be63'),(1691,467,'title_page_default','About Us'),(1692,467,'_title_page_default','field_5e4fb74e3be64'),(1693,467,'description_page_default','What content goes here?'),(1694,467,'_description_page_default','field_5e4fb7673be65'),(1695,467,'button_text_page_default','Go Here'),(1696,467,'_button_text_page_default','field_5e4fb7763be66'),(1697,467,'button_url_page_default','https://watermarkjourney.com/'),(1698,467,'_button_url_page_default','field_5e4fb7843be67'),(1699,467,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1700,467,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1701,467,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1702,467,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1703,467,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1704,467,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1705,467,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1706,467,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1707,467,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1708,467,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1709,467,'content_blocks','a:5:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:10:\"columns-73\";i:3;s:10:\"columns-37\";i:4;s:10:\"columns-73\";}'),(1710,467,'_content_blocks','field_59d681f5199f8'),(1711,467,'select_events',''),(1712,467,'_select_events','field_5e4fb8273c0b6'),(1713,467,'title_testimony','About '),(1714,467,'_title_testimony','field_5e4fbff6dea83'),(1715,467,'subtitle_testimony','What is this for?'),(1716,467,'_subtitle_testimony','field_5e4fbffedea84'),(1717,467,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1718,467,'_testimonials_page','field_5e58168a97eb0'),(1719,467,'banner_background_mobile','463'),(1720,467,'_banner_background_mobile','field_5e5fa8e7ae913'),(1721,467,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1722,467,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1723,467,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1724,467,'_content_blocks_1_column_70','field_59e50edf290ad'),(1725,467,'content_blocks_0_column_1','<h2>Welcome to Watermark!</h2>\r\n<h3>Our Promise</h3>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1726,467,'_content_blocks_0_column_1','field_59d682dd199ff'),(1727,467,'content_blocks_1_column_1','<h2>Origins—Progression—Today</h2>'),(1728,467,'_content_blocks_1_column_1','field_59d682dd199ff'),(1729,467,'content_blocks_2_column_1','<header>\r\n<h3 class=\"bold\">Origins</h3>\r\n<p class=\"bold\">Watermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.The company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.</p>\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.\r\n\r\n</header>'),(1730,467,'_content_blocks_2_column_1','field_59d682a9199fc'),(1731,467,'content_blocks_2_column_2','<img class=\"alignnone size-medium wp-image-405\" src=\"https://watermark.labcp.co/app/uploads/2020/02/card-1-1-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />'),(1732,467,'_content_blocks_2_column_2','field_59d682ca199fd'),(1733,467,'content_blocks_3_column_1',''),(1734,467,'_content_blocks_3_column_1','field_59e50eeb290ae'),(1735,467,'content_blocks_3_column_2','<header>\r\n<h3 class=\"bold\">Growth &amp; Progression</h3>\r\n<p class=\"bold\">In 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.</p>\r\n<p class=\"bold\">Over the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.</p>\r\n<p class=\"bold\">Founded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.</p>\r\n\r\n</header>'),(1736,467,'_content_blocks_3_column_2','field_59e50edf290ad'),(1737,467,'content_blocks_4_column_1','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1738,467,'_content_blocks_4_column_1','field_59d682a9199fc'),(1739,467,'content_blocks_4_column_2',''),(1740,467,'_content_blocks_4_column_2','field_59d682ca199fd'),(1741,468,'banner_background','442'),(1742,468,'_banner_background','field_5e4fb72e3be63'),(1743,468,'title_page_default','About Us'),(1744,468,'_title_page_default','field_5e4fb74e3be64'),(1745,468,'description_page_default','What content goes here?'),(1746,468,'_description_page_default','field_5e4fb7673be65'),(1747,468,'button_text_page_default','Go Here'),(1748,468,'_button_text_page_default','field_5e4fb7763be66'),(1749,468,'button_url_page_default','https://watermarkjourney.com/'),(1750,468,'_button_url_page_default','field_5e4fb7843be67'),(1751,468,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1752,468,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1753,468,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1754,468,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1755,468,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1756,468,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1757,468,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1758,468,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1759,468,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1760,468,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1761,468,'content_blocks','a:5:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:10:\"columns-73\";i:3;s:10:\"columns-37\";i:4;s:10:\"columns-73\";}'),(1762,468,'_content_blocks','field_59d681f5199f8'),(1763,468,'select_events',''),(1764,468,'_select_events','field_5e4fb8273c0b6'),(1765,468,'title_testimony','About '),(1766,468,'_title_testimony','field_5e4fbff6dea83'),(1767,468,'subtitle_testimony','What is this for?'),(1768,468,'_subtitle_testimony','field_5e4fbffedea84'),(1769,468,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1770,468,'_testimonials_page','field_5e58168a97eb0'),(1771,468,'banner_background_mobile','463'),(1772,468,'_banner_background_mobile','field_5e5fa8e7ae913'),(1773,468,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1774,468,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1775,468,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1776,468,'_content_blocks_1_column_70','field_59e50edf290ad'),(1777,468,'content_blocks_0_column_1','<h2>Welcome to Watermark!</h2>\r\n<h3>Our Promise</h3>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1778,468,'_content_blocks_0_column_1','field_59d682dd199ff'),(1779,468,'content_blocks_1_column_1','<h2>Origins—Progression—Today</h2>'),(1780,468,'_content_blocks_1_column_1','field_59d682dd199ff'),(1781,468,'content_blocks_2_column_1','<header>\r\n<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.The company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.\r\n\r\n</header>'),(1782,468,'_content_blocks_2_column_1','field_59d682a9199fc'),(1783,468,'content_blocks_2_column_2','<img class=\"alignnone size-medium wp-image-405\" src=\"https://watermark.labcp.co/app/uploads/2020/02/card-1-1-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />'),(1784,468,'_content_blocks_2_column_2','field_59d682ca199fd'),(1785,468,'content_blocks_3_column_1',''),(1786,468,'_content_blocks_3_column_1','field_59e50eeb290ae'),(1787,468,'content_blocks_3_column_2','<header>\r\n<h3>Growth &amp; Progression</h3>\r\n<p>In 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.</p>\r\n<p class=\"bold\">Over the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.</p>\r\n<p class=\"bold\">Founded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.</p>\r\n\r\n</header>'),(1788,468,'_content_blocks_3_column_2','field_59e50edf290ad'),(1789,468,'content_blocks_4_column_1','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1790,468,'_content_blocks_4_column_1','field_59d682a9199fc'),(1791,468,'content_blocks_4_column_2',''),(1792,468,'_content_blocks_4_column_2','field_59d682ca199fd'),(1794,469,'_banner_background','field_5e4fb72e3be63'),(1795,469,'title_page_default','About Us'),(1796,469,'_title_page_default','field_5e4fb74e3be64'),(1797,469,'description_page_default','What content goes here?'),(1798,469,'_description_page_default','field_5e4fb7673be65'),(1799,469,'button_text_page_default','Go Here'),(1800,469,'_button_text_page_default','field_5e4fb7763be66'),(1801,469,'button_url_page_default','https://watermarkjourney.com/'),(1802,469,'_button_url_page_default','field_5e4fb7843be67'),(1803,469,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1804,469,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1805,469,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1806,469,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1807,469,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1808,469,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1809,469,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1810,469,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1811,469,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1812,469,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1813,469,'content_blocks','a:5:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:10:\"columns-73\";i:3;s:10:\"columns-37\";i:4;s:10:\"columns-73\";}'),(1814,469,'_content_blocks','field_59d681f5199f8'),(1815,469,'select_events',''),(1816,469,'_select_events','field_5e4fb8273c0b6'),(1817,469,'title_testimony','About '),(1818,469,'_title_testimony','field_5e4fbff6dea83'),(1819,469,'subtitle_testimony','What is this for?'),(1820,469,'_subtitle_testimony','field_5e4fbffedea84'),(1821,469,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1822,469,'_testimonials_page','field_5e58168a97eb0'),(1823,469,'banner_background_mobile','463'),(1824,469,'_banner_background_mobile','field_5e5fa8e7ae913'),(1825,469,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1826,469,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1827,469,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1828,469,'_content_blocks_1_column_70','field_59e50edf290ad'),(1829,469,'content_blocks_0_column_1','<h2>Welcome to Watermark!</h2>\r\n<h3>Our Promise</h3>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1830,469,'_content_blocks_0_column_1','field_59d682dd199ff'),(1831,469,'content_blocks_1_column_1','<h2>Origins—Progression—Today</h2>'),(1832,469,'_content_blocks_1_column_1','field_59d682dd199ff'),(1833,469,'content_blocks_2_column_1','<header>\r\n<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.The company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.\r\n\r\n</header>'),(1834,469,'_content_blocks_2_column_1','field_59d682a9199fc'),(1835,469,'content_blocks_2_column_2','<img class=\"alignnone size-medium wp-image-405\" src=\"https://watermark.labcp.co/app/uploads/2020/02/card-1-1-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />'),(1836,469,'_content_blocks_2_column_2','field_59d682ca199fd'),(1837,469,'content_blocks_3_column_1',''),(1838,469,'_content_blocks_3_column_1','field_59e50eeb290ae'),(1839,469,'content_blocks_3_column_2','<header>\r\n<h3>Growth &amp; Progression</h3>\r\n<p>In 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.</p>\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.\r\n\r\n</header>'),(1840,469,'_content_blocks_3_column_2','field_59e50edf290ad'),(1841,469,'content_blocks_4_column_1','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1842,469,'_content_blocks_4_column_1','field_59d682a9199fc'),(1843,469,'content_blocks_4_column_2',''),(1844,469,'_content_blocks_4_column_2','field_59d682ca199fd'),(1845,205,'content_blocks_5_column_1','<h2>Awards</h2>\r\n<ul>\r\n 	<li>Best of Retail and Professional Services from What\'s Up? Annapolis - 2018</li>\r\n 	<li>Heritage Partnership Award from Four Rivers Heritage Area for Architrex. For Partnership with Historic Annapolis - 2018</li>\r\n 	<li>Youth Group Manager Claudette McDonald awarded Audrey Davenport Hospitality Person of the Year Award by the Maryland Tourism Coalition - 2018</li>\r\n 	<li>Heritage Partnership Award from Four Rivers Heritage Area for Architrex. For Partnership with Historic Annapolis - 2016</li>\r\n 	<li>Tourism Partnership Award from Maryland State Tourism Council for Architrex. For Partnership with Historic Annapolis - 2016</li>\r\n 	<li>Group Sales Manager Jennifer DeLancey awarded “New Professional of the Year” by the Maryland Tourism Coalition - 2014</li>\r\n 	<li>Director of Land Operations Heather Skipper awarded \"Heritage Professional of the Year\" by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2014</li>\r\n 	<li>United States Coast Guard Awards for Inspection Excellence - 2014</li>\r\n 	<li>Best Website Award for AnnapolisTours.com by the Maryland Tourism Coalition - 2013</li>\r\n 	<li>Tour Guide &amp; Annapolis Towne Crier Frederick Taylor awarded Interpreter of the Year by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2013</li>\r\n 	<li>Public/Private Initiative Award for partnership with United States Naval Academy to develop the War of 1812 walking tour: Seas, Lakes &amp; Bay by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2012</li>\r\n 	<li>Harbor Queen Campaign awarded for Continuing Campaign Promotion by Maryland Tourism Coalition - 2011</li>\r\n 	<li>Director of Land Operations Heather Skipper awarded Maryland Tourism Education Foundation award for Educational Development - 2011</li>\r\n 	<li>President Debbie Gosselin awarded Person of the Year by Maryland Tourism Coalition - 2010</li>\r\n 	<li>Tour Guide Mistress Meg Govan awarded Interpreter of the Year by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2010</li>\r\n 	<li>Company Security Officer Captain Dean Scarborough awarded Roger Murphy National Safety Award by Passenger Vessel Association - 2009</li>\r\n</ul>'),(1846,205,'_content_blocks_5_column_1','field_59d682dd199ff'),(1847,470,'banner_background','442'),(1848,470,'_banner_background','field_5e4fb72e3be63'),(1849,470,'title_page_default','About Us'),(1850,470,'_title_page_default','field_5e4fb74e3be64'),(1851,470,'description_page_default','What content goes here?'),(1852,470,'_description_page_default','field_5e4fb7673be65'),(1853,470,'button_text_page_default','Go Here'),(1854,470,'_button_text_page_default','field_5e4fb7763be66'),(1855,470,'button_url_page_default','https://watermarkjourney.com/'),(1856,470,'_button_url_page_default','field_5e4fb7843be67'),(1857,470,'content_blocks_0_full_width_column','<h2>Welcome to Watermark!</h2>\r\n<h2>Our Promise</h2>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1858,470,'_content_blocks_0_full_width_column','field_59d682dd199ff'),(1859,470,'content_blocks_1_full_width_column','<h2 style=\"text-align: center;\">Origins—Progression—Today</h2>'),(1860,470,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1861,470,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1862,470,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1863,470,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1864,470,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1865,470,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1866,470,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1867,470,'content_blocks','a:6:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:10:\"columns-73\";i:3;s:10:\"columns-37\";i:4;s:10:\"columns-73\";i:5;s:9:\"columns-1\";}'),(1868,470,'_content_blocks','field_59d681f5199f8'),(1869,470,'select_events',''),(1870,470,'_select_events','field_5e4fb8273c0b6'),(1871,470,'title_testimony','About '),(1872,470,'_title_testimony','field_5e4fbff6dea83'),(1873,470,'subtitle_testimony','What is this for?'),(1874,470,'_subtitle_testimony','field_5e4fbffedea84'),(1875,470,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1876,470,'_testimonials_page','field_5e58168a97eb0'),(1877,470,'banner_background_mobile','463'),(1878,470,'_banner_background_mobile','field_5e5fa8e7ae913'),(1879,470,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1880,470,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1881,470,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1882,470,'_content_blocks_1_column_70','field_59e50edf290ad'),(1883,470,'content_blocks_0_column_1','<h2>Welcome to Watermark!</h2>\r\n<h3>Our Promise</h3>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1884,470,'_content_blocks_0_column_1','field_59d682dd199ff'),(1885,470,'content_blocks_1_column_1','<h2>Origins—Progression—Today</h2>'),(1886,470,'_content_blocks_1_column_1','field_59d682dd199ff'),(1887,470,'content_blocks_2_column_1','<header>\r\n<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.The company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.\r\n\r\n</header>'),(1888,470,'_content_blocks_2_column_1','field_59d682a9199fc'),(1889,470,'content_blocks_2_column_2','<img class=\"alignnone size-medium wp-image-405\" src=\"https://watermark.labcp.co/app/uploads/2020/02/card-1-1-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />'),(1890,470,'_content_blocks_2_column_2','field_59d682ca199fd'),(1891,470,'content_blocks_3_column_1',''),(1892,470,'_content_blocks_3_column_1','field_59e50eeb290ae'),(1893,470,'content_blocks_3_column_2','<header>\r\n<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\n\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.\r\n\r\n</header>'),(1894,470,'_content_blocks_3_column_2','field_59e50edf290ad'),(1895,470,'content_blocks_4_column_1','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1896,470,'_content_blocks_4_column_1','field_59d682a9199fc'),(1897,470,'content_blocks_4_column_2',''),(1898,470,'_content_blocks_4_column_2','field_59d682ca199fd'),(1899,470,'content_blocks_5_column_1','<h2>Awards</h2>\r\n<ul>\r\n 	<li>Best of Retail and Professional Services from What\'s Up? Annapolis - 2018</li>\r\n 	<li>Heritage Partnership Award from Four Rivers Heritage Area for Architrex. For Partnership with Historic Annapolis - 2018</li>\r\n 	<li>Youth Group Manager Claudette McDonald awarded Audrey Davenport Hospitality Person of the Year Award by the Maryland Tourism Coalition - 2018</li>\r\n 	<li>Heritage Partnership Award from Four Rivers Heritage Area for Architrex. For Partnership with Historic Annapolis - 2016</li>\r\n 	<li>Tourism Partnership Award from Maryland State Tourism Council for Architrex. For Partnership with Historic Annapolis - 2016</li>\r\n 	<li>Group Sales Manager Jennifer DeLancey awarded “New Professional of the Year” by the Maryland Tourism Coalition - 2014</li>\r\n 	<li>Director of Land Operations Heather Skipper awarded \"Heritage Professional of the Year\" by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2014</li>\r\n 	<li>United States Coast Guard Awards for Inspection Excellence - 2014</li>\r\n 	<li>Best Website Award for AnnapolisTours.com by the Maryland Tourism Coalition - 2013</li>\r\n 	<li>Tour Guide &amp; Annapolis Towne Crier Frederick Taylor awarded Interpreter of the Year by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2013</li>\r\n 	<li>Public/Private Initiative Award for partnership with United States Naval Academy to develop the War of 1812 walking tour: Seas, Lakes &amp; Bay by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2012</li>\r\n 	<li>Harbor Queen Campaign awarded for Continuing Campaign Promotion by Maryland Tourism Coalition - 2011</li>\r\n 	<li>Director of Land Operations Heather Skipper awarded Maryland Tourism Education Foundation award for Educational Development - 2011</li>\r\n 	<li>President Debbie Gosselin awarded Person of the Year by Maryland Tourism Coalition - 2010</li>\r\n 	<li>Tour Guide Mistress Meg Govan awarded Interpreter of the Year by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2010</li>\r\n 	<li>Company Security Officer Captain Dean Scarborough awarded Roger Murphy National Safety Award by Passenger Vessel Association - 2009</li>\r\n</ul>'),(1900,470,'_content_blocks_5_column_1','field_59d682dd199ff'),(1901,471,'_wp_attached_file','2020/03/Full-Fleet-Banner.jpg'),(1902,471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2020/03/Full-Fleet-Banner.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Full-Fleet-Banner-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Full-Fleet-Banner-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:29:\"Full-Fleet-Banner-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:29:\"Full-Fleet-Banner-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:29:\"Full-Fleet-Banner-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:29:\"Full-Fleet-Banner-750x300.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:29:\"Full-Fleet-Banner-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(1915,474,'_wp_attachment_image_alt','Watermark Flag'),(1916,476,'_wp_attachment_image_alt','Old Lady Sarah'),(1933,479,'_content_blocks_1_full_width_column','field_59d682dd199ff'),(1934,479,'content_blocks_2_column_33','<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.\r\n\r\nThe company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.'),(1935,479,'_content_blocks_2_column_33','field_5cd3357aa7dac'),(1936,479,'content_blocks_2_column_33_2','<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.'),(1907,474,'_wp_attached_file','2020/03/WM-Flag-Banner-1800x803-1.jpg'),(1908,474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:714;s:4:\"file\";s:37:\"2020/03/WM-Flag-Banner-1800x803-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"WM-Flag-Banner-1800x803-1-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"WM-Flag-Banner-1800x803-1-1024x457.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"WM-Flag-Banner-1800x803-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:37:\"WM-Flag-Banner-1800x803-1-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"WM-Flag-Banner-1800x803-1-1536x685.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:37:\"WM-Flag-Banner-1800x803-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:37:\"WM-Flag-Banner-1800x803-1-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:38:\"WM-Flag-Banner-1800x803-1-1600x645.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:37:\"WM-Flag-Banner-1800x803-1-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:37:\"WM-Flag-Banner-1800x803-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"(c)Dave McIntosh\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Dave McIntosh\";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:{}}}'),(1909,475,'_wp_attached_file','2020/03/4-Mayor-Raven-1.jpg'),(1910,475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1255;s:6:\"height\";i:837;s:4:\"file\";s:27:\"2020/03/4-Mayor-Raven-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"4-Mayor-Raven-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"4-Mayor-Raven-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"4-Mayor-Raven-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:27:\"4-Mayor-Raven-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:27:\"4-Mayor-Raven-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:27:\"4-Mayor-Raven-1-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:28:\"4-Mayor-Raven-1-1255x645.jpg\";s:5:\"width\";i:1255;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:28:\"4-Mayor-Raven-1-1255x748.jpg\";s:5:\"width\";i:1255;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:27:\"4-Mayor-Raven-1-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:27:\"4-Mayor-Raven-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Wendy Hickok\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:24:\"Wendy Hickok Photography\";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:{}}}'),(1911,476,'_wp_attached_file','2020/03/Old-Lady-Sarah.png'),(1912,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2020/03/Old-Lady-Sarah.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Old-Lady-Sarah-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Old-Lady-Sarah-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Old-Lady-Sarah-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:26:\"Old-Lady-Sarah-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:26:\"Old-Lady-Sarah-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:26:\"Old-Lady-Sarah-500x290.png\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:27:\"Old-Lady-Sarah-1280x645.png\";s:5:\"width\";i:1280;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:26:\"Old-Lady-Sarah-750x380.png\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:26:\"Old-Lady-Sarah-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(1913,477,'_wp_attached_file','2020/03/4-Mayor-Raven-mobile-1.jpg'),(1914,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2020/03/4-Mayor-Raven-mobile-1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"4-Mayor-Raven-mobile-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"4-Mayor-Raven-mobile-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:34:\"4-Mayor-Raven-mobile-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:34:\"4-Mayor-Raven-mobile-1-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:34:\"4-Mayor-Raven-mobile-1-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:34:\"4-Mayor-Raven-mobile-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Wendy Hickok\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:24:\"Wendy Hickok Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1937,479,'_content_blocks_2_column_33_2','field_5cd3357aa7dad'),(1938,479,'content_blocks_2_column_33_3','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1939,479,'_content_blocks_2_column_33_3','field_5cd3357aa7dae'),(1940,479,'content_blocks','a:6:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:10:\"columns-73\";i:3;s:10:\"columns-37\";i:4;s:10:\"columns-73\";i:5;s:9:\"columns-1\";}'),(1941,479,'_content_blocks','field_59d681f5199f8'),(1942,479,'select_events',''),(1943,479,'_select_events','field_5e4fb8273c0b6'),(1944,479,'title_testimony','About '),(1945,479,'_title_testimony','field_5e4fbff6dea83'),(1946,479,'subtitle_testimony','What is this for?'),(1947,479,'_subtitle_testimony','field_5e4fbffedea84'),(1948,479,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(1949,479,'_testimonials_page','field_5e58168a97eb0'),(1950,479,'banner_background_mobile','478'),(1951,479,'_banner_background_mobile','field_5e5fa8e7ae913'),(1952,479,'content_blocks_1_column_30','<img class=\"alignnone size-full wp-image-429\" src=\"https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg\" alt=\"\" width=\"271\" height=\"260\" />'),(1953,479,'_content_blocks_1_column_30','field_59e50eeb290ae'),(1954,479,'content_blocks_1_column_70','<div>\r\n<div>&lt;article&gt;</div>\r\n<div>                &lt;header&gt;&lt;h3 class=\"bold\"&gt;Four Centuries Walking Tour&lt;/h3&gt;&lt;/header&gt;</div>\r\n<div>                &lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. &lt;/p&gt;</div>\r\n<div>                &lt;a href=\"#\" class=\"bt theme\"&gt;Learn More&lt;/a&gt;</div>\r\n<div>            &lt;/article&gt;</div>\r\n</div>'),(1955,479,'_content_blocks_1_column_70','field_59e50edf290ad'),(1956,479,'content_blocks_0_column_1','<h2>Welcome to Watermark!</h2>\r\n<h3>Our Promise</h3>\r\nWatermark immerses people in the history, culture and fun of the Chesapeake area more completely than any tour or charter company. Whether you want to learn or just enjoy, no one else offers so many ways to experience this special place, both by land and by water, in less than an hour or as long as you like. In fact, we originated the idea of giving our guests a truly authentic Chesapeake experience over thirty years ago. And our unique training program ensures that everyone in the company, from period-dressed tour guides to captains to event planners, are still the people that share that experience in the most interesting and exciting way.'),(1957,479,'_content_blocks_0_column_1','field_59d682dd199ff'),(1958,479,'content_blocks_1_column_1','<h2>Origins—Progression—Today</h2>'),(1959,479,'_content_blocks_1_column_1','field_59d682dd199ff'),(1960,479,'content_blocks_2_column_1','<header>\r\n<h3>Origins</h3>\r\nWatermark, originally Chesapeake Marine Tours, was founded by Ed Hartman. Mr. Hartman, an attorney by trade, had a love of boating and desire to invest in the local community. Chesapeake Marine Tours began by offering a single sightseeing cruise to St. Michael’s aboard Annapolitan in 1972. The cruise, Day on the Bay to St. Michaels, is still offered today.The company’s offerings expanded quickly to include 40-minute cruises of the Annapolis Harbor and the U.S Naval Academy shoreline as well as private charter service. The fleet inevitably grew; first, in 1973 the Annapolis landmark Harbor Queen was added. During the 1980s both Miss Anne and Miss Anne II were added and began providing tours of Spa Creek as they continue to do today. Over the years the fleet has changed; additions that remain today include Annapolitan II, Cabaret II in 1996, followed by Catherine Marie in 1999, Lady Sarah in 2005 and the most recent addition Raven in 2012.\r\n\r\nWatermark has been providing Water Taxi service in the harbor since the 1980s. Watermark presently has four modified Privateer hulls serving as taxis in the Annapolis Harbor, Eastport, Spa Creek and Back Creek. Locals and visitors alike find the Water Taxi a convenient, affordable and enjoyable way to journey across the Harbor.\r\n\r\n</header>'),(1961,479,'_content_blocks_2_column_1','field_59d682a9199fc'),(1962,479,'content_blocks_2_column_2','<img class=\"alignnone size-medium wp-image-476\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Old-Lady-Sarah-300x169.png\" alt=\"Old Lady Sarah\" width=\"300\" height=\"169\" />'),(1963,479,'_content_blocks_2_column_2','field_59d682ca199fd'),(1964,479,'content_blocks_3_column_1','<img class=\"alignnone size-medium wp-image-471\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Full-Fleet-Banner-300x100.jpg\" alt=\"\" width=\"300\" height=\"100\" />'),(1965,479,'_content_blocks_3_column_1','field_59e50eeb290ae'),(1966,479,'content_blocks_3_column_2','<header>\r\n<h3>Growth &amp; Progression</h3>\r\nIn 1999 Ed Hartman’s daughter, Debbie Gosselin purchased Watermark from her father. Having worked for the company since 1982, Ms. Gosselin had a vision of expanding and diversifying the public sightseeing cruises offered on the Chesapeake Bay and continuing the commitment to excellence in private charter service.\r\n\r\nOver the years, Watermark established itself as the central resource for locals, visitors, school groups, social groups and corporate clients alike. School groups, in particular, became familiar with Watermark as thousands of school-aged children stepped aboard Harbor Queen each year for their annual field-trip to Annapolis, Maryland. As a result of the many field trip opportunities, Watermark established a partnership early on with another Annapolis business, Three Centuries Tours.\r\n\r\nFounded in 1975 by Paula Fishback, Three Centuries Tours was created to provide more ways for people to learn and experience the rich history and heritage of Annapolis, Maryland. In 1979, Ms. Fishback introduced authentic colonial attire for all of her walking tour guides. The period dress proved to be a significant distinguishing selling point for the young company. After many years of working together providing unforgettable land and water experiences, the companies merged in 2004 creating Watermark, the provider of the complete Chesapeake Bay experience as it is known today.\r\n\r\nOn the water, Watermark expanded its sightseeing cruise and private charter offerings to the Baltimore Inner Harbor in 2009. Watermark’s tour guides are also available for step-on guide and concierge services in Baltimore city.\r\n\r\n</header>'),(1967,479,'_content_blocks_3_column_2','field_59e50edf290ad'),(1968,479,'content_blocks_4_column_1','<h3>Today</h3>\r\nWatermark’s range of offerings includes endless possibilities for private yacht charters, water taxi service, historical walking tours, ghost tours, a variety of public cruise options and special events. Longtime favorites like the company’s Harbor Queen cruises, Four Centuries Walking Tour and Baltimore Harbor Cruises on Annapolitan II stand side by side with newly developed experiences each season. Watermark is a leader in the regional hospitality industry and has many partnerships in the surrounding community. The company’s goal is providing uncompromised customer service during an authentic Chesapeake Bay experience and its deep involvement in the local business community and charitable efforts.'),(1969,479,'_content_blocks_4_column_1','field_59d682a9199fc'),(1970,479,'content_blocks_4_column_2','<img class=\"alignnone size-medium wp-image-475\" src=\"https://watermark.labcp.co/app/uploads/2020/03/4-Mayor-Raven-1-300x200.jpg\" alt=\"Mayor &amp; Raven\" width=\"300\" height=\"200\" />'),(1971,479,'_content_blocks_4_column_2','field_59d682ca199fd'),(1972,479,'content_blocks_5_column_1','<h2>Awards</h2>\r\n<ul>\r\n 	<li>Best of Retail and Professional Services from What\'s Up? Annapolis - 2018</li>\r\n 	<li>Heritage Partnership Award from Four Rivers Heritage Area for Architrex. For Partnership with Historic Annapolis - 2018</li>\r\n 	<li>Youth Group Manager Claudette McDonald awarded Audrey Davenport Hospitality Person of the Year Award by the Maryland Tourism Coalition - 2018</li>\r\n 	<li>Heritage Partnership Award from Four Rivers Heritage Area for Architrex. For Partnership with Historic Annapolis - 2016</li>\r\n 	<li>Tourism Partnership Award from Maryland State Tourism Council for Architrex. For Partnership with Historic Annapolis - 2016</li>\r\n 	<li>Group Sales Manager Jennifer DeLancey awarded “New Professional of the Year” by the Maryland Tourism Coalition - 2014</li>\r\n 	<li>Director of Land Operations Heather Skipper awarded \"Heritage Professional of the Year\" by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2014</li>\r\n 	<li>United States Coast Guard Awards for Inspection Excellence - 2014</li>\r\n 	<li>Best Website Award for AnnapolisTours.com by the Maryland Tourism Coalition - 2013</li>\r\n 	<li>Tour Guide &amp; Annapolis Towne Crier Frederick Taylor awarded Interpreter of the Year by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2013</li>\r\n 	<li>Public/Private Initiative Award for partnership with United States Naval Academy to develop the War of 1812 walking tour: Seas, Lakes &amp; Bay by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2012</li>\r\n 	<li>Harbor Queen Campaign awarded for Continuing Campaign Promotion by Maryland Tourism Coalition - 2011</li>\r\n 	<li>Director of Land Operations Heather Skipper awarded Maryland Tourism Education Foundation award for Educational Development - 2011</li>\r\n 	<li>President Debbie Gosselin awarded Person of the Year by Maryland Tourism Coalition - 2010</li>\r\n 	<li>Tour Guide Mistress Meg Govan awarded Interpreter of the Year by Four Rivers: The Heritage Area of Annapolis, London Town &amp; South County - 2010</li>\r\n 	<li>Company Security Officer Captain Dean Scarborough awarded Roger Murphy National Safety Award by Passenger Vessel Association - 2009</li>\r\n</ul>'),(1973,479,'_content_blocks_5_column_1','field_59d682dd199ff'),(1974,480,'_edit_lock','1583868714:2'),(1975,480,'_edit_last','3'),(1976,480,'_wp_page_template','default'),(1977,480,'banner_background','482'),(1978,480,'_banner_background','field_5e4fb72e3be63'),(1979,480,'banner_background_mobile','483'),(1980,480,'_banner_background_mobile','field_5e5fa8e7ae913'),(1981,480,'title_page_default','Directions & Parking'),(1982,480,'_title_page_default','field_5e4fb74e3be64'),(1983,480,'description_page_default','Need content here'),(1984,480,'_description_page_default','field_5e4fb7673be65'),(1985,480,'content_blocks_0_column_1','<h2>Annapolis</h2>\r\nAnnapolis Cruises (unless otherwise noted) depart from Annapolis City Dock.  Look for our red umbrella at the end of the dock.\r\n\r\nGPS Address: (address should be clickable and take them to mobile maps)\r\n<a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184702000\">1 Dock Street, </a><a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184703000\">Annapolis, MD 21401</a>\r\n\r\nAll Watermark Annapolis Walking Tours (unless otherwise noted) depart from Market Space Park\r\n\r\nGPS Address for Walking Tours:\r\n<a href=\"https://goo.gl/maps/JYD5YG6xTahWbEXi7\" target=\"_blank\" rel=\"noopener\">25 Market Space, Annapolis, MD 21401</a>\r\n<h3>To Annapolis City Dock</h3>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East towards Annapolis.</li>\r\n 	<li>From 695 (Baltimore Beltway) take Route 97 South, merge onto Route 50 East towards Annapolis and Bay Bridge.</li>\r\n 	<li>Exit 24 is Rowe Blvd. (MD 70). There are signs saying to downtown historic Annapolis. Exit to the right, following the Annapolis signs.</li>\r\n 	<li>Stay on Rowe Blvd. Stay in far right lane. Veer right onto Calvert Street. At the traffic light go straight onto Northwest Street. At the next light turn right onto Church Circle. Turn right and enter into the traffic circle.</li>\r\n 	<li>Exit circle onto Duke of Gloucester Street, which is one way. Proceed through first traffic light and turn left onto Green Street.</li>\r\n 	<li>At bottom of Green Street, you are in downtown Annapolis. Follow the traffic around the traffic circle and head straight towards Stevens Hardware.</li>\r\n 	<li>Turn right on Dock Street. Annapolis City Dock is located at the end of Dock Street.Additional information can be found on <a href=\"http://www.AnnapolisParking.com\">www.AnnapolisParking.com</a></li>\r\n</ul>\r\n<h3>For Buses:</h3>\r\nPlease refer to your contract for parking, loading, and unloading locations. Buses may neither wait nor park in downtown Annapolis.\r\n\r\n<strong>To Susan Campbell Park at City Dock:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards Annapolis</li>\r\n 	<li>From Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following street to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through 3 traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn right onto College and enter Church Circle staying in the right lane.</li>\r\n 	<li>Follow circle and exit onto Duke of Gloucester Street (one-way). Go several blocks and turn left onto St. Mary’s Street.</li>\r\n 	<li>At the end of St. Mary’s Street, turn left onto Compromise Street.</li>\r\n 	<li>At the traffic circle ahead, stay in the right lane and turn right onto Dock Street. There is a 10-minute loading/unloading zone for buses at the end of Dock Street.</li>\r\n</ul>\r\n<strong>To College Avenue Bus Kiosk:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards AnnapolisFrom Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following streets to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through (3) traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn left onto College Ave and pull over to the right side of the road near the bus kiosk.</li>\r\n</ul>\r\n<h3>Parking Vouchers</h3>\r\n**$2 Parking at Park Place: We are happy to offer our customers parking vouchers that are valid at Park Place Garage, near the Westin Hotel. The white Circulator van picks up guests right outside the pedestrian exit from the parking garage. Ride the Circulator from Park Place to the bottom of Main Street. When you arrive at the Dock, ask our ticket booth agents for a parking pass to receive the discounted rate. Please note: Park Place Garage is the ONLY garage that accepts these vouchers. <a href=\"https://www.annapolisparking.com/circulator-alternative-transportation/\" target=\"_blank\" rel=\"noopener\">Additional information on the circulator.</a>\r\n\r\n<hr />\r\n\r\n<h2>Baltimore</h2>\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor\r\n\r\nGPS Locater Address: (link to mobile phones map)\r\n<a href=\"https://goo.gl/maps/SLyqaeBBgcNECZLG7\" target=\"_blank\" rel=\"noopener\">555 Light Street, Baltimore, MD 21202</a>\r\n\r\nWatermark’s Baltimore Harbor Cruises are conveniently located at Baltimore\'s Inner Harbor in downtown Baltimore.\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor. Look for our Red Umbrella, directly across from Rita’s Italian Ice.\r\n<h3>Parking Vouchers</h3>\r\nThere is limited space available but we validate tickets from the Royal Sonesta Harbor Court Garage [30 E Lee Street] located under the Royal Sonesta Hotel for $10 parking. Please ask for your validation voucher when checking in for your cruise. Enter on Lee Street from Light Street.\r\nOther parking lots available around the West End of Baltimore. Parking lots and metered spaces on Light Street and Key Highway are within walking distance of the Maryland Science Center. Metered spaces along Light Street are also available.\r\nAdditional Downtown Parking information can be found from Visit Baltimore. (change text to “here”)\r\n<h3>Directions:</h3>\r\nThe Light Street Finger piers are accessible from I-95 and I-295 from the south, I-95 and I-83 from the north, and I-70 to the west. Light rail and MARC Trains stop at Camden Yards, only three blocks away from the Finger Piers and Watermark. When you get to the Light Street Finger Piers (between the Maryland Science Center and the Baltimore Visitor Center), look for the Big Red Boat and the Red Watermark Flags (we’re just a few steps from Rita’s Italian Ice kiosk).\r\n<h3>Bus Parking in Baltimore</h3>\r\n<strong>Baltimore Bus Drop-off and Pick-up Options</strong>\r\n\r\n<strong>Light Street Finger Piers</strong> (between the Baltimore Science Center and the Visitors Center (between E. Conway Street and E. Lee Street)).\r\nLoading &amp; unloading is ONLY permitted in the Area 1-Light Street Parking Lot on the Inner Harbor’s west shore, on the northbound side. Buses are NOT permitted to load or unload at the curb on Light Street. Buses may neither wait nor park in the Inner Harbor Area.\r\nBaltimore Bus Parking\r\n\r\n<strong>Baltimore City Motorcoach</strong> Parking Facility at 1100 James Street behind the B&amp;O Railroad Museum. There is a $5/hour fee, $25/per 12 hour period, $35/per 24 hour period. <a href=\"https://www.baltimoreparking.com/bus-parking/\" target=\"_blank\" rel=\"noopener\">Additional information on bus parking.</a>'),(1986,480,'_content_blocks_0_column_1','field_59d682dd199ff'),(1987,480,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(1988,480,'_content_blocks','field_59d681f5199f8'),(1989,480,'select_events',''),(1990,480,'_select_events','field_5e4fb8273c0b6'),(1991,480,'title_testimony',''),(1992,480,'_title_testimony','field_5e4fbff6dea83'),(1993,480,'subtitle_testimony',''),(1994,480,'_subtitle_testimony','field_5e4fbffedea84'),(1995,480,'testimonials_page',''),(1996,480,'_testimonials_page','field_5e58168a97eb0'),(1997,481,'banner_background',''),(1998,481,'_banner_background','field_5e4fb72e3be63'),(1999,481,'banner_background_mobile',''),(2000,481,'_banner_background_mobile','field_5e5fa8e7ae913'),(2001,481,'title_page_default',''),(2002,481,'_title_page_default','field_5e4fb74e3be64'),(2003,481,'description_page_default',''),(2004,481,'_description_page_default','field_5e4fb7673be65'),(2005,481,'content_blocks_0_column_1','<h2>Annapolis</h2>\r\nAnnapolis Cruises (unless otherwise noted) depart from Annapolis City Dock.  Look for our Red umbrella at the end of the dock.\r\n\r\nGPS Address: (address should be clickable and take them to mobile maps)\r\n\r\n<a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184702000\">1 Dock Street, </a><a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184703000\">Annapolis, MD 21401</a>\r\n\r\nAll Watermark Annapolis Walking Tours (unless otherwise noted) depart from Market Space Park\r\n\r\nGPS Address for Walking Tours:\r\n\r\n25 Market Space, Annapolis, MD 21401\r\n<h3>To Annapolis City Dock</h3>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East towards Annapolis.</li>\r\n 	<li>From 695 (Baltimore Beltway) take Route 97 South, merge onto Route 50 East towards Annapolis and Bay Bridge.</li>\r\n 	<li>Exit 24 is Rowe Blvd. (MD 70). There are signs saying to downtown historic Annapolis. Exit to the right, following the Annapolis signs.</li>\r\n 	<li>Stay on Rowe Blvd. Stay in far right lane. Veer right onto Calvert Street. At the traffic light go straight onto Northwest Street. At the next light turn right onto Church Circle. Turn right and enter into the traffic circle.</li>\r\n 	<li>Exit circle onto Duke of Gloucester Street, which is one way. Proceed through first traffic light and turn left onto Green Street.</li>\r\n 	<li>At bottom of Green Street, you are in downtown Annapolis. Follow the traffic around the traffic circle and head straight towards Stevens Hardware.</li>\r\n 	<li>Turn right on Dock Street. Annapolis City Dock is located at the end of Dock Street.Additional information can be found on <a href=\"http://www.AnnapolisParking.com\">www.AnnapolisParking.com</a></li>\r\n</ul>\r\n<h3>For Buses:</h3>\r\nPlease refer to your contract for parking, loading, and unloading locations. Buses may neither wait nor park in downtown Annapolis.\r\n\r\n<strong>To Susan Campbell Park at City Dock:</strong>\r\n\r\nFrom 495 (Washington Beltway) take Route 50 East Towards Annapolis\r\n\r\nFrom Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge\r\n\r\nTake Exit 24 (Rowe Blvd). Exit to the right following street to downtown\r\n\r\nStay on Rowe Boulevard in the left lane. Go through 3 traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn right onto College and enter Church Circle staying in the right lane.\r\n\r\nFollow circle and exit onto Duke of Gloucester Street (one-way). Go several blocks and turn left onto St. Mary’s Street.\r\n\r\nAt the end of St. Mary’s Street, turn left onto Compromise Street.\r\n\r\nAt the traffic circle ahead, stay in the right lane and turn right onto Dock Street. There is a 10-minute loading/unloading zone for buses at the end of Dock Street.\r\n\r\n<strong>To College Avenue Bus Kiosk:</strong>\r\n\r\nFrom 495 (Washington Beltway) take Route 50 East Towards AnnapolisFrom Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge\r\n\r\nTake Exit 24 (Rowe Blvd). Exit to the right following streets to downtown\r\n\r\nStay on Rowe Boulevard in the left lane. Go through (3) traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn left onto College Ave and pull over to the right side of the road near the bus kiosk.\r\n<h3>Parking Vouchers</h3>\r\n**$2 Parking at Park Place: We are happy to offer our customers parking vouchers that are valid at Park Place Garage, near the Westin Hotel. The white Circulator van picks up guests right outside the pedestrian exit from the parking garage. Ride the Circulator from Park Place to the bottom of Main Street. When you arrive at the Dock, ask our ticket booth agents for a parking pass to receive the discounted rate. Please note: Park Place Garage is the ONLY garage that accepts these vouchers. <a href=\"https://www.annapolisparking.com/circulator-alternative-transportation/\" target=\"_blank\" rel=\"noopener\">Additional information on the circulator.</a>'),(2006,481,'_content_blocks_0_column_1','field_59d682dd199ff'),(2007,481,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(2008,481,'_content_blocks','field_59d681f5199f8'),(2009,481,'select_events',''),(2010,481,'_select_events','field_5e4fb8273c0b6'),(2011,481,'title_testimony',''),(2012,481,'_title_testimony','field_5e4fbff6dea83'),(2013,481,'subtitle_testimony',''),(2014,481,'_subtitle_testimony','field_5e4fbffedea84'),(2015,481,'testimonials_page',''),(2016,481,'_testimonials_page','field_5e58168a97eb0'),(2017,482,'_wp_attached_file','2020/03/Ticket-Stand_Red-Umbrella.jpg'),(2018,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1254;s:6:\"height\";i:837;s:4:\"file\";s:37:\"2020/03/Ticket-Stand_Red-Umbrella.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Ticket-Stand_Red-Umbrella-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Ticket-Stand_Red-Umbrella-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Ticket-Stand_Red-Umbrella-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Ticket-Stand_Red-Umbrella-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:37:\"Ticket-Stand_Red-Umbrella-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:37:\"Ticket-Stand_Red-Umbrella-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:38:\"Ticket-Stand_Red-Umbrella-1254x645.jpg\";s:5:\"width\";i:1254;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:38:\"Ticket-Stand_Red-Umbrella-1254x748.jpg\";s:5:\"width\";i:1254;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:37:\"Ticket-Stand_Red-Umbrella-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:37:\"Ticket-Stand_Red-Umbrella-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(2019,483,'_wp_attached_file','2020/03/m-Ticket-Stand_Red-Umbrella.jpg'),(2020,483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:501;s:4:\"file\";s:39:\"2020/03/m-Ticket-Stand_Red-Umbrella.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"m-Ticket-Stand_Red-Umbrella-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"m-Ticket-Stand_Red-Umbrella-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:39:\"m-Ticket-Stand_Red-Umbrella-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:39:\"m-Ticket-Stand_Red-Umbrella-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:39:\"m-Ticket-Stand_Red-Umbrella-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:39:\"m-Ticket-Stand_Red-Umbrella-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2021,483,'_wp_attachment_image_alt','Ticket Stand'),(2022,482,'_wp_attachment_image_alt','Ticket Stand'),(2023,484,'banner_background','482'),(2024,484,'_banner_background','field_5e4fb72e3be63'),(2025,484,'banner_background_mobile','483'),(2026,484,'_banner_background_mobile','field_5e5fa8e7ae913'),(2027,484,'title_page_default','Directions & Parking'),(2028,484,'_title_page_default','field_5e4fb74e3be64'),(2029,484,'description_page_default','Need content here'),(2030,484,'_description_page_default','field_5e4fb7673be65'),(2031,484,'content_blocks_0_column_1','<h2>Annapolis</h2>\r\nAnnapolis Cruises (unless otherwise noted) depart from Annapolis City Dock.  Look for our Red umbrella at the end of the dock.\r\n\r\nGPS Address: (address should be clickable and take them to mobile maps)\r\n\r\n<a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184702000\">1 Dock Street, </a><a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184703000\">Annapolis, MD 21401</a>\r\n\r\nAll Watermark Annapolis Walking Tours (unless otherwise noted) depart from Market Space Park\r\n\r\nGPS Address for Walking Tours:\r\n\r\n25 Market Space, Annapolis, MD 21401\r\n<h3>To Annapolis City Dock</h3>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East towards Annapolis.</li>\r\n 	<li>From 695 (Baltimore Beltway) take Route 97 South, merge onto Route 50 East towards Annapolis and Bay Bridge.</li>\r\n 	<li>Exit 24 is Rowe Blvd. (MD 70). There are signs saying to downtown historic Annapolis. Exit to the right, following the Annapolis signs.</li>\r\n 	<li>Stay on Rowe Blvd. Stay in far right lane. Veer right onto Calvert Street. At the traffic light go straight onto Northwest Street. At the next light turn right onto Church Circle. Turn right and enter into the traffic circle.</li>\r\n 	<li>Exit circle onto Duke of Gloucester Street, which is one way. Proceed through first traffic light and turn left onto Green Street.</li>\r\n 	<li>At bottom of Green Street, you are in downtown Annapolis. Follow the traffic around the traffic circle and head straight towards Stevens Hardware.</li>\r\n 	<li>Turn right on Dock Street. Annapolis City Dock is located at the end of Dock Street.Additional information can be found on <a href=\"http://www.AnnapolisParking.com\">www.AnnapolisParking.com</a></li>\r\n</ul>\r\n<h3>For Buses:</h3>\r\nPlease refer to your contract for parking, loading, and unloading locations. Buses may neither wait nor park in downtown Annapolis.\r\n\r\n<strong>To Susan Campbell Park at City Dock:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards Annapolis</li>\r\n 	<li>From Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following street to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through 3 traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn right onto College and enter Church Circle staying in the right lane.</li>\r\n 	<li>Follow circle and exit onto Duke of Gloucester Street (one-way). Go several blocks and turn left onto St. Mary’s Street.</li>\r\n 	<li>At the end of St. Mary’s Street, turn left onto Compromise Street.</li>\r\n 	<li>At the traffic circle ahead, stay in the right lane and turn right onto Dock Street. There is a 10-minute loading/unloading zone for buses at the end of Dock Street.</li>\r\n</ul>\r\n<strong>To College Avenue Bus Kiosk:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards AnnapolisFrom Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following streets to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through (3) traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn left onto College Ave and pull over to the right side of the road near the bus kiosk.</li>\r\n</ul>\r\n<h3>Parking Vouchers</h3>\r\n**$2 Parking at Park Place: We are happy to offer our customers parking vouchers that are valid at Park Place Garage, near the Westin Hotel. The white Circulator van picks up guests right outside the pedestrian exit from the parking garage. Ride the Circulator from Park Place to the bottom of Main Street. When you arrive at the Dock, ask our ticket booth agents for a parking pass to receive the discounted rate. Please note: Park Place Garage is the ONLY garage that accepts these vouchers. <a href=\"https://www.annapolisparking.com/circulator-alternative-transportation/\" target=\"_blank\" rel=\"noopener\">Additional information on the circulator.</a>\r\n\r\n<hr />\r\n\r\n<h2>Baltimore</h2>\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor\r\n\r\nGPS Locater Address: (link to mobile phones map)\r\n555 Light Street, Baltimore, MD 21202\r\n\r\nWatermark’s Baltimore Harbor Cruises are conveniently located at Baltimore\'s Inner Harbor in downtown Baltimore.\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor. Look for our Red Umbrella, directly across from Rita’s Italian Ice.\r\n<h3>Parking Vouchers</h3>\r\nThere is limited space available but we validate tickets from the Royal Sonesta Harbor Court Garage [30 E Lee Street] located under the Royal Sonesta Hotel for $10 parking. Please ask for your validation voucher when checking in for your cruise. Enter on Lee Street from Light Street.\r\nOther parking lots available around the West End of Baltimore. Parking lots and metered spaces on Light Street and Key Highway are within walking distance of the Maryland Science Center. Metered spaces along Light Street are also available.\r\nAdditional Downtown Parking information can be found from Visit Baltimore. (change text to “here”)\r\n<h3>Directions:</h3>\r\nThe Light Street Finger piers are accessible from I-95 and I-295 from the south, I-95 and I-83 from the north, and I-70 to the west. Light rail and MARC Trains stop at Camden Yards, only three blocks away from the Finger Piers and Watermark. When you get to the Light Street Finger Piers (between the Maryland Science Center and the Baltimore Visitor Center), look for the Big Red Boat and the Red Watermark Flags (we’re just a few steps from Rita’s Italian Ice kiosk).\r\n<h3>Bus Parking in Baltimore</h3>\r\n<strong>Baltimore Bus Drop-off and Pick-up Options</strong>\r\n<strong>Light Street Finger Piers</strong> (between the Baltimore Science Center and the Visitors Center (between E. Conway Street and E. Lee Street)).\r\nLoading &amp; unloading is ONLY permitted in the Area 1-Light Street Parking Lot on the Inner Harbor’s west shore, on the northbound side. Buses are NOT permitted to load or unload at the curb on Light Street. Buses may neither wait nor park in the Inner Harbor Area.\r\nBaltimore Bus Parking\r\n\r\n<strong>Baltimore City Motorcoach</strong> Parking Facility at 1100 James Street behind the B&amp;O Railroad Museum. There is a $5/hour fee, $25/per 12 hour period, $35/per 24 hour period. <a href=\"https://www.baltimoreparking.com/bus-parking/\" target=\"_blank\" rel=\"noopener\">Additional information on bus parking.</a>'),(2032,484,'_content_blocks_0_column_1','field_59d682dd199ff'),(2033,484,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(2034,484,'_content_blocks','field_59d681f5199f8'),(2035,484,'select_events',''),(2036,484,'_select_events','field_5e4fb8273c0b6'),(2037,484,'title_testimony',''),(2038,484,'_title_testimony','field_5e4fbff6dea83'),(2039,484,'subtitle_testimony',''),(2040,484,'_subtitle_testimony','field_5e4fbffedea84'),(2041,484,'testimonials_page',''),(2042,484,'_testimonials_page','field_5e58168a97eb0'),(2043,485,'banner_background','482'),(2044,485,'_banner_background','field_5e4fb72e3be63'),(2045,485,'banner_background_mobile','483'),(2046,485,'_banner_background_mobile','field_5e5fa8e7ae913'),(2047,485,'title_page_default','Directions & Parking'),(2048,485,'_title_page_default','field_5e4fb74e3be64'),(2049,485,'description_page_default','Need content here'),(2050,485,'_description_page_default','field_5e4fb7673be65'),(2051,485,'content_blocks_0_column_1','<h2>Annapolis</h2>\r\nAnnapolis Cruises (unless otherwise noted) depart from Annapolis City Dock.  Look for our Red umbrella at the end of the dock.\r\n\r\nGPS Address: (address should be clickable and take them to mobile maps)\r\n\r\n<a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184702000\">1 Dock Street, </a><a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184703000\">Annapolis, MD 21401</a>\r\n\r\nAll Watermark Annapolis Walking Tours (unless otherwise noted) depart from Market Space Park\r\n\r\nGPS Address for Walking Tours:\r\n\r\n<a href=\"https://goo.gl/maps/JYD5YG6xTahWbEXi7\" target=\"_blank\" rel=\"noopener\">25 Market Space, Annapolis, MD 21401</a>\r\n<h3>To Annapolis City Dock</h3>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East towards Annapolis.</li>\r\n 	<li>From 695 (Baltimore Beltway) take Route 97 South, merge onto Route 50 East towards Annapolis and Bay Bridge.</li>\r\n 	<li>Exit 24 is Rowe Blvd. (MD 70). There are signs saying to downtown historic Annapolis. Exit to the right, following the Annapolis signs.</li>\r\n 	<li>Stay on Rowe Blvd. Stay in far right lane. Veer right onto Calvert Street. At the traffic light go straight onto Northwest Street. At the next light turn right onto Church Circle. Turn right and enter into the traffic circle.</li>\r\n 	<li>Exit circle onto Duke of Gloucester Street, which is one way. Proceed through first traffic light and turn left onto Green Street.</li>\r\n 	<li>At bottom of Green Street, you are in downtown Annapolis. Follow the traffic around the traffic circle and head straight towards Stevens Hardware.</li>\r\n 	<li>Turn right on Dock Street. Annapolis City Dock is located at the end of Dock Street.Additional information can be found on <a href=\"http://www.AnnapolisParking.com\">www.AnnapolisParking.com</a></li>\r\n</ul>\r\n<h3>For Buses:</h3>\r\nPlease refer to your contract for parking, loading, and unloading locations. Buses may neither wait nor park in downtown Annapolis.\r\n\r\n<strong>To Susan Campbell Park at City Dock:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards Annapolis</li>\r\n 	<li>From Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following street to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through 3 traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn right onto College and enter Church Circle staying in the right lane.</li>\r\n 	<li>Follow circle and exit onto Duke of Gloucester Street (one-way). Go several blocks and turn left onto St. Mary’s Street.</li>\r\n 	<li>At the end of St. Mary’s Street, turn left onto Compromise Street.</li>\r\n 	<li>At the traffic circle ahead, stay in the right lane and turn right onto Dock Street. There is a 10-minute loading/unloading zone for buses at the end of Dock Street.</li>\r\n</ul>\r\n<strong>To College Avenue Bus Kiosk:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards AnnapolisFrom Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following streets to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through (3) traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn left onto College Ave and pull over to the right side of the road near the bus kiosk.</li>\r\n</ul>\r\n<h3>Parking Vouchers</h3>\r\n**$2 Parking at Park Place: We are happy to offer our customers parking vouchers that are valid at Park Place Garage, near the Westin Hotel. The white Circulator van picks up guests right outside the pedestrian exit from the parking garage. Ride the Circulator from Park Place to the bottom of Main Street. When you arrive at the Dock, ask our ticket booth agents for a parking pass to receive the discounted rate. Please note: Park Place Garage is the ONLY garage that accepts these vouchers. <a href=\"https://www.annapolisparking.com/circulator-alternative-transportation/\" target=\"_blank\" rel=\"noopener\">Additional information on the circulator.</a>\r\n\r\n<hr />\r\n\r\n<h2>Baltimore</h2>\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor\r\n\r\nGPS Locater Address: (link to mobile phones map)\r\n555 Light Street, Baltimore, MD 21202\r\n\r\nWatermark’s Baltimore Harbor Cruises are conveniently located at Baltimore\'s Inner Harbor in downtown Baltimore.\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor. Look for our Red Umbrella, directly across from Rita’s Italian Ice.\r\n<h3>Parking Vouchers</h3>\r\nThere is limited space available but we validate tickets from the Royal Sonesta Harbor Court Garage [30 E Lee Street] located under the Royal Sonesta Hotel for $10 parking. Please ask for your validation voucher when checking in for your cruise. Enter on Lee Street from Light Street.\r\nOther parking lots available around the West End of Baltimore. Parking lots and metered spaces on Light Street and Key Highway are within walking distance of the Maryland Science Center. Metered spaces along Light Street are also available.\r\nAdditional Downtown Parking information can be found from Visit Baltimore. (change text to “here”)\r\n<h3>Directions:</h3>\r\nThe Light Street Finger piers are accessible from I-95 and I-295 from the south, I-95 and I-83 from the north, and I-70 to the west. Light rail and MARC Trains stop at Camden Yards, only three blocks away from the Finger Piers and Watermark. When you get to the Light Street Finger Piers (between the Maryland Science Center and the Baltimore Visitor Center), look for the Big Red Boat and the Red Watermark Flags (we’re just a few steps from Rita’s Italian Ice kiosk).\r\n<h3>Bus Parking in Baltimore</h3>\r\n<strong>Baltimore Bus Drop-off and Pick-up Options</strong>\r\n<strong>Light Street Finger Piers</strong> (between the Baltimore Science Center and the Visitors Center (between E. Conway Street and E. Lee Street)).\r\nLoading &amp; unloading is ONLY permitted in the Area 1-Light Street Parking Lot on the Inner Harbor’s west shore, on the northbound side. Buses are NOT permitted to load or unload at the curb on Light Street. Buses may neither wait nor park in the Inner Harbor Area.\r\nBaltimore Bus Parking\r\n\r\n<strong>Baltimore City Motorcoach</strong> Parking Facility at 1100 James Street behind the B&amp;O Railroad Museum. There is a $5/hour fee, $25/per 12 hour period, $35/per 24 hour period. <a href=\"https://www.baltimoreparking.com/bus-parking/\" target=\"_blank\" rel=\"noopener\">Additional information on bus parking.</a>'),(2052,485,'_content_blocks_0_column_1','field_59d682dd199ff'),(2053,485,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(2054,485,'_content_blocks','field_59d681f5199f8'),(2055,485,'select_events',''),(2056,485,'_select_events','field_5e4fb8273c0b6'),(2057,485,'title_testimony',''),(2058,485,'_title_testimony','field_5e4fbff6dea83'),(2059,485,'subtitle_testimony',''),(2060,485,'_subtitle_testimony','field_5e4fbffedea84'),(2061,485,'testimonials_page',''),(2062,485,'_testimonials_page','field_5e58168a97eb0'),(2063,486,'banner_background','482'),(2064,486,'_banner_background','field_5e4fb72e3be63'),(2065,486,'banner_background_mobile','483'),(2066,486,'_banner_background_mobile','field_5e5fa8e7ae913'),(2067,486,'title_page_default','Directions & Parking'),(2068,486,'_title_page_default','field_5e4fb74e3be64'),(2069,486,'description_page_default','Need content here'),(2070,486,'_description_page_default','field_5e4fb7673be65'),(2071,486,'content_blocks_0_column_1','<h2>Annapolis</h2>\r\nAnnapolis Cruises (unless otherwise noted) depart from Annapolis City Dock.  Look for our red umbrella at the end of the dock.\r\n\r\nGPS Address: (address should be clickable and take them to mobile maps)\r\n<a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184702000\">1 Dock Street, </a><a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184703000\">Annapolis, MD 21401</a>\r\n\r\nAll Watermark Annapolis Walking Tours (unless otherwise noted) depart from Market Space Park\r\n\r\nGPS Address for Walking Tours:\r\n<a href=\"https://goo.gl/maps/JYD5YG6xTahWbEXi7\" target=\"_blank\" rel=\"noopener\">25 Market Space, Annapolis, MD 21401</a>\r\n<h3>To Annapolis City Dock</h3>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East towards Annapolis.</li>\r\n 	<li>From 695 (Baltimore Beltway) take Route 97 South, merge onto Route 50 East towards Annapolis and Bay Bridge.</li>\r\n 	<li>Exit 24 is Rowe Blvd. (MD 70). There are signs saying to downtown historic Annapolis. Exit to the right, following the Annapolis signs.</li>\r\n 	<li>Stay on Rowe Blvd. Stay in far right lane. Veer right onto Calvert Street. At the traffic light go straight onto Northwest Street. At the next light turn right onto Church Circle. Turn right and enter into the traffic circle.</li>\r\n 	<li>Exit circle onto Duke of Gloucester Street, which is one way. Proceed through first traffic light and turn left onto Green Street.</li>\r\n 	<li>At bottom of Green Street, you are in downtown Annapolis. Follow the traffic around the traffic circle and head straight towards Stevens Hardware.</li>\r\n 	<li>Turn right on Dock Street. Annapolis City Dock is located at the end of Dock Street.Additional information can be found on <a href=\"http://www.AnnapolisParking.com\">www.AnnapolisParking.com</a></li>\r\n</ul>\r\n<h3>For Buses:</h3>\r\nPlease refer to your contract for parking, loading, and unloading locations. Buses may neither wait nor park in downtown Annapolis.\r\n\r\n<strong>To Susan Campbell Park at City Dock:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards Annapolis</li>\r\n 	<li>From Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following street to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through 3 traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn right onto College and enter Church Circle staying in the right lane.</li>\r\n 	<li>Follow circle and exit onto Duke of Gloucester Street (one-way). Go several blocks and turn left onto St. Mary’s Street.</li>\r\n 	<li>At the end of St. Mary’s Street, turn left onto Compromise Street.</li>\r\n 	<li>At the traffic circle ahead, stay in the right lane and turn right onto Dock Street. There is a 10-minute loading/unloading zone for buses at the end of Dock Street.</li>\r\n</ul>\r\n<strong>To College Avenue Bus Kiosk:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards AnnapolisFrom Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following streets to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through (3) traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn left onto College Ave and pull over to the right side of the road near the bus kiosk.</li>\r\n</ul>\r\n<h3>Parking Vouchers</h3>\r\n**$2 Parking at Park Place: We are happy to offer our customers parking vouchers that are valid at Park Place Garage, near the Westin Hotel. The white Circulator van picks up guests right outside the pedestrian exit from the parking garage. Ride the Circulator from Park Place to the bottom of Main Street. When you arrive at the Dock, ask our ticket booth agents for a parking pass to receive the discounted rate. Please note: Park Place Garage is the ONLY garage that accepts these vouchers. <a href=\"https://www.annapolisparking.com/circulator-alternative-transportation/\" target=\"_blank\" rel=\"noopener\">Additional information on the circulator.</a>\r\n\r\n<hr />\r\n\r\n<h2>Baltimore</h2>\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor\r\n\r\nGPS Locater Address: (link to mobile phones map)\r\n<a href=\"https://goo.gl/maps/SLyqaeBBgcNECZLG7\" target=\"_blank\" rel=\"noopener\">555 Light Street, Baltimore, MD 21202</a>\r\n\r\nWatermark’s Baltimore Harbor Cruises are conveniently located at Baltimore\'s Inner Harbor in downtown Baltimore.\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor. Look for our Red Umbrella, directly across from Rita’s Italian Ice.\r\n<h3>Parking Vouchers</h3>\r\nThere is limited space available but we validate tickets from the Royal Sonesta Harbor Court Garage [30 E Lee Street] located under the Royal Sonesta Hotel for $10 parking. Please ask for your validation voucher when checking in for your cruise. Enter on Lee Street from Light Street.\r\nOther parking lots available around the West End of Baltimore. Parking lots and metered spaces on Light Street and Key Highway are within walking distance of the Maryland Science Center. Metered spaces along Light Street are also available.\r\nAdditional Downtown Parking information can be found from Visit Baltimore. (change text to “here”)\r\n<h3>Directions:</h3>\r\nThe Light Street Finger piers are accessible from I-95 and I-295 from the south, I-95 and I-83 from the north, and I-70 to the west. Light rail and MARC Trains stop at Camden Yards, only three blocks away from the Finger Piers and Watermark. When you get to the Light Street Finger Piers (between the Maryland Science Center and the Baltimore Visitor Center), look for the Big Red Boat and the Red Watermark Flags (we’re just a few steps from Rita’s Italian Ice kiosk).\r\n<h3>Bus Parking in Baltimore</h3>\r\n<strong>Baltimore Bus Drop-off and Pick-up Options</strong>\r\n\r\n<strong>Light Street Finger Piers</strong> (between the Baltimore Science Center and the Visitors Center (between E. Conway Street and E. Lee Street)).\r\nLoading &amp; unloading is ONLY permitted in the Area 1-Light Street Parking Lot on the Inner Harbor’s west shore, on the northbound side. Buses are NOT permitted to load or unload at the curb on Light Street. Buses may neither wait nor park in the Inner Harbor Area.\r\nBaltimore Bus Parking\r\n\r\n<strong>Baltimore City Motorcoach</strong> Parking Facility at 1100 James Street behind the B&amp;O Railroad Museum. There is a $5/hour fee, $25/per 12 hour period, $35/per 24 hour period. <a href=\"https://www.baltimoreparking.com/bus-parking/\" target=\"_blank\" rel=\"noopener\">Additional information on bus parking.</a>'),(2072,486,'_content_blocks_0_column_1','field_59d682dd199ff'),(2073,486,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(2074,486,'_content_blocks','field_59d681f5199f8'),(2075,486,'select_events',''),(2076,486,'_select_events','field_5e4fb8273c0b6'),(2077,486,'title_testimony',''),(2078,486,'_title_testimony','field_5e4fbff6dea83'),(2079,486,'subtitle_testimony',''),(2080,486,'_subtitle_testimony','field_5e4fbffedea84'),(2081,486,'testimonials_page',''),(2082,486,'_testimonials_page','field_5e58168a97eb0'),(2083,487,'banner_background','482'),(2084,487,'_banner_background','field_5e4fb72e3be63'),(2085,487,'banner_background_mobile','483'),(2086,487,'_banner_background_mobile','field_5e5fa8e7ae913'),(2087,487,'title_page_default','Directions & Parking'),(2088,487,'_title_page_default','field_5e4fb74e3be64'),(2089,487,'description_page_default','Need content here'),(2090,487,'_description_page_default','field_5e4fb7673be65'),(2091,487,'content_blocks_0_column_1','<h2>Annapolis</h2>\r\nAnnapolis Cruises (unless otherwise noted) depart from Annapolis City Dock.  Look for our red umbrella at the end of the dock.\r\n\r\nGPS Address: (address should be clickable and take them to mobile maps)\r\n<a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184702000\">1 Dock Street, </a><a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184703000\">Annapolis, MD 21401</a>\r\n\r\nAll Watermark Annapolis Walking Tours (unless otherwise noted) depart from Market Space Park\r\n\r\nGPS Address for Walking Tours:\r\n<a href=\"https://goo.gl/maps/JYD5YG6xTahWbEXi7\" target=\"_blank\" rel=\"noopener\">25 Market Space, Annapolis, MD 21401</a>\r\n<h3>To Annapolis City Dock</h3>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East towards Annapolis.</li>\r\n 	<li>From 695 (Baltimore Beltway) take Route 97 South, merge onto Route 50 East towards Annapolis and Bay Bridge.</li>\r\n 	<li>Exit 24 is Rowe Blvd. (MD 70). There are signs saying to downtown historic Annapolis. Exit to the right, following the Annapolis signs.</li>\r\n 	<li>Stay on Rowe Blvd. Stay in far right lane. Veer right onto Calvert Street. At the traffic light go straight onto Northwest Street. At the next light turn right onto Church Circle. Turn right and enter into the traffic circle.</li>\r\n 	<li>Exit circle onto Duke of Gloucester Street, which is one way. Proceed through first traffic light and turn left onto Green Street.</li>\r\n 	<li>At bottom of Green Street, you are in downtown Annapolis. Follow the traffic around the traffic circle and head straight towards Stevens Hardware.</li>\r\n 	<li>Turn right on Dock Street. Annapolis City Dock is located at the end of Dock Street.Additional information can be found on <a href=\"http://www.AnnapolisParking.com\">www.AnnapolisParking.com</a></li>\r\n</ul>\r\n<h3>For Buses:</h3>\r\nPlease refer to your contract for parking, loading, and unloading locations. Buses may neither wait nor park in downtown Annapolis.\r\n\r\n<strong>To Susan Campbell Park at City Dock:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards Annapolis</li>\r\n 	<li>From Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following street to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through 3 traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn right onto College and enter Church Circle staying in the right lane.</li>\r\n 	<li>Follow circle and exit onto Duke of Gloucester Street (one-way). Go several blocks and turn left onto St. Mary’s Street.</li>\r\n 	<li>At the end of St. Mary’s Street, turn left onto Compromise Street.</li>\r\n 	<li>At the traffic circle ahead, stay in the right lane and turn right onto Dock Street. There is a 10-minute loading/unloading zone for buses at the end of Dock Street.</li>\r\n</ul>\r\n<strong>To College Avenue Bus Kiosk:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards AnnapolisFrom Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following streets to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through (3) traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn left onto College Ave and pull over to the right side of the road near the bus kiosk.</li>\r\n</ul>\r\n<h3>Parking Vouchers</h3>\r\n**$2 Parking at Park Place: We are happy to offer our customers parking vouchers that are valid at Park Place Garage, near the Westin Hotel. The white Circulator van picks up guests right outside the pedestrian exit from the parking garage. Ride the Circulator from Park Place to the bottom of Main Street. When you arrive at the Dock, ask our ticket booth agents for a parking pass to receive the discounted rate. Please note: Park Place Garage is the ONLY garage that accepts these vouchers. <a href=\"https://www.annapolisparking.com/circulator-alternative-transportation/\" target=\"_blank\" rel=\"noopener\">Additional information on the circulator.</a>\r\n\r\n<hr />\r\n\r\n<h2>Baltimore</h2>\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor\r\n\r\nGPS Locater Address: (link to mobile phones map)\r\n<a href=\"https://goo.gl/maps/SLyqaeBBgcNECZLG7\" target=\"_blank\" rel=\"noopener\">555 Light Street, Baltimore, MD 21202</a>\r\n\r\nWatermark’s Baltimore Harbor Cruises are conveniently located at Baltimore\'s Inner Harbor in downtown Baltimore.\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor. Look for our Red Umbrella, directly across from Rita’s Italian Ice.\r\n<h3>Parking Vouchers</h3>\r\nThere is limited space available but we validate tickets from the Royal Sonesta Harbor Court Garage [30 E Lee Street] located under the Royal Sonesta Hotel for $10 parking. Please ask for your validation voucher when checking in for your cruise. Enter on Lee Street from Light Street.\r\nOther parking lots available around the West End of Baltimore. Parking lots and metered spaces on Light Street and Key Highway are within walking distance of the Maryland Science Center. Metered spaces along Light Street are also available.\r\nAdditional Downtown Parking information can be found from Visit Baltimore. (change text to “here”)\r\n<h3>Directions:</h3>\r\nThe Light Street Finger piers are accessible from I-95 and I-295 from the south, I-95 and I-83 from the north, and I-70 to the west. Light rail and MARC Trains stop at Camden Yards, only three blocks away from the Finger Piers and Watermark. When you get to the Light Street Finger Piers (between the Maryland Science Center and the Baltimore Visitor Center), look for the Big Red Boat and the Red Watermark Flags (we’re just a few steps from Rita’s Italian Ice kiosk).\r\n<h3>Bus Parking in Baltimore</h3>\r\n<strong>Baltimore Bus Drop-off and Pick-up Options</strong>\r\n\r\n<strong>Light Street Finger Piers</strong> (between the Baltimore Science Center and the Visitors Center (between E. Conway Street and E. Lee Street)).\r\nLoading &amp; unloading is ONLY permitted in the Area 1-Light Street Parking Lot on the Inner Harbor’s west shore, on the northbound side. Buses are NOT permitted to load or unload at the curb on Light Street. Buses may neither wait nor park in the Inner Harbor Area.\r\nBaltimore Bus Parking\r\n\r\n<strong>Baltimore City Motorcoach</strong> Parking Facility at 1100 James Street behind the B&amp;O Railroad Museum. There is a $5/hour fee, $25/per 12 hour period, $35/per 24 hour period. <a href=\"https://www.baltimoreparking.com/bus-parking/\" target=\"_blank\" rel=\"noopener\">Additional information on bus parking.</a>'),(2092,487,'_content_blocks_0_column_1','field_59d682dd199ff'),(2093,487,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(2094,487,'_content_blocks','field_59d681f5199f8'),(2095,487,'select_events',''),(2096,487,'_select_events','field_5e4fb8273c0b6'),(2097,487,'title_testimony',''),(2098,487,'_title_testimony','field_5e4fbff6dea83'),(2099,487,'subtitle_testimony',''),(2100,487,'_subtitle_testimony','field_5e4fbffedea84'),(2101,487,'testimonials_page',''),(2102,487,'_testimonials_page','field_5e58168a97eb0'),(2103,488,'_edit_lock','1583860669:2'),(2104,488,'_edit_last','3'),(2105,478,'_wp_attachment_image_alt','Flag'),(2106,488,'_wp_page_template','default'),(2107,488,'banner_background','474'),(2108,488,'_banner_background','field_5e4fb72e3be63'),(2109,488,'banner_background_mobile','478'),(2110,488,'_banner_background_mobile','field_5e5fa8e7ae913'),(2111,488,'title_page_default','Meet the Team'),(2112,488,'_title_page_default','field_5e4fb74e3be64'),(2113,488,'description_page_default','Need content here'),(2114,488,'_description_page_default','field_5e4fb7673be65'),(2115,488,'content_blocks','a:5:{i:0;s:9:\"columns-3\";i:1;s:9:\"columns-3\";i:2;s:9:\"columns-3\";i:3;s:9:\"columns-3\";i:4;s:9:\"columns-3\";}'),(2116,488,'_content_blocks','field_59d681f5199f8'),(2117,488,'select_events',''),(2118,488,'_select_events','field_5e4fb8273c0b6'),(2119,488,'title_testimony',''),(2120,488,'_title_testimony','field_5e4fbff6dea83'),(2121,488,'subtitle_testimony',''),(2122,488,'_subtitle_testimony','field_5e4fbffedea84'),(2123,488,'testimonials_page',''),(2124,488,'_testimonials_page','field_5e58168a97eb0'),(2125,489,'banner_background','474'),(2126,489,'_banner_background','field_5e4fb72e3be63'),(2127,489,'banner_background_mobile','478'),(2128,489,'_banner_background_mobile','field_5e5fa8e7ae913'),(2129,489,'title_page_default','Meet the Team'),(2130,489,'_title_page_default','field_5e4fb74e3be64'),(2131,489,'description_page_default','Need content here'),(2132,489,'_description_page_default','field_5e4fb7673be65'),(2133,489,'content_blocks',''),(2134,489,'_content_blocks','field_59d681f5199f8'),(2135,489,'select_events',''),(2136,489,'_select_events','field_5e4fb8273c0b6'),(2137,489,'title_testimony',''),(2138,489,'_title_testimony','field_5e4fbff6dea83'),(2139,489,'subtitle_testimony',''),(2140,489,'_subtitle_testimony','field_5e4fbffedea84'),(2141,489,'testimonials_page',''),(2142,489,'_testimonials_page','field_5e58168a97eb0'),(2143,490,'_wp_attached_file','2020/03/Taylor.jpg'),(2144,490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:837;s:4:\"file\";s:18:\"2020/03/Taylor.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Taylor-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Taylor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:18:\"Taylor-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:18:\"Taylor-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:18:\"Taylor-558x645.jpg\";s:5:\"width\";i:558;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:18:\"Taylor-558x748.jpg\";s:5:\"width\";i:558;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:18:\"Taylor-558x380.jpg\";s:5:\"width\";i:558;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:18:\"Taylor-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(2145,491,'_wp_attached_file','2020/03/Nick.jpg'),(2146,491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:837;s:4:\"file\";s:16:\"2020/03/Nick.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Nick-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Nick-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:16:\"Nick-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:16:\"Nick-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:16:\"Nick-628x645.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:16:\"Nick-628x748.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:16:\"Nick-628x380.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:16:\"Nick-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(2147,492,'_wp_attached_file','2020/03/Jamie.jpg'),(2148,492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:837;s:4:\"file\";s:17:\"2020/03/Jamie.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Jamie-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Jamie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:17:\"Jamie-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:17:\"Jamie-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:17:\"Jamie-628x645.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:17:\"Jamie-628x748.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:17:\"Jamie-628x380.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:17:\"Jamie-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(2149,493,'_wp_attached_file','2020/03/Cecilia.jpg'),(2150,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:837;s:4:\"file\";s:19:\"2020/03/Cecilia.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Cecilia-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Cecilia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:19:\"Cecilia-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:19:\"Cecilia-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:19:\"Cecilia-628x645.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:19:\"Cecilia-628x748.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:19:\"Cecilia-628x380.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"Cecilia-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(2151,490,'_wp_attachment_image_alt','Taylor Kshimetski, Private Yacht Charter Sales and Event Planner'),(2152,488,'content_blocks_0_column_1','<h2>Debbie Gosselin, President</h2>\r\n<em>Joined Watermark in College</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nThis is like asking which of your children is your favorite. Each of Watermark’s products is unique, distinct, and supports our brand essence statement. They’re all great!\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nI started out as a crew member in college; became the bookkeeper in the early 1980’s, and President in the 1990’s. In 1999 when I purchased the tour and charter boat business from my father, I became the owner.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nThere are too many, but my favorite continuing experience is meeting and working with so many wonderful young people. They remind me that the future is bright.'),(2153,488,'_content_blocks_0_column_1','field_5cd3357aa7dac'),(2154,488,'content_blocks_0_column_2','<h2>Capt. Jake Iversen, General Manager of Vessel Activities</h2>\r\n<em>Joined Watermark Summer 2017</em>\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nI think it’s important to spend time in everyone\'s role, so that I can get a hands-on understanding of how the operation comes together. As I get to know each team member, my appreciation for Watermark\'s dedicated employees continues to grow.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nMy favorite memory dates back to age ten. As a fourth grader on a school field trip, I was in my element aboard a Watermark vessel, learning about the history of the Naval Academy. I\'ve been a fan ever since!\r\n<h3>What was your first job?</h3>\r\nMy first job was on the West River working at a marina in Galesville. I helped fuel boats and kept the club members happy.\r\n\r\n&nbsp;'),(2155,488,'_content_blocks_0_column_2','field_5cd3357aa7dad'),(2156,488,'content_blocks_0_column_3','<h2><img class=\"alignnone wp-image-498 size-medium\" src=\"https://watermark.labcp.co/app/uploads/2020/03/cecilia-300x300.png\" alt=\"Cecilia Benalcazar, Director of Guide Operations\" width=\"300\" height=\"300\" /></h2>\r\n<h2>Cecilia Benalcazar, Director of Guide Operations</h2>\r\nHaving had several retail stores in the historic district, I’ve gained an understanding of the uniqueness of Annapolis - from its residents, tourists, and temporary legislatures to the many distinctive Annapolis traditions (May Day basket pictured). I have found a common bond with our guides through history. I love managing such passionate historians and a wonderful group of people. It’s fun here with the variety of land products we offer - whether Four Century Tours, Ghost, Architecture, Candlelight, etc. I’m constantly learning and have a desire to always improve our guest’s experiences.'),(2157,488,'_content_blocks_0_column_3','field_5cd3357aa7dae'),(2158,488,'content_blocks_1_column_1','<h2><img class=\"alignnone wp-image-497 size-medium\" src=\"https://watermark.labcp.co/app/uploads/2020/03/nick-300x300.png\" alt=\"Nick Sottile, Director of Sales &amp; Marketing\" width=\"300\" height=\"300\" /></h2>\r\n<h2>Nick Sottile, Director of Sales &amp; Marketing</h2>\r\n<em>Joined Watermark January 2018</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nI would have to say any of our special events. From Rock’N River cruises on Harbor Queen to the New Years Eve Fireworks Cruise on Catherine Marine. Watermark\'s special events allow the public to experience unique and exciting new venues.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nExplore, Explore, and Explore. This region is full of history and entertaining events. From crab feasts, Tug of Wars, and a really long 0.05k Bridge Run, there is always something new and exciting to be a part of.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nIt would have to be the Captains of our vessels. Being able to be out on the water every day sounds like a dream job!\r\n\r\n&nbsp;'),(2246,495,'_title_testimony','field_5e4fbff6dea83'),(2247,495,'subtitle_testimony',''),(2159,488,'_content_blocks_1_column_1','field_5cd3357aa7dac'),(2160,488,'content_blocks_1_column_2','<h2>Ginny Mininger, Scheduler</h2>\r\n<em>Joined Watermark Fall 2011.</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nCity Lights Cruise! It’s such a magical way to see the city of Baltimore and there’s great music.\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nOne time I planked for 2 minutes. I also managed operations in Baltimore, then Annapolis, and now I am responsible for the operations in both locations.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nSeeing our Captain pull Harbor Queen into City Dock on a rainy day with 250 kids doing the Harlem Shake. Somehow, even on rainy days we all still have a blast.'),(2242,495,'_content_blocks','field_59d681f5199f8'),(2243,495,'select_events',''),(2244,495,'_select_events','field_5e4fb8273c0b6'),(2245,495,'title_testimony',''),(2161,488,'_content_blocks_1_column_2','field_5cd3357aa7dad'),(2162,488,'content_blocks_1_column_3','<h2>Chip Johnson, Comptroller</h2>\r\n<em>Joined Watermark 1980s</em>\r\n\r\n&nbsp;'),(2163,488,'_content_blocks_1_column_3','field_5cd3357aa7dae'),(2164,488,'content_blocks_2_column_1','<h2>Zach Gibbons, Baltimore Vessel Operations Manager</h2>\r\n<em>Joined Watermark 2010</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nMy favorite Watermark product is the Baltimore Firework cruises on the 4th of July. Baltimore always puts on an impressive display and Watermark\'s part in the event puts you in the best viewing area.\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nYes. I started here as a crew member straight out of High School.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI love adrenaline sports and being outside. Boating in the Severn River with my family and friends is also one of my favorite things to do.'),(2165,488,'_content_blocks_2_column_1','field_5cd3357aa7dac'),(2166,488,'content_blocks_2_column_2','<h2></h2>\r\n<h2><img class=\"alignnone size-medium wp-image-496\" src=\"https://watermark.labcp.co/app/uploads/2020/03/taylor-300x300.png\" alt=\"Taylor Kshimetski, Private Yacht Charter Sales and Event Planner\" width=\"300\" height=\"300\" /></h2>\r\n<em>Joined Watermark February 2012</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nI love the selection of private yachts and vessels that are available for hosting events on the water. There’s no better place to celebrate any and all occasions than on the water and truly, no decorations are required!\r\n<h3>What was your first job?</h3>\r\nMy first job was working in the fields on the farm that I grew up on. I love, and still do, the feel of fresh turned dirt. As part of my responsibilities, I also provided snacks and the noon-day meals for the hired help when it was harvest time. I didn’t always care for the hot Georgia sunshine but I do cherish the memories and the friendships that were formed during the season.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI love sitting on the docks while sipping on a cocktail, having light conversations with friends and soaking up the amazing views!'),(2291,500,'banner_background','474'),(2241,495,'content_blocks','a:5:{i:0;s:9:\"columns-3\";i:1;s:9:\"columns-3\";i:2;s:9:\"columns-3\";i:3;s:9:\"columns-3\";i:4;s:9:\"columns-3\";}'),(2167,488,'_content_blocks_2_column_2','field_5cd3357aa7dad'),(2168,488,'content_blocks_2_column_3','<h2>Claudette McDonald, Group Sales Specialist</h2>\r\n<em>Joined Watermark 2000 as a tour guide.</em>\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nI tour guided, and have been the clothing designer and seamstress for 15 years (yikes).\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI love touring vineyards with my family, taking my Golden Retrievers anywhere, spending time in the Mountains – reminds me of home.\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nI have lots of favorites – the Day on the Bay makes me feel like I am on vacation, the new Time &amp; Tides enhances all I thought I knew about the area and the Four Centuries Tour is still the best ambassador program for Annapolis.'),(2238,495,'_title_page_default','field_5e4fb74e3be64'),(2239,495,'description_page_default','Need content here'),(2240,495,'_description_page_default','field_5e4fb7673be65'),(2169,488,'_content_blocks_2_column_3','field_5cd3357aa7dae'),(2170,488,'content_blocks_3_column_1','<h2 class=\"c0\"><span class=\"c3\">Jennifer DeLancey, Group Sales Manager</span></h2>\r\n<p class=\"c0\"><em><span class=\"c3\">Joined Watermark March 2012.</span></em></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">What was your first job?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">My first job was as a camp counselor and I was also the Water Skiing Instructor and Program Director at the camp. The camp was an all-girls’ camp near Highlands North Carolina. It was in the mountains and a beautiful area.Great first job!</span></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">If you could trade jobs for a day with anyone at Watermark, who would it be and why?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">I would like to be a Captain. I lived on a boat for 12 years that looked like Cabaret II and I miss being behind the wheel. I have also always wanted to be a Bartender!</span></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">What is your favorite Watermark product and why?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">My favorite product at Watermark are any of the Cruises because I just love to be on the water!</span></p>'),(2171,488,'_content_blocks_3_column_1','field_5cd3357aa7dac'),(2172,488,'content_blocks_3_column_2','<h2>Mike Mathias, Director of Inventory</h2>\r\n<em>Joined Watermark in 2006</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nThe 40-minute Annapolis Harbor and USNA Cruise on Harbor Queen. The timing is just right – short and sweet – and it captures the history of Annapolis.\r\n<h3>What was your first job?</h3>\r\nI worked as a deckhand on a sportfishing boat.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI do a lot of metal detecting on beaches and farmlands looking for Civil War relics and Colonial artifacts. I used to hunt in Patterson Park a lot and found many gold coins.'),(2235,495,'banner_background_mobile','478'),(2236,495,'_banner_background_mobile','field_5e5fa8e7ae913'),(2237,495,'title_page_default','Meet the Team'),(2173,488,'_content_blocks_3_column_2','field_5cd3357aa7dad'),(2174,488,'content_blocks_3_column_3','<h2>Linda Heinz, Retail and Merchandise Manager</h2>\r\n<em>Joined Watermark July 2017</em>\r\n<h3>What was your first job?</h3>\r\nPizza Hut in Tulsa, Oklahoma. I was in High School working as a hostess, waitress and pizza maker. It was pretty fun, especially when neighbors and friends dropped by.\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nThis is tough because I love all of our products and boats! I would say the Special Events such as the WineFest trip to Saint Michaels , Schooner Race and New Year\'s Eve Cruises because they celebrate and participate in exciting community events and destinations.\r\n<h3>If you could trade jobs with someone at Watermark, who would it be and why?</h3>\r\nI\'d join the crew. As a kid we spent our summers on a cabin cruiser on Grand Lake, I have fond memories about \"crewing\" our boat and I love the relaxation of being on the water, so the more time on the boats, the better.'),(2233,495,'banner_background','474'),(2234,495,'_banner_background','field_5e4fb72e3be63'),(2175,488,'_content_blocks_3_column_3','field_5cd3357aa7dae'),(2176,488,'content_blocks_4_column_1','<h2>Jo McCarthy, Administrative Assistant</h2>\r\n<em>Joined Watermark February 2018</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nDay on the Bay to St Michaels is my favorite. I love the boat ride to and from St Michaels it is very relaxing and enjoyable.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nBoating with my family and friends and enjoying the many views of the Chesapeake Bay.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nI would trade jobs for one day with the boat crew. I think being on the water and mingling with passengers is fun .\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nNo I have not.\r\n<h3>What was your first job?</h3>\r\nMy first job was Assistant Portfolio Manager for Merrill Lynch.'),(2177,488,'_content_blocks_4_column_1','field_5cd3357aa7dac'),(2178,488,'content_blocks_4_column_2','<h2>Adam Dupont, Director of Maintenance</h2>\r\n<h3>What was your first job?</h3>\r\nMy first job was as a bag boy at a local grocery store in my hometown of Oil City, PA.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nThere\'s not one specific person I\'d trade jobs with. I\'d like to do a little of everyone\'s job, that would help me understand how all the pieces of Watermark fit together to achieve success.\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nMy favorite product at Watermark is probably the Harbor Queen. I like her nostalgic look and feel.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nOutside of Watermark, I enjoy spending time with my family, taking advantage of everything the area has to offer.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nSo far, my favorite Watermark memory has been being able to transit Annapolitan II to Cambridge, MD for drydock. It was my first real experience of boating on the Chesapeake Bay.\r\n\r\n&nbsp;'),(2179,488,'_content_blocks_4_column_2','field_5cd3357aa7dad'),(2180,488,'content_blocks_4_column_3','<img class=\"alignnone size-medium wp-image-499\" src=\"https://watermark.labcp.co/app/uploads/2020/03/jamie-300x300.png\" alt=\"Jamie\" width=\"300\" height=\"300\" />\r\n<h2>Jamie</h2>'),(2181,488,'_content_blocks_4_column_3','field_5cd3357aa7dae'),(2182,494,'banner_background','474'),(2183,494,'_banner_background','field_5e4fb72e3be63'),(2184,494,'banner_background_mobile','478'),(2185,494,'_banner_background_mobile','field_5e5fa8e7ae913'),(2186,494,'title_page_default','Meet the Team'),(2187,494,'_title_page_default','field_5e4fb74e3be64'),(2188,494,'description_page_default','Need content here'),(2189,494,'_description_page_default','field_5e4fb7673be65'),(2190,494,'content_blocks','a:5:{i:0;s:9:\"columns-3\";i:1;s:9:\"columns-3\";i:2;s:9:\"columns-3\";i:3;s:9:\"columns-3\";i:4;s:9:\"columns-3\";}'),(2191,494,'_content_blocks','field_59d681f5199f8'),(2192,494,'select_events',''),(2193,494,'_select_events','field_5e4fb8273c0b6'),(2194,494,'title_testimony',''),(2195,494,'_title_testimony','field_5e4fbff6dea83'),(2196,494,'subtitle_testimony',''),(2197,494,'_subtitle_testimony','field_5e4fbffedea84'),(2198,494,'testimonials_page',''),(2199,494,'_testimonials_page','field_5e58168a97eb0'),(2200,494,'content_blocks_0_column_1','<h2>Debbie Gosselin, President</h2>\r\n<em>Joined Watermark in College</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nThis is like asking which of your children is your favorite. Each of Watermark’s products is unique, distinct, and supports our brand essence statement. They’re all great!\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nI started out as a crew member in college; became the bookkeeper in the early 1980’s, and President in the 1990’s. In 1999 when I purchased the tour and charter boat business from my father, I became the owner.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nThere are too many, but my favorite continuing experience is meeting and working with so many wonderful young people. They remind me that the future is bright.'),(2201,494,'_content_blocks_0_column_1','field_5cd3357aa7dac'),(2202,494,'content_blocks_0_column_2','<h2>Capt. Jake Iversen, General Manager of Vessel Activities</h2>\r\n<em>Joined Watermark Summer 2017</em>\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nI think it’s important to spend time in everyone\'s role, so that I can get a hands-on understanding of how the operation comes together. As I get to know each team member, my appreciation for Watermark\'s dedicated employees continues to grow.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nMy favorite memory dates back to age ten. As a fourth grader on a school field trip, I was in my element aboard a Watermark vessel, learning about the history of the Naval Academy. I\'ve been a fan ever since!\r\n<h3>What was your first job?</h3>\r\nMy first job was on the West River working at a marina in Galesville. I helped fuel boats and kept the club members happy.\r\n\r\n&nbsp;'),(2203,494,'_content_blocks_0_column_2','field_5cd3357aa7dad'),(2204,494,'content_blocks_0_column_3','<h2 class=\"c0\"><span class=\"c3\">Cecilia Benalcazar, Director of Guide Operations</span></h2>\r\n<p class=\"c0\"><span class=\"c3\">Having had several retail stores in the historic district, I’ve gained an understanding of the uniqueness of Annapolis - from its residents, tourists, and temporary legislatures to the many distinctive Annapolis traditions (May Day basket pictured). I have found a common bond with our guides through history. I love managing such passionate historians and a wonderful group of people. It’s fun here with the variety of land products we offer - whether Four Century Tours, Ghost, Architecture, Candlelight, etc. I’m constantly learning and have a desire to always improve our guest’s experiences.</span></p>'),(2205,494,'_content_blocks_0_column_3','field_5cd3357aa7dae'),(2206,494,'content_blocks_1_column_1','<h2 class=\"c0\"><span class=\"c3\">Nick Sottile, Director of Sales &amp; Marketing</span></h2>\r\n<p class=\"c0\"><em><span class=\"c3\">Joined Watermark January 2018</span></em></p>\r\n\r\n<h3 class=\"c10\"><span class=\"c6\">What is your favorite Watermark product and why? </span></h3>\r\n<p class=\"c10\"><span class=\"c3\">I would have to say any of our special events. From Rock’N River cruises on Harbor Queen to the New Years Eve Fireworks Cruise on Catherine Marine. Watermark\'s special events allow the public to experience unique and exciting new venues.</span></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">Explore, Explore, and Explore. This region is full of history and entertaining events. From crab feasts, Tug of Wars, and a really long 0.05k Bridge Run, there is always something new and exciting to be a part of.</span></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">If you could trade jobs for a day with anyone at Watermark, who would it be and why?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">It would have to be the Captains of our vessels. Being able to be out on the water every day sounds like a dream job!</span></p>\r\n<p class=\"c0\"><span class=\"c3\"> </span></p>'),(2207,494,'_content_blocks_1_column_1','field_5cd3357aa7dac'),(2208,494,'content_blocks_1_column_2','<h2 class=\"c0\"><span class=\"c3\">Ginny Mininger, Scheduler</span></h2>\r\n<p class=\"c0\"><em><span class=\"c3\">Joined Watermark Fall 2011.</span></em></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">What is your favorite Watermark product and why?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">City Lights Cruise! It’s such a magical way to see the city of Baltimore and there’s great music.</span></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">Have you ever held any other positions at Watermark?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">One time I planked for 2 minutes. I also managed operations in Baltimore, then Annapolis, and now I am responsible for the operations in both locations.</span></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">What is your favorite Watermark memory?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">Seeing our Captain pull Harbor Queen into City Dock on a rainy day with 250 kids doing the Harlem Shake. Somehow, even on rainy days we all still have a blast.</span></p>'),(2209,494,'_content_blocks_1_column_2','field_5cd3357aa7dad'),(2210,494,'content_blocks_1_column_3','<h2 class=\"c0\"><span class=\"c3\">Chip Johnson, Comptroller</span></h2>\r\n<p class=\"c0\"><span class=\"c3\">Joined Watermark 1980s</span></p>\r\n<p class=\"c0\"><span class=\"c3\"> </span></p>'),(2211,494,'_content_blocks_1_column_3','field_5cd3357aa7dae'),(2212,494,'content_blocks_2_column_1','<h2>Zach Gibbons, Baltimore Vessel Operations Manager</h2>\r\n<em>Joined Watermark 2010</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nMy favorite Watermark product is the Baltimore Firework cruises on the 4th of July. Baltimore always puts on an impressive display and Watermark\'s part in the event puts you in the best viewing area.\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nYes. I started here as a crew member straight out of High School.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI love adrenaline sports and being outside. Boating in the Severn River with my family and friends is also one of my favorite things to do.'),(2213,494,'_content_blocks_2_column_1','field_5cd3357aa7dac'),(2214,494,'content_blocks_2_column_2','<p class=\"c0\"><span class=\"c3\">Taylor Kshimetski, Private Yacht Charter Sales and Event Planner</span></p>\r\n<p class=\"c0\"><span class=\"c3\">Joined Watermark February 2012</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">What is your favorite Watermark product and why?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">I love the selection of private yachts and vessels that are available for hosting events on the water. There’s no better place to celebrate any and all occasions than on the water and truly, no decorations are required!</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">What was your first job?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">My first job was working in the fields on the farm that I grew up on. I love, and still do, the feel of fresh turned dirt. As part of my responsibilities, I also provided snacks and the noon-day meals for the hired help when it was harvest time. I didn’t always care for the hot Georgia sunshine but I do cherish the memories and the friendships that were formed during the season.</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">I love sitting on the docks while sipping on a cocktail, having light conversations with friends and soaking up the amazing views!</span></p>'),(2215,494,'_content_blocks_2_column_2','field_5cd3357aa7dad'),(2216,494,'content_blocks_2_column_3','<p class=\"c0\"><span class=\"c3\">Claudette McDonald, Group Sales Specialist</span></p>\r\n<p class=\"c0\"><span class=\"c3\">Joined Watermark 2000 as a tour guide.</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">Have you ever held any other positions at Watermark?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">I tour guided, and have been the clothing designer and seamstress for 15 years (yikes).</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">I love touring vineyards with my family, taking my Golden Retrievers anywhere, spending time in the Mountains – reminds me of home.</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">What is your favorite Watermark product and why?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">I have lots of favorites – the Day on the Bay makes me feel like I am on vacation, the new Time &amp; Tides enhances all I thought I knew about the area and the Four Centuries Tour is still the best ambassador program for Annapolis.</span></p>'),(2217,494,'_content_blocks_2_column_3','field_5cd3357aa7dae'),(2218,494,'content_blocks_3_column_1','<p class=\"c0\"><span class=\"c3\">Jennifer DeLancey, Group Sales Manager</span></p>\r\n<p class=\"c0\"><span class=\"c3\">Joined Watermark March 2012.</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">What was your first job?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">My first job was as a camp counselor and I was also the Water Skiing Instructor and Program Director at the camp. The camp was an all-girls’ camp near Highlands North Carolina. It was in the mountains and a beautiful area.Great first job!</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">If you could trade jobs for a day with anyone at Watermark, who would it be and why?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">I would like to be a Captain. I lived on a boat for 12 years that looked like Cabaret II and I miss being behind the wheel. I have also always wanted to be a Bartender!</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">What is your favorite Watermark product and why?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">My favorite product at Watermark are any of the Cruises because I just love to be on the water!</span></p>'),(2219,494,'_content_blocks_3_column_1','field_5cd3357aa7dac'),(2220,494,'content_blocks_3_column_2','<p class=\"c0\"><span class=\"c3\">Mike Mathias, Director of Inventory</span></p>\r\n<p class=\"c0\"><span class=\"c3\">Joined Watermark in 2006</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">What is your favorite Watermark product and why?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">The 40-minute Annapolis Harbor and USNA Cruise on Harbor Queen. The timing is just right – short and sweet – and it captures the history of Annapolis.</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">What was your first job?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">I worked as a deckhand on a sportfishing boat.</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">I do a lot of metal detecting on beaches and farmlands looking for Civil War relics and Colonial artifacts. I used to hunt in Patterson Park a lot and found many gold coins.</span></p>'),(2221,494,'_content_blocks_3_column_2','field_5cd3357aa7dad'),(2222,494,'content_blocks_3_column_3','<p class=\"c0\"><span class=\"c3\">Linda Heinz, Retail and Merchandise Manager</span></p>\r\n<p class=\"c0\"><span class=\"c3\">Joined Watermark July 2017</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">What was your first job?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">Pizza Hut in Tulsa, Oklahoma. I was in High School working as a hostess, waitress and pizza maker. It was pretty fun, especially when neighbors and friends dropped by.</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">What is your favorite Watermark product and why?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">This is tough because I love all of our products and boats! I would say the Special Events such as the WineFest trip to Saint Michaels , Schooner Race and New Year\'s Eve Cruises because they celebrate and participate in exciting community events and destinations.</span></p>\r\n<p class=\"c0\"><span class=\"c6 c11\">If you could trade jobs with someone at Watermark, who would it be and why?</span></p>\r\n<p class=\"c0\"><span class=\"c3\">I\'d join the crew. As a kid we spent our summers on a cabin cruiser on Grand Lake, I have fond memories about \"crewing\" our boat and I love the relaxation of being on the water, so the more time on the boats, the better.</span></p>'),(2223,494,'_content_blocks_3_column_3','field_5cd3357aa7dae'),(2224,494,'content_blocks_4_column_1','<h2>Jo McCarthy, Administrative Assistant</h2>\r\n<em>Joined Watermark February 2018</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nDay on the Bay to St Michaels is my favorite. I love the boat ride to and from St Michaels it is very relaxing and enjoyable.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nBoating with my family and friends and enjoying the many views of the Chesapeake Bay.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nI would trade jobs for one day with the boat crew. I think being on the water and mingling with passengers is fun .\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nNo I have not.\r\n<h3>What was your first job?</h3>\r\nMy first job was Assistant Portfolio Manager for Merrill Lynch.'),(2225,494,'_content_blocks_4_column_1','field_5cd3357aa7dac'),(2226,494,'content_blocks_4_column_2','<h2>Adam Dupont, Director of Maintenance</h2>\r\n<h3>What was your first job?</h3>\r\nMy first job was as a bag boy at a local grocery store in my hometown of Oil City, PA.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nThere\'s not one specific person I\'d trade jobs with. I\'d like to do a little of everyone\'s job, that would help me understand how all the pieces of Watermark fit together to achieve success.\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nMy favorite product at Watermark is probably the Harbor Queen. I like her nostalgic look and feel.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nOutside of Watermark, I enjoy spending time with my family, taking advantage of everything the area has to offer.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nSo far, my favorite Watermark memory has been being able to transit Annapolitan II to Cambridge, MD for drydock. It was my first real experience of boating on the Chesapeake Bay.\r\n\r\n&nbsp;'),(2227,494,'_content_blocks_4_column_2','field_5cd3357aa7dad'),(2228,494,'content_blocks_4_column_3','Jamie'),(2229,494,'_content_blocks_4_column_3','field_5cd3357aa7dae'),(2230,493,'_wp_attachment_image_alt','Cecilia'),(2231,491,'_wp_attachment_image_alt','Nick'),(2232,492,'_wp_attachment_image_alt','Jamie'),(2248,495,'_subtitle_testimony','field_5e4fbffedea84'),(2249,495,'testimonials_page',''),(2250,495,'_testimonials_page','field_5e58168a97eb0'),(2251,495,'content_blocks_0_column_1','<h2>Debbie Gosselin, President</h2>\r\n<em>Joined Watermark in College</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nThis is like asking which of your children is your favorite. Each of Watermark’s products is unique, distinct, and supports our brand essence statement. They’re all great!\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nI started out as a crew member in college; became the bookkeeper in the early 1980’s, and President in the 1990’s. In 1999 when I purchased the tour and charter boat business from my father, I became the owner.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nThere are too many, but my favorite continuing experience is meeting and working with so many wonderful young people. They remind me that the future is bright.'),(2252,495,'_content_blocks_0_column_1','field_5cd3357aa7dac'),(2253,495,'content_blocks_0_column_2','<h2>Capt. Jake Iversen, General Manager of Vessel Activities</h2>\r\n<em>Joined Watermark Summer 2017</em>\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nI think it’s important to spend time in everyone\'s role, so that I can get a hands-on understanding of how the operation comes together. As I get to know each team member, my appreciation for Watermark\'s dedicated employees continues to grow.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nMy favorite memory dates back to age ten. As a fourth grader on a school field trip, I was in my element aboard a Watermark vessel, learning about the history of the Naval Academy. I\'ve been a fan ever since!\r\n<h3>What was your first job?</h3>\r\nMy first job was on the West River working at a marina in Galesville. I helped fuel boats and kept the club members happy.\r\n\r\n&nbsp;'),(2254,495,'_content_blocks_0_column_2','field_5cd3357aa7dad'),(2255,495,'content_blocks_0_column_3','<h2><img class=\"alignnone wp-image-493 size-medium\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Cecilia-225x300.jpg\" alt=\"Cecilia Benalcazar, Director of Guide Operations\" width=\"225\" height=\"300\" /></h2>\r\n<h2>Cecilia Benalcazar, Director of Guide Operations</h2>\r\nHaving had several retail stores in the historic district, I’ve gained an understanding of the uniqueness of Annapolis - from its residents, tourists, and temporary legislatures to the many distinctive Annapolis traditions (May Day basket pictured). I have found a common bond with our guides through history. I love managing such passionate historians and a wonderful group of people. It’s fun here with the variety of land products we offer - whether Four Century Tours, Ghost, Architecture, Candlelight, etc. I’m constantly learning and have a desire to always improve our guest’s experiences.'),(2256,495,'_content_blocks_0_column_3','field_5cd3357aa7dae'),(2257,495,'content_blocks_1_column_1','<h2><img class=\"alignnone wp-image-491 size-medium\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Nick-225x300.jpg\" alt=\"Nick Sottile, Director of Sales &amp; Marketing\" width=\"225\" height=\"300\" /></h2>\r\n<h2>Nick Sottile, Director of Sales &amp; Marketing</h2>\r\n<em>Joined Watermark January 2018</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nI would have to say any of our special events. From Rock’N River cruises on Harbor Queen to the New Years Eve Fireworks Cruise on Catherine Marine. Watermark\'s special events allow the public to experience unique and exciting new venues.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nExplore, Explore, and Explore. This region is full of history and entertaining events. From crab feasts, Tug of Wars, and a really long 0.05k Bridge Run, there is always something new and exciting to be a part of.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nIt would have to be the Captains of our vessels. Being able to be out on the water every day sounds like a dream job!\r\n\r\n&nbsp;'),(2258,495,'_content_blocks_1_column_1','field_5cd3357aa7dac'),(2259,495,'content_blocks_1_column_2','<h2>Ginny Mininger, Scheduler</h2>\r\n<em>Joined Watermark Fall 2011.</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nCity Lights Cruise! It’s such a magical way to see the city of Baltimore and there’s great music.\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nOne time I planked for 2 minutes. I also managed operations in Baltimore, then Annapolis, and now I am responsible for the operations in both locations.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nSeeing our Captain pull Harbor Queen into City Dock on a rainy day with 250 kids doing the Harlem Shake. Somehow, even on rainy days we all still have a blast.'),(2260,495,'_content_blocks_1_column_2','field_5cd3357aa7dad'),(2261,495,'content_blocks_1_column_3','<h2>Chip Johnson, Comptroller</h2>\r\n<em>Joined Watermark 1980s</em>\r\n\r\n&nbsp;'),(2262,495,'_content_blocks_1_column_3','field_5cd3357aa7dae'),(2263,495,'content_blocks_2_column_1','<h2>Zach Gibbons, Baltimore Vessel Operations Manager</h2>\r\n<em>Joined Watermark 2010</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nMy favorite Watermark product is the Baltimore Firework cruises on the 4th of July. Baltimore always puts on an impressive display and Watermark\'s part in the event puts you in the best viewing area.\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nYes. I started here as a crew member straight out of High School.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI love adrenaline sports and being outside. Boating in the Severn River with my family and friends is also one of my favorite things to do.'),(2264,495,'_content_blocks_2_column_1','field_5cd3357aa7dac'),(2265,495,'content_blocks_2_column_2','<h2><img class=\"alignnone size-medium wp-image-490\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Taylor-200x300.jpg\" alt=\"Taylor Kshimetski, Private Yacht Charter Sales and Event Planner\" width=\"200\" height=\"300\" /></h2>\r\n<h2>Taylor Kshimetski, Private Yacht Charter Sales and Event Planner</h2>\r\n<em>Joined Watermark February 2012</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nI love the selection of private yachts and vessels that are available for hosting events on the water. There’s no better place to celebrate any and all occasions than on the water and truly, no decorations are required!\r\n<h3>What was your first job?</h3>\r\nMy first job was working in the fields on the farm that I grew up on. I love, and still do, the feel of fresh turned dirt. As part of my responsibilities, I also provided snacks and the noon-day meals for the hired help when it was harvest time. I didn’t always care for the hot Georgia sunshine but I do cherish the memories and the friendships that were formed during the season.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI love sitting on the docks while sipping on a cocktail, having light conversations with friends and soaking up the amazing views!'),(2266,495,'_content_blocks_2_column_2','field_5cd3357aa7dad'),(2267,495,'content_blocks_2_column_3','<h2>Claudette McDonald, Group Sales Specialist</h2>\r\n<em>Joined Watermark 2000 as a tour guide.</em>\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nI tour guided, and have been the clothing designer and seamstress for 15 years (yikes).\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI love touring vineyards with my family, taking my Golden Retrievers anywhere, spending time in the Mountains – reminds me of home.\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nI have lots of favorites – the Day on the Bay makes me feel like I am on vacation, the new Time &amp; Tides enhances all I thought I knew about the area and the Four Centuries Tour is still the best ambassador program for Annapolis.'),(2268,495,'_content_blocks_2_column_3','field_5cd3357aa7dae'),(2269,495,'content_blocks_3_column_1','<h2 class=\"c0\"><span class=\"c3\">Jennifer DeLancey, Group Sales Manager</span></h2>\r\n<p class=\"c0\"><em><span class=\"c3\">Joined Watermark March 2012.</span></em></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">What was your first job?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">My first job was as a camp counselor and I was also the Water Skiing Instructor and Program Director at the camp. The camp was an all-girls’ camp near Highlands North Carolina. It was in the mountains and a beautiful area.Great first job!</span></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">If you could trade jobs for a day with anyone at Watermark, who would it be and why?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">I would like to be a Captain. I lived on a boat for 12 years that looked like Cabaret II and I miss being behind the wheel. I have also always wanted to be a Bartender!</span></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">What is your favorite Watermark product and why?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">My favorite product at Watermark are any of the Cruises because I just love to be on the water!</span></p>'),(2270,495,'_content_blocks_3_column_1','field_5cd3357aa7dac'),(2271,495,'content_blocks_3_column_2','<h2>Mike Mathias, Director of Inventory</h2>\r\n<em>Joined Watermark in 2006</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nThe 40-minute Annapolis Harbor and USNA Cruise on Harbor Queen. The timing is just right – short and sweet – and it captures the history of Annapolis.\r\n<h3>What was your first job?</h3>\r\nI worked as a deckhand on a sportfishing boat.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI do a lot of metal detecting on beaches and farmlands looking for Civil War relics and Colonial artifacts. I used to hunt in Patterson Park a lot and found many gold coins.'),(2272,495,'_content_blocks_3_column_2','field_5cd3357aa7dad'),(2273,495,'content_blocks_3_column_3','<h2>Linda Heinz, Retail and Merchandise Manager</h2>\r\n<em>Joined Watermark July 2017</em>\r\n<h3>What was your first job?</h3>\r\nPizza Hut in Tulsa, Oklahoma. I was in High School working as a hostess, waitress and pizza maker. It was pretty fun, especially when neighbors and friends dropped by.\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nThis is tough because I love all of our products and boats! I would say the Special Events such as the WineFest trip to Saint Michaels , Schooner Race and New Year\'s Eve Cruises because they celebrate and participate in exciting community events and destinations.\r\n<h3>If you could trade jobs with someone at Watermark, who would it be and why?</h3>\r\nI\'d join the crew. As a kid we spent our summers on a cabin cruiser on Grand Lake, I have fond memories about \"crewing\" our boat and I love the relaxation of being on the water, so the more time on the boats, the better.'),(2274,495,'_content_blocks_3_column_3','field_5cd3357aa7dae'),(2275,495,'content_blocks_4_column_1','<h2>Jo McCarthy, Administrative Assistant</h2>\r\n<em>Joined Watermark February 2018</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nDay on the Bay to St Michaels is my favorite. I love the boat ride to and from St Michaels it is very relaxing and enjoyable.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nBoating with my family and friends and enjoying the many views of the Chesapeake Bay.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nI would trade jobs for one day with the boat crew. I think being on the water and mingling with passengers is fun .\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nNo I have not.\r\n<h3>What was your first job?</h3>\r\nMy first job was Assistant Portfolio Manager for Merrill Lynch.'),(2276,495,'_content_blocks_4_column_1','field_5cd3357aa7dac'),(2277,495,'content_blocks_4_column_2','<h2>Adam Dupont, Director of Maintenance</h2>\r\n<h3>What was your first job?</h3>\r\nMy first job was as a bag boy at a local grocery store in my hometown of Oil City, PA.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nThere\'s not one specific person I\'d trade jobs with. I\'d like to do a little of everyone\'s job, that would help me understand how all the pieces of Watermark fit together to achieve success.\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nMy favorite product at Watermark is probably the Harbor Queen. I like her nostalgic look and feel.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nOutside of Watermark, I enjoy spending time with my family, taking advantage of everything the area has to offer.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nSo far, my favorite Watermark memory has been being able to transit Annapolitan II to Cambridge, MD for drydock. It was my first real experience of boating on the Chesapeake Bay.\r\n\r\n&nbsp;'),(2278,495,'_content_blocks_4_column_2','field_5cd3357aa7dad'),(2279,495,'content_blocks_4_column_3','<img class=\"alignnone size-medium wp-image-492\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Jamie-225x300.jpg\" alt=\"Jamie\" width=\"225\" height=\"300\" />\r\n<h2>Jamie</h2>'),(2280,495,'_content_blocks_4_column_3','field_5cd3357aa7dae'),(2281,496,'_wp_attached_file','2020/03/taylor.png'),(2282,496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2020/03/taylor.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"taylor-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"taylor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:18:\"taylor-500x290.png\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:18:\"taylor-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:18:\"taylor-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(2283,497,'_wp_attached_file','2020/03/nick.png'),(2284,497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:16:\"2020/03/nick.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"nick-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"nick-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:16:\"nick-500x290.png\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:16:\"nick-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:16:\"nick-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(2285,498,'_wp_attached_file','2020/03/cecilia.png'),(2286,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2020/03/cecilia.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"cecilia-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"cecilia-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:19:\"cecilia-500x290.png\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:19:\"cecilia-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"cecilia-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(2287,499,'_wp_attached_file','2020/03/jamie.png'),(2288,499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2020/03/jamie.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"jamie-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"jamie-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:17:\"jamie-500x290.png\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:17:\"jamie-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:17:\"jamie-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(2289,496,'_wp_attachment_image_alt','Taylor Kshimetski, Private Yacht Charter Sales and Event Planner'),(2290,499,'_wp_attachment_image_alt','Jamie'),(2292,500,'_banner_background','field_5e4fb72e3be63'),(2293,500,'banner_background_mobile','478'),(2294,500,'_banner_background_mobile','field_5e5fa8e7ae913'),(2295,500,'title_page_default','Meet the Team'),(2296,500,'_title_page_default','field_5e4fb74e3be64'),(2297,500,'description_page_default','Need content here'),(2298,500,'_description_page_default','field_5e4fb7673be65'),(2299,500,'content_blocks','a:5:{i:0;s:9:\"columns-3\";i:1;s:9:\"columns-3\";i:2;s:9:\"columns-3\";i:3;s:9:\"columns-3\";i:4;s:9:\"columns-3\";}'),(2300,500,'_content_blocks','field_59d681f5199f8'),(2301,500,'select_events',''),(2302,500,'_select_events','field_5e4fb8273c0b6'),(2303,500,'title_testimony',''),(2304,500,'_title_testimony','field_5e4fbff6dea83'),(2305,500,'subtitle_testimony',''),(2306,500,'_subtitle_testimony','field_5e4fbffedea84'),(2307,500,'testimonials_page',''),(2308,500,'_testimonials_page','field_5e58168a97eb0'),(2309,500,'content_blocks_0_column_1','<h2>Debbie Gosselin, President</h2>\r\n<em>Joined Watermark in College</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nThis is like asking which of your children is your favorite. Each of Watermark’s products is unique, distinct, and supports our brand essence statement. They’re all great!\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nI started out as a crew member in college; became the bookkeeper in the early 1980’s, and President in the 1990’s. In 1999 when I purchased the tour and charter boat business from my father, I became the owner.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nThere are too many, but my favorite continuing experience is meeting and working with so many wonderful young people. They remind me that the future is bright.'),(2310,500,'_content_blocks_0_column_1','field_5cd3357aa7dac'),(2311,500,'content_blocks_0_column_2','<h2>Capt. Jake Iversen, General Manager of Vessel Activities</h2>\r\n<em>Joined Watermark Summer 2017</em>\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nI think it’s important to spend time in everyone\'s role, so that I can get a hands-on understanding of how the operation comes together. As I get to know each team member, my appreciation for Watermark\'s dedicated employees continues to grow.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nMy favorite memory dates back to age ten. As a fourth grader on a school field trip, I was in my element aboard a Watermark vessel, learning about the history of the Naval Academy. I\'ve been a fan ever since!\r\n<h3>What was your first job?</h3>\r\nMy first job was on the West River working at a marina in Galesville. I helped fuel boats and kept the club members happy.\r\n\r\n&nbsp;'),(2312,500,'_content_blocks_0_column_2','field_5cd3357aa7dad'),(2313,500,'content_blocks_0_column_3','<h2><img class=\"alignnone wp-image-498 size-medium\" src=\"https://watermark.labcp.co/app/uploads/2020/03/cecilia-300x300.png\" alt=\"Cecilia Benalcazar, Director of Guide Operations\" width=\"300\" height=\"300\" /></h2>\r\n<h2>Cecilia Benalcazar, Director of Guide Operations</h2>\r\nHaving had several retail stores in the historic district, I’ve gained an understanding of the uniqueness of Annapolis - from its residents, tourists, and temporary legislatures to the many distinctive Annapolis traditions (May Day basket pictured). I have found a common bond with our guides through history. I love managing such passionate historians and a wonderful group of people. It’s fun here with the variety of land products we offer - whether Four Century Tours, Ghost, Architecture, Candlelight, etc. I’m constantly learning and have a desire to always improve our guest’s experiences.'),(2314,500,'_content_blocks_0_column_3','field_5cd3357aa7dae'),(2315,500,'content_blocks_1_column_1','<h2><img class=\"alignnone wp-image-497 size-medium\" src=\"https://watermark.labcp.co/app/uploads/2020/03/nick-300x300.png\" alt=\"Nick Sottile, Director of Sales &amp; Marketing\" width=\"300\" height=\"300\" /></h2>\r\n<h2>Nick Sottile, Director of Sales &amp; Marketing</h2>\r\n<em>Joined Watermark January 2018</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nI would have to say any of our special events. From Rock’N River cruises on Harbor Queen to the New Years Eve Fireworks Cruise on Catherine Marine. Watermark\'s special events allow the public to experience unique and exciting new venues.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nExplore, Explore, and Explore. This region is full of history and entertaining events. From crab feasts, Tug of Wars, and a really long 0.05k Bridge Run, there is always something new and exciting to be a part of.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nIt would have to be the Captains of our vessels. Being able to be out on the water every day sounds like a dream job!\r\n\r\n&nbsp;'),(2316,500,'_content_blocks_1_column_1','field_5cd3357aa7dac'),(2317,500,'content_blocks_1_column_2','<h2>Ginny Mininger, Scheduler</h2>\r\n<em>Joined Watermark Fall 2011.</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nCity Lights Cruise! It’s such a magical way to see the city of Baltimore and there’s great music.\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nOne time I planked for 2 minutes. I also managed operations in Baltimore, then Annapolis, and now I am responsible for the operations in both locations.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nSeeing our Captain pull Harbor Queen into City Dock on a rainy day with 250 kids doing the Harlem Shake. Somehow, even on rainy days we all still have a blast.'),(2318,500,'_content_blocks_1_column_2','field_5cd3357aa7dad'),(2319,500,'content_blocks_1_column_3','<h2>Chip Johnson, Comptroller</h2>\r\n<em>Joined Watermark 1980s</em>\r\n\r\n&nbsp;'),(2320,500,'_content_blocks_1_column_3','field_5cd3357aa7dae'),(2321,500,'content_blocks_2_column_1','<h2>Zach Gibbons, Baltimore Vessel Operations Manager</h2>\r\n<em>Joined Watermark 2010</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nMy favorite Watermark product is the Baltimore Firework cruises on the 4th of July. Baltimore always puts on an impressive display and Watermark\'s part in the event puts you in the best viewing area.\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nYes. I started here as a crew member straight out of High School.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI love adrenaline sports and being outside. Boating in the Severn River with my family and friends is also one of my favorite things to do.'),(2322,500,'_content_blocks_2_column_1','field_5cd3357aa7dac'),(2323,500,'content_blocks_2_column_2','<h2></h2>\r\n<h2><img class=\"alignnone size-medium wp-image-496\" src=\"https://watermark.labcp.co/app/uploads/2020/03/taylor-300x300.png\" alt=\"Taylor Kshimetski, Private Yacht Charter Sales and Event Planner\" width=\"300\" height=\"300\" /></h2>\r\n<em>Joined Watermark February 2012</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nI love the selection of private yachts and vessels that are available for hosting events on the water. There’s no better place to celebrate any and all occasions than on the water and truly, no decorations are required!\r\n<h3>What was your first job?</h3>\r\nMy first job was working in the fields on the farm that I grew up on. I love, and still do, the feel of fresh turned dirt. As part of my responsibilities, I also provided snacks and the noon-day meals for the hired help when it was harvest time. I didn’t always care for the hot Georgia sunshine but I do cherish the memories and the friendships that were formed during the season.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI love sitting on the docks while sipping on a cocktail, having light conversations with friends and soaking up the amazing views!'),(2324,500,'_content_blocks_2_column_2','field_5cd3357aa7dad'),(2325,500,'content_blocks_2_column_3','<h2>Claudette McDonald, Group Sales Specialist</h2>\r\n<em>Joined Watermark 2000 as a tour guide.</em>\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nI tour guided, and have been the clothing designer and seamstress for 15 years (yikes).\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI love touring vineyards with my family, taking my Golden Retrievers anywhere, spending time in the Mountains – reminds me of home.\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nI have lots of favorites – the Day on the Bay makes me feel like I am on vacation, the new Time &amp; Tides enhances all I thought I knew about the area and the Four Centuries Tour is still the best ambassador program for Annapolis.'),(2326,500,'_content_blocks_2_column_3','field_5cd3357aa7dae'),(2327,500,'content_blocks_3_column_1','<h2 class=\"c0\"><span class=\"c3\">Jennifer DeLancey, Group Sales Manager</span></h2>\r\n<p class=\"c0\"><em><span class=\"c3\">Joined Watermark March 2012.</span></em></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">What was your first job?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">My first job was as a camp counselor and I was also the Water Skiing Instructor and Program Director at the camp. The camp was an all-girls’ camp near Highlands North Carolina. It was in the mountains and a beautiful area.Great first job!</span></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">If you could trade jobs for a day with anyone at Watermark, who would it be and why?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">I would like to be a Captain. I lived on a boat for 12 years that looked like Cabaret II and I miss being behind the wheel. I have also always wanted to be a Bartender!</span></p>\r\n\r\n<h3 class=\"c0\"><span class=\"c6 c11\">What is your favorite Watermark product and why?</span></h3>\r\n<p class=\"c0\"><span class=\"c3\">My favorite product at Watermark are any of the Cruises because I just love to be on the water!</span></p>'),(2328,500,'_content_blocks_3_column_1','field_5cd3357aa7dac'),(2329,500,'content_blocks_3_column_2','<h2>Mike Mathias, Director of Inventory</h2>\r\n<em>Joined Watermark in 2006</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nThe 40-minute Annapolis Harbor and USNA Cruise on Harbor Queen. The timing is just right – short and sweet – and it captures the history of Annapolis.\r\n<h3>What was your first job?</h3>\r\nI worked as a deckhand on a sportfishing boat.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nI do a lot of metal detecting on beaches and farmlands looking for Civil War relics and Colonial artifacts. I used to hunt in Patterson Park a lot and found many gold coins.'),(2330,500,'_content_blocks_3_column_2','field_5cd3357aa7dad'),(2331,500,'content_blocks_3_column_3','<h2>Linda Heinz, Retail and Merchandise Manager</h2>\r\n<em>Joined Watermark July 2017</em>\r\n<h3>What was your first job?</h3>\r\nPizza Hut in Tulsa, Oklahoma. I was in High School working as a hostess, waitress and pizza maker. It was pretty fun, especially when neighbors and friends dropped by.\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nThis is tough because I love all of our products and boats! I would say the Special Events such as the WineFest trip to Saint Michaels , Schooner Race and New Year\'s Eve Cruises because they celebrate and participate in exciting community events and destinations.\r\n<h3>If you could trade jobs with someone at Watermark, who would it be and why?</h3>\r\nI\'d join the crew. As a kid we spent our summers on a cabin cruiser on Grand Lake, I have fond memories about \"crewing\" our boat and I love the relaxation of being on the water, so the more time on the boats, the better.'),(2332,500,'_content_blocks_3_column_3','field_5cd3357aa7dae'),(2333,500,'content_blocks_4_column_1','<h2>Jo McCarthy, Administrative Assistant</h2>\r\n<em>Joined Watermark February 2018</em>\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nDay on the Bay to St Michaels is my favorite. I love the boat ride to and from St Michaels it is very relaxing and enjoyable.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nBoating with my family and friends and enjoying the many views of the Chesapeake Bay.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nI would trade jobs for one day with the boat crew. I think being on the water and mingling with passengers is fun .\r\n<h3>Have you ever held any other positions at Watermark?</h3>\r\nNo I have not.\r\n<h3>What was your first job?</h3>\r\nMy first job was Assistant Portfolio Manager for Merrill Lynch.'),(2334,500,'_content_blocks_4_column_1','field_5cd3357aa7dac'),(2335,500,'content_blocks_4_column_2','<h2>Adam Dupont, Director of Maintenance</h2>\r\n<h3>What was your first job?</h3>\r\nMy first job was as a bag boy at a local grocery store in my hometown of Oil City, PA.\r\n<h3>If you could trade jobs for a day with anyone at Watermark, who would it be and why?</h3>\r\nThere\'s not one specific person I\'d trade jobs with. I\'d like to do a little of everyone\'s job, that would help me understand how all the pieces of Watermark fit together to achieve success.\r\n<h3>What is your favorite Watermark product and why?</h3>\r\nMy favorite product at Watermark is probably the Harbor Queen. I like her nostalgic look and feel.\r\n<h3>Outside of Watermark, what is your favorite thing to do in the Chesapeake Bay area?</h3>\r\nOutside of Watermark, I enjoy spending time with my family, taking advantage of everything the area has to offer.\r\n<h3>What is your favorite Watermark memory?</h3>\r\nSo far, my favorite Watermark memory has been being able to transit Annapolitan II to Cambridge, MD for drydock. It was my first real experience of boating on the Chesapeake Bay.\r\n\r\n&nbsp;'),(2336,500,'_content_blocks_4_column_2','field_5cd3357aa7dad'),(2337,500,'content_blocks_4_column_3','<img class=\"alignnone size-medium wp-image-499\" src=\"https://watermark.labcp.co/app/uploads/2020/03/jamie-300x300.png\" alt=\"Jamie\" width=\"300\" height=\"300\" />\r\n<h2>Jamie</h2>'),(2338,500,'_content_blocks_4_column_3','field_5cd3357aa7dae'),(3610,591,'_mtsnb_data','a:15:{s:10:\"active_tab\";s:7:\"general\";s:6:\"button\";s:9:\"no_button\";s:13:\"content_width\";s:3:\"600\";s:12:\"css_position\";s:8:\"absolute\";s:12:\"content_type\";s:6:\"button\";s:16:\"basic_link_style\";s:4:\"link\";s:10:\"basic_text\";s:28:\"Test content alert Watermark\";s:15:\"basic_link_text\";s:0:\"\";s:14:\"basic_link_url\";s:0:\"\";s:14:\"custom_content\";s:0:\"\";s:8:\"bg_color\";s:7:\"#1793d6\";s:9:\"txt_color\";s:7:\"#ffffff\";s:10:\"link_color\";s:7:\"#0034a5\";s:9:\"font_size\";s:2:\"15\";s:10:\"conditions\";a:6:{s:8:\"location\";a:1:{s:5:\"state\";s:0:\"\";}s:11:\"notlocation\";a:1:{s:5:\"state\";s:0:\"\";}s:6:\"google\";a:1:{s:5:\"state\";s:0:\"\";}s:9:\"notgoogle\";a:1:{s:5:\"state\";s:0:\"\";}s:8:\"facebook\";a:1:{s:5:\"state\";s:0:\"\";}s:11:\"notfacebook\";a:1:{s:5:\"state\";s:0:\"\";}}}'),(3611,591,'_edit_lock','1586884185:1'),(2358,511,'description_additional_information','Explore 300 years of architecture in historic Annapolis, the museum without walls, with a professional guide during this walking tour. Highlights of the tour include the Shiplap and Patrick Creagh Houses, Maryland State House (interior as available), Hammond Harwood House and Chase Lloyd House.'),(2359,511,'_description_additional_information','field_5e4af7d1a36e9'),(2383,511,'_edit_lock','1583873280:1'),(2467,526,'_wp_page_template','default'),(2466,526,'_edit_last','3'),(2464,511,'_wp_old_slug','architrex__trashed'),(3609,591,'_edit_last','1'),(2444,523,'banner_background','482'),(2445,523,'_banner_background','field_5e4fb72e3be63'),(2446,523,'banner_background_mobile','483'),(2447,523,'_banner_background_mobile','field_5e5fa8e7ae913'),(2448,523,'title_page_default','Directions & Parking'),(2449,523,'_title_page_default','field_5e4fb74e3be64'),(2450,523,'description_page_default','Need content here'),(2451,523,'_description_page_default','field_5e4fb7673be65'),(2452,523,'content_blocks_0_column_1','<h2>Annapolis</h2>\r\nAnnapolis Cruises (unless otherwise noted) depart from Annapolis City Dock.  Look for our red umbrella at the end of the dock.\r\n\r\nGPS Address: (address should be clickable and take them to mobile maps)\r\n<a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184702000\">1 Dock Street, </a><a href=\"https://www.google.com/url?q=https://maps.google.com/maps?q%3D1%2BDock%2BStreet,%2BAnnapolis,%2BMD%26hl%3Den%26sll%3D38.972469,-76.504694%26sspn%3D0.115441,0.264187%26oq%3D1%2Bdock%2B%26hnear%3D1%2BDock%2BSt,%2BAnnapolis,%2BMaryland%2B21401%26t%3Dm%26z%3D17&amp;sa=D&amp;ust=1583525184703000\">Annapolis, MD 21401</a>\r\n\r\nAll Watermark Annapolis Walking Tours (unless otherwise noted) depart from Market Space Park\r\n\r\nGPS Address for Walking Tours:\r\n<a href=\"https://goo.gl/maps/JYD5YG6xTahWbEXi7\" target=\"_blank\" rel=\"noopener\">25 Market Space, Annapolis, MD 21401</a>\r\n<h3>To Annapolis City Dock</h3>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East towards Annapolis.</li>\r\n 	<li>From 695 (Baltimore Beltway) take Route 97 South, merge onto Route 50 East towards Annapolis and Bay Bridge.</li>\r\n 	<li>Exit 24 is Rowe Blvd. (MD 70). There are signs saying to downtown historic Annapolis. Exit to the right, following the Annapolis signs.</li>\r\n 	<li>Stay on Rowe Blvd. Stay in far right lane. Veer right onto Calvert Street. At the traffic light go straight onto Northwest Street. At the next light turn right onto Church Circle. Turn right and enter into the traffic circle.</li>\r\n 	<li>Exit circle onto Duke of Gloucester Street, which is one way. Proceed through first traffic light and turn left onto Green Street.</li>\r\n 	<li>At bottom of Green Street, you are in downtown Annapolis. Follow the traffic around the traffic circle and head straight towards Stevens Hardware.</li>\r\n 	<li>Turn right on Dock Street. Annapolis City Dock is located at the end of Dock Street.Additional information can be found on <a href=\"http://www.AnnapolisParking.com\">www.AnnapolisParking.com</a></li>\r\n</ul>\r\n<h3>For Buses:</h3>\r\nPlease refer to your contract for parking, loading, and unloading locations. Buses may neither wait nor park in downtown Annapolis.\r\n\r\n<strong>To Susan Campbell Park at City Dock:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards Annapolis</li>\r\n 	<li>From Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following street to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through 3 traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn right onto College and enter Church Circle staying in the right lane.</li>\r\n 	<li>Follow circle and exit onto Duke of Gloucester Street (one-way). Go several blocks and turn left onto St. Mary’s Street.</li>\r\n 	<li>At the end of St. Mary’s Street, turn left onto Compromise Street.</li>\r\n 	<li>At the traffic circle ahead, stay in the right lane and turn right onto Dock Street. There is a 10-minute loading/unloading zone for buses at the end of Dock Street.</li>\r\n</ul>\r\n<strong>To College Avenue Bus Kiosk:</strong>\r\n<ul>\r\n 	<li>From 495 (Washington Beltway) take Route 50 East Towards AnnapolisFrom Route 97 South, Merge onto Route 50 East towards Annapolis &amp; Bay Bridge</li>\r\n 	<li>Take Exit 24 (Rowe Blvd). Exit to the right following streets to downtown</li>\r\n 	<li>Stay on Rowe Boulevard in the left lane. Go through (3) traffic lights (Rowe Blvd. becomes Bladen Street.) Bladen Street ends at College Avenue. Turn left onto College Ave and pull over to the right side of the road near the bus kiosk.</li>\r\n</ul>\r\n<h3>Parking Vouchers</h3>\r\n**$2 Parking at Park Place: We are happy to offer our customers parking vouchers that are valid at Park Place Garage, near the Westin Hotel. The white Circulator van picks up guests right outside the pedestrian exit from the parking garage. Ride the Circulator from Park Place to the bottom of Main Street. When you arrive at the Dock, ask our ticket booth agents for a parking pass to receive the discounted rate. Please note: Park Place Garage is the ONLY garage that accepts these vouchers. <a href=\"https://www.annapolisparking.com/circulator-alternative-transportation/\" target=\"_blank\" rel=\"noopener\">Additional information on the circulator.</a>\r\n\r\n<hr />\r\n\r\n<h2>Baltimore</h2>\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor\r\n\r\nGPS Locater Address: (link to mobile phones map)\r\n<a href=\"https://goo.gl/maps/SLyqaeBBgcNECZLG7\" target=\"_blank\" rel=\"noopener\">555 Light Street, Baltimore, MD 21202</a>\r\n\r\nWatermark’s Baltimore Harbor Cruises are conveniently located at Baltimore\'s Inner Harbor in downtown Baltimore.\r\nAll cruises depart from the Baltimore Finger Piers at the Baltimore Inner Harbor. Look for our Red Umbrella, directly across from Rita’s Italian Ice.\r\n<h3>Parking Vouchers</h3>\r\nThere is limited space available but we validate tickets from the Royal Sonesta Harbor Court Garage [30 E Lee Street] located under the Royal Sonesta Hotel for $10 parking. Please ask for your validation voucher when checking in for your cruise. Enter on Lee Street from Light Street.\r\nOther parking lots available around the West End of Baltimore. Parking lots and metered spaces on Light Street and Key Highway are within walking distance of the Maryland Science Center. Metered spaces along Light Street are also available.\r\nAdditional Downtown Parking information can be found from Visit Baltimore. (change text to “here”)\r\n<h3>Directions:</h3>\r\nThe Light Street Finger piers are accessible from I-95 and I-295 from the south, I-95 and I-83 from the north, and I-70 to the west. Light rail and MARC Trains stop at Camden Yards, only three blocks away from the Finger Piers and Watermark. When you get to the Light Street Finger Piers (between the Maryland Science Center and the Baltimore Visitor Center), look for the Big Red Boat and the Red Watermark Flags (we’re just a few steps from Rita’s Italian Ice kiosk).\r\n<h3>Bus Parking in Baltimore</h3>\r\n<strong>Baltimore Bus Drop-off and Pick-up Options</strong>\r\n\r\n<strong>Light Street Finger Piers</strong> (between the Baltimore Science Center and the Visitors Center (between E. Conway Street and E. Lee Street)).\r\nLoading &amp; unloading is ONLY permitted in the Area 1-Light Street Parking Lot on the Inner Harbor’s west shore, on the northbound side. Buses are NOT permitted to load or unload at the curb on Light Street. Buses may neither wait nor park in the Inner Harbor Area.\r\nBaltimore Bus Parking\r\n\r\n<strong>Baltimore City Motorcoach</strong> Parking Facility at 1100 James Street behind the B&amp;O Railroad Museum. There is a $5/hour fee, $25/per 12 hour period, $35/per 24 hour period. <a href=\"https://www.baltimoreparking.com/bus-parking/\" target=\"_blank\" rel=\"noopener\">Additional information on bus parking.</a>'),(2453,523,'_content_blocks_0_column_1','field_59d682dd199ff'),(2454,523,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(2455,523,'_content_blocks','field_59d681f5199f8'),(2456,523,'select_events',''),(2457,523,'_select_events','field_5e4fb8273c0b6'),(2458,523,'title_testimony',''),(2459,523,'_title_testimony','field_5e4fbff6dea83'),(2460,523,'subtitle_testimony',''),(2461,523,'_subtitle_testimony','field_5e4fbffedea84'),(2462,523,'testimonials_page',''),(2463,523,'_testimonials_page','field_5e58168a97eb0'),(2468,526,'banner_background','474'),(2469,526,'_banner_background','field_5e4fb72e3be63'),(2470,526,'banner_background_mobile','478'),(2471,526,'_banner_background_mobile','field_5e5fa8e7ae913'),(2472,526,'title_page_default','Contact Us'),(2473,526,'_title_page_default','field_5e4fb74e3be64'),(2474,526,'description_page_default',''),(2475,526,'_description_page_default','field_5e4fb7673be65'),(2476,526,'content_blocks_0_column_1','<span style=\"font-weight: 400;\">For questions, comments, or gift certificate requests, please fill out the below form and we will get in touch with you shortly. </span>'),(2477,526,'_content_blocks_0_column_1','field_59d682dd199ff'),(2478,526,'content_blocks','a:3:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";}'),(2479,526,'_content_blocks','field_59d681f5199f8'),(2480,526,'select_events',''),(2481,526,'_select_events','field_5e4fb8273c0b6'),(2482,526,'title_testimony',''),(2483,526,'_title_testimony','field_5e4fbff6dea83'),(2484,526,'subtitle_testimony',''),(2485,526,'_subtitle_testimony','field_5e4fbffedea84'),(2486,526,'testimonials_page',''),(2487,526,'_testimonials_page','field_5e58168a97eb0'),(2488,527,'banner_background','474'),(2489,527,'_banner_background','field_5e4fb72e3be63'),(2490,527,'banner_background_mobile','478'),(2491,527,'_banner_background_mobile','field_5e5fa8e7ae913'),(2492,527,'title_page_default',''),(2493,527,'_title_page_default','field_5e4fb74e3be64'),(2494,527,'description_page_default',''),(2495,527,'_description_page_default','field_5e4fb7673be65'),(2496,527,'content_blocks_0_column_1','<span style=\"font-weight: 400;\">For questions, comments, or gift certificate requests, please fill out the below form and we will get in touch with you shortly. </span>'),(2497,527,'_content_blocks_0_column_1','field_59d682dd199ff'),(2498,527,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(2499,527,'_content_blocks','field_59d681f5199f8'),(2500,527,'select_events',''),(2501,527,'_select_events','field_5e4fb8273c0b6'),(2502,527,'title_testimony',''),(2503,527,'_title_testimony','field_5e4fbff6dea83'),(2504,527,'subtitle_testimony',''),(2505,527,'_subtitle_testimony','field_5e4fbffedea84'),(2506,527,'testimonials_page',''),(2507,527,'_testimonials_page','field_5e58168a97eb0'),(2508,528,'banner_background','474'),(2509,528,'_banner_background','field_5e4fb72e3be63'),(2510,528,'banner_background_mobile','478'),(2511,528,'_banner_background_mobile','field_5e5fa8e7ae913'),(2512,528,'title_page_default','Contact Us'),(2513,528,'_title_page_default','field_5e4fb74e3be64'),(2514,528,'description_page_default',''),(2515,528,'_description_page_default','field_5e4fb7673be65'),(2516,528,'content_blocks_0_column_1','<span style=\"font-weight: 400;\">For questions, comments, or gift certificate requests, please fill out the below form and we will get in touch with you shortly. </span>'),(2517,528,'_content_blocks_0_column_1','field_59d682dd199ff'),(2518,528,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(2519,528,'_content_blocks','field_59d681f5199f8'),(2520,528,'select_events',''),(2521,528,'_select_events','field_5e4fb8273c0b6'),(2522,528,'title_testimony',''),(2523,528,'_title_testimony','field_5e4fbff6dea83'),(2524,528,'subtitle_testimony',''),(2525,528,'_subtitle_testimony','field_5e4fbffedea84'),(2526,528,'testimonials_page',''),(2527,528,'_testimonials_page','field_5e58168a97eb0'),(2528,529,'_edit_lock','1583939006:3'),(2529,529,'_edit_last','3'),(2530,529,'_wp_page_template','default'),(2531,529,'banner_background','474'),(2532,529,'_banner_background','field_5e4fb72e3be63'),(2533,529,'banner_background_mobile','478'),(2534,529,'_banner_background_mobile','field_5e5fa8e7ae913'),(2535,529,'title_page_default','Press Releases'),(2536,529,'_title_page_default','field_5e4fb74e3be64'),(2537,529,'description_page_default',''),(2538,529,'_description_page_default','field_5e4fb7673be65'),(2539,529,'content_blocks',''),(2540,529,'_content_blocks','field_59d681f5199f8'),(2541,529,'select_events',''),(2542,529,'_select_events','field_5e4fb8273c0b6'),(2543,529,'title_testimony',''),(2544,529,'_title_testimony','field_5e4fbff6dea83'),(2545,529,'subtitle_testimony',''),(2546,529,'_subtitle_testimony','field_5e4fbffedea84'),(2547,529,'testimonials_page',''),(2548,529,'_testimonials_page','field_5e58168a97eb0'),(2549,530,'banner_background','474'),(2550,530,'_banner_background','field_5e4fb72e3be63'),(2551,530,'banner_background_mobile','478'),(2552,530,'_banner_background_mobile','field_5e5fa8e7ae913'),(2553,530,'title_page_default','Press Releases'),(2554,530,'_title_page_default','field_5e4fb74e3be64'),(2555,530,'description_page_default',''),(2556,530,'_description_page_default','field_5e4fb7673be65'),(2557,530,'content_blocks',''),(2558,530,'_content_blocks','field_59d681f5199f8'),(2559,530,'select_events',''),(2560,530,'_select_events','field_5e4fb8273c0b6'),(2561,530,'title_testimony',''),(2562,530,'_title_testimony','field_5e4fbff6dea83'),(2563,530,'subtitle_testimony',''),(2564,530,'_subtitle_testimony','field_5e4fbffedea84'),(2565,530,'testimonials_page',''),(2566,530,'_testimonials_page','field_5e58168a97eb0'),(2567,531,'_edit_lock','1584021001:3'),(2568,531,'_edit_last','3'),(2569,531,'_wp_page_template','default'),(2570,531,'banner_background',''),(2571,531,'_banner_background','field_5e4fb72e3be63'),(2572,531,'banner_background_mobile',''),(2573,531,'_banner_background_mobile','field_5e5fa8e7ae913'),(2574,531,'title_page_default',''),(2575,531,'_title_page_default','field_5e4fb74e3be64'),(2576,531,'description_page_default',''),(2577,531,'_description_page_default','field_5e4fb7673be65'),(2578,531,'content_blocks_0_column_1','<h2>Fall in Love with Our One-of-a-Kind Waterfront Weddings</h2>\r\nIn the business of providing private yacht charters and rentals in the Chesapeake Bay area for over 45 years, <a href=\"https://www.yachtchartersonthebay.com/planning-and-pricing/wedding/\">Wedding on the BaySM by Watermark®</a> is home to all things weddings. Our luxury yachts offer stunning, magical settings for weddings, receptions, rehearsal dinners, proposals, and more. Simply choose your dream waterfront wedding venue from our entire fleet of pristine vessels offering flexible floor plans and spacious indoor and outdoor areas suitable for your nuptials, not to mention full-service bars and catering kitchens.\r\n\r\nOur home ports include Annapolis City Dock and the Baltimore Inner Harbor, though we have docking privileges throughout the region. Watermark’s personal wedding coordinator will guide you through the process of planning your special day on the water. Yacht weddings offer a unique, refreshing alternative to more traditional wedding venues on land.'),(2579,531,'_content_blocks_0_column_1','field_59d682dd199ff'),(2580,531,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(2581,531,'_content_blocks','field_59d681f5199f8'),(2582,531,'select_events',''),(2583,531,'_select_events','field_5e4fb8273c0b6'),(2584,531,'title_testimony',''),(2585,531,'_title_testimony','field_5e4fbff6dea83'),(2586,531,'subtitle_testimony',''),(2587,531,'_subtitle_testimony','field_5e4fbffedea84'),(2588,531,'testimonials_page',''),(2589,531,'_testimonials_page','field_5e58168a97eb0'),(2590,533,'banner_background',''),(2591,533,'_banner_background','field_5e4fb72e3be63'),(2592,533,'banner_background_mobile',''),(2593,533,'_banner_background_mobile','field_5e5fa8e7ae913'),(2594,533,'title_page_default',''),(2595,533,'_title_page_default','field_5e4fb74e3be64'),(2596,533,'description_page_default',''),(2597,533,'_description_page_default','field_5e4fb7673be65'),(2598,533,'content_blocks_0_column_1','<h2>Fall in Love with Our One-of-a-Kind Waterfront Weddings</h2>\r\nIn the business of providing private yacht charters and rentals in the Chesapeake Bay area for over 45 years, <a href=\"https://www.yachtchartersonthebay.com/planning-and-pricing/wedding/\">Wedding on the BaySM by Watermark®</a> is home to all things weddings. Our luxury yachts offer stunning, magical settings for weddings, receptions, rehearsal dinners, proposals, and more. Simply choose your dream waterfront wedding venue from our entire fleet of pristine vessels offering flexible floor plans and spacious indoor and outdoor areas suitable for your nuptials, not to mention full-service bars and catering kitchens.\r\n\r\nOur home ports include Annapolis City Dock and the Baltimore Inner Harbor, though we have docking privileges throughout the region. Watermark’s personal wedding coordinator will guide you through the process of planning your special day on the water. Yacht weddings offer a unique, refreshing alternative to more traditional wedding venues on land.'),(2599,533,'_content_blocks_0_column_1','field_59d682dd199ff'),(2600,533,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(2601,533,'_content_blocks','field_59d681f5199f8'),(2602,533,'select_events',''),(2603,533,'_select_events','field_5e4fb8273c0b6'),(2604,533,'title_testimony',''),(2605,533,'_title_testimony','field_5e4fbff6dea83'),(2606,533,'subtitle_testimony',''),(2607,533,'_subtitle_testimony','field_5e4fbffedea84'),(2608,533,'testimonials_page',''),(2609,533,'_testimonials_page','field_5e58168a97eb0'),(2610,526,'content_blocks_1_column_1','Form Placeholder'),(2611,526,'_content_blocks_1_column_1','field_59d682dd199ff'),(2612,526,'content_blocks_2_column_1','<h2><span style=\"font-weight: 400;\">Interested in joining our team?</span></h2>\r\n<span style=\"font-weight: 400;\">Please visit our </span><span style=\"font-weight: 400;\">employment opportunities</span><span style=\"font-weight: 400;\"> section to view our current openings.</span>\r\n\r\n&nbsp;\r\n<h2><span style=\"font-weight: 400;\">We have Gift Certificates too!  </span></h2>\r\n<span style=\"font-weight: 400;\">Request a gift certificate. </span>\r\n\r\n&nbsp;'),(2613,526,'_content_blocks_2_column_1','field_59d682dd199ff'),(2614,534,'banner_background','474'),(2615,534,'_banner_background','field_5e4fb72e3be63'),(2616,534,'banner_background_mobile','478'),(2617,534,'_banner_background_mobile','field_5e5fa8e7ae913'),(2618,534,'title_page_default','Contact Us'),(2619,534,'_title_page_default','field_5e4fb74e3be64'),(2620,534,'description_page_default',''),(2621,534,'_description_page_default','field_5e4fb7673be65'),(2622,534,'content_blocks_0_column_1','<span style=\"font-weight: 400;\">For questions, comments, or gift certificate requests, please fill out the below form and we will get in touch with you shortly. </span>'),(2623,534,'_content_blocks_0_column_1','field_59d682dd199ff'),(2624,534,'content_blocks','a:3:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";}'),(2625,534,'_content_blocks','field_59d681f5199f8'),(2626,534,'select_events',''),(2627,534,'_select_events','field_5e4fb8273c0b6'),(2628,534,'title_testimony',''),(2629,534,'_title_testimony','field_5e4fbff6dea83'),(2630,534,'subtitle_testimony',''),(2631,534,'_subtitle_testimony','field_5e4fbffedea84'),(2632,534,'testimonials_page',''),(2633,534,'_testimonials_page','field_5e58168a97eb0'),(2634,534,'content_blocks_1_column_1','Form Placeholder'),(2635,534,'_content_blocks_1_column_1','field_59d682dd199ff'),(2636,534,'content_blocks_2_column_1','<h2><span style=\"font-weight: 400;\">Interested in joining our team?</span></h2>\r\n<span style=\"font-weight: 400;\">Please visit our </span><span style=\"font-weight: 400;\">employment opportunities</span><span style=\"font-weight: 400;\"> section to view our current openings.</span>\r\n\r\n&nbsp;\r\n<h2><span style=\"font-weight: 400;\">We have Gift Certificates too!  </span></h2>\r\n<span style=\"font-weight: 400;\">Request a gift certificate. </span>\r\n\r\n&nbsp;'),(2637,534,'_content_blocks_2_column_1','field_59d682dd199ff'),(2638,535,'_edit_lock','1583951450:2'),(2639,535,'_edit_last','2'),(2722,539,'_wp_attachment_image_alt','Bob & Bryan - Watermark Employeers'),(2721,539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:837;s:4:\"file\";s:29:\"2020/03/Bob-Bryan-CHarter.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Bob-Bryan-CHarter-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Bob-Bryan-CHarter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:29:\"Bob-Bryan-CHarter-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:29:\"Bob-Bryan-CHarter-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:29:\"Bob-Bryan-CHarter-628x645.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:29:\"Bob-Bryan-CHarter-628x748.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:29:\"Bob-Bryan-CHarter-628x380.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:29:\"Bob-Bryan-CHarter-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2720,539,'_wp_attached_file','2020/03/Bob-Bryan-CHarter.jpg'),(2643,535,'_wp_page_template','default'),(2644,535,'banner_background','474'),(2645,535,'_banner_background','field_5e4fb72e3be63'),(2646,535,'banner_background_mobile','478'),(2647,535,'_banner_background_mobile','field_5e5fa8e7ae913'),(2648,535,'title_page_default','Employment '),(2649,535,'_title_page_default','field_5e4fb74e3be64'),(2650,535,'description_page_default','Submit An Application'),(2651,535,'_description_page_default','field_5e4fb7673be65'),(2855,535,'_content_blocks_4_column_1','field_59d68213199f9'),(2853,535,'_content_blocks_1_column_1','field_59d682dd199ff'),(2854,535,'content_blocks_4_column_1','<img class=\"aligncenter wp-image-542 size-full\" src=\"https://watermark.labcp.co/app/uploads/2020/03/3guides.jpg\" alt=\"\" width=\"628\" height=\"837\" />'),(2852,535,'content_blocks_1_column_1','<hr />\r\n\r\n&nbsp;'),(2822,535,'content_blocks_3_column_1','<hr />\r\n\r\n&nbsp;'),(2856,535,'content_blocks_4_column_2','<img class=\"aligncenter wp-image-539 size-full\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Bob-Bryan-CHarter.jpg\" alt=\"Bob &amp; Bryan - Watermark Employeers\" width=\"628\" height=\"837\" />'),(2817,535,'_content_blocks_0_column_1','field_59d682dd199ff'),(2658,535,'content_blocks','a:5:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";i:3;s:9:\"columns-1\";i:4;s:9:\"columns-2\";}'),(2659,535,'_content_blocks','field_59d681f5199f8'),(2660,535,'select_events',''),(2661,535,'_select_events','field_5e4fb8273c0b6'),(2662,535,'title_testimony',''),(2663,535,'_title_testimony','field_5e4fbff6dea83'),(2664,535,'subtitle_testimony',''),(2665,535,'_subtitle_testimony','field_5e4fbffedea84'),(2666,535,'testimonials_page',''),(2667,535,'_testimonials_page','field_5e58168a97eb0'),(2668,537,'banner_background','474'),(2669,537,'_banner_background','field_5e4fb72e3be63'),(2670,537,'banner_background_mobile','478'),(2671,537,'_banner_background_mobile','field_5e5fa8e7ae913'),(2672,537,'title_page_default','Employment '),(2673,537,'_title_page_default','field_5e4fb74e3be64'),(2674,537,'description_page_default','Submit An Application'),(2675,537,'_description_page_default','field_5e4fb7673be65'),(2676,537,'content_blocks_0_column_1','<h2>Employment Application – Water Positions</h2>\r\n<strong>Submit Applications to:</strong>\r\n\r\n<span style=\"font-weight: 400;\">Ginny Mininger, Director of Vessel Operations\r\n</span><span style=\"font-weight: 400;\">P.O. Box 3350 Annapolis, MD 21403</span>\r\n\r\n<span style=\"font-weight: 400;\">This application is for seasonal employment. The applicant will be required to work nights, weekends and holidays. The company will try to provide applicants with the number of hours per week of work requested, but cannot guarantee same.If employee needs specific days off, or time for vacation, travel, school, weddings or any other reason, those dates must be set forth in this application. If not, the time off will not be guaranteed. Applicants for captain or crew will be drug tested. The cost will be shared 50/50 by the applicant and the company (currently $40).</span>'),(2677,537,'_content_blocks_0_column_1','field_59d682a9199fc'),(2678,537,'content_blocks_0_column_2','<img class=\"alignnone size-medium wp-image-536\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Bob-Bryan-CHarter-225x300.jpg\" alt=\"Bob &amp; Bryan - Watermark Employeers\" width=\"225\" height=\"300\" />'),(2679,537,'_content_blocks_0_column_2','field_59d682ca199fd'),(2680,537,'content_blocks_1_column_1','Form Placeholder'),(2681,537,'_content_blocks_1_column_1','field_59d682dd199ff'),(2682,537,'content_blocks','a:2:{i:0;s:10:\"columns-73\";i:1;s:9:\"columns-1\";}'),(2683,537,'_content_blocks','field_59d681f5199f8'),(2684,537,'select_events',''),(2685,537,'_select_events','field_5e4fb8273c0b6'),(2686,537,'title_testimony',''),(2687,537,'_title_testimony','field_5e4fbff6dea83'),(2688,537,'subtitle_testimony',''),(2689,537,'_subtitle_testimony','field_5e4fbffedea84'),(2690,537,'testimonials_page',''),(2691,537,'_testimonials_page','field_5e58168a97eb0'),(2692,535,'content_blocks_2_column_1','Form Placeholder'),(2693,535,'_content_blocks_2_column_1','field_59d682dd199ff'),(2694,538,'banner_background','474'),(2695,538,'_banner_background','field_5e4fb72e3be63'),(2696,538,'banner_background_mobile','478'),(2697,538,'_banner_background_mobile','field_5e5fa8e7ae913'),(2698,538,'title_page_default','Employment '),(2699,538,'_title_page_default','field_5e4fb74e3be64'),(2700,538,'description_page_default','Submit An Application'),(2701,538,'_description_page_default','field_5e4fb7673be65'),(2702,538,'content_blocks_0_column_1','<h2>Employment Application – Water Positions</h2>\r\n<strong>Submit Applications to:\r\n</strong><span style=\"font-weight: 400;\">Ginny Mininger, Director of Vessel Operations\r\n</span><span style=\"font-weight: 400;\">P.O. Box 3350 Annapolis, MD 21403</span>\r\n\r\n<span style=\"font-weight: 400;\">This application is for seasonal employment. The applicant will be required to work nights, weekends and holidays. The company will try to provide applicants with the number of hours per week of work requested, but cannot guarantee same.If employee needs specific days off, or time for vacation, travel, school, weddings or any other reason, those dates must be set forth in this application. If not, the time off will not be guaranteed. Applicants for captain or crew will be drug tested. The cost will be shared 50/50 by the applicant and the company (currently $40).</span>'),(2703,538,'_content_blocks_0_column_1','field_59d682a9199fc'),(2704,538,'content_blocks_0_column_2','<img class=\"alignnone size-medium wp-image-536\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Bob-Bryan-CHarter-225x300.jpg\" alt=\"Bob &amp; Bryan - Watermark Employeers\" width=\"225\" height=\"300\" />'),(2705,538,'_content_blocks_0_column_2','field_59d682ca199fd'),(2706,538,'content_blocks_1_column_1','<hr />\r\n\r\n&nbsp;'),(2707,538,'_content_blocks_1_column_1','field_59d682dd199ff'),(2708,538,'content_blocks','a:3:{i:0;s:10:\"columns-73\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";}'),(2709,538,'_content_blocks','field_59d681f5199f8'),(2710,538,'select_events',''),(2711,538,'_select_events','field_5e4fb8273c0b6'),(2712,538,'title_testimony',''),(2713,538,'_title_testimony','field_5e4fbff6dea83'),(2714,538,'subtitle_testimony',''),(2715,538,'_subtitle_testimony','field_5e4fbffedea84'),(2716,538,'testimonials_page',''),(2717,538,'_testimonials_page','field_5e58168a97eb0'),(2718,538,'content_blocks_2_column_1','Form Placeholder'),(2719,538,'_content_blocks_2_column_1','field_59d682dd199ff'),(2723,540,'banner_background','474'),(2724,540,'_banner_background','field_5e4fb72e3be63'),(2725,540,'banner_background_mobile','478'),(2726,540,'_banner_background_mobile','field_5e5fa8e7ae913'),(2727,540,'title_page_default','Employment '),(2728,540,'_title_page_default','field_5e4fb74e3be64'),(2729,540,'description_page_default','Submit An Application'),(2730,540,'_description_page_default','field_5e4fb7673be65'),(2731,540,'content_blocks_0_column_1','<h2>Employment Application – Water Positions</h2>\r\n<strong>Submit Applications to:\r\n</strong><span style=\"font-weight: 400;\">Ginny Mininger, Director of Vessel Operations\r\n</span><span style=\"font-weight: 400;\">P.O. Box 3350 Annapolis, MD 21403</span>\r\n\r\n<span style=\"font-weight: 400;\">This application is for seasonal employment. The applicant will be required to work nights, weekends and holidays. The company will try to provide applicants with the number of hours per week of work requested, but cannot guarantee same.If employee needs specific days off, or time for vacation, travel, school, weddings or any other reason, those dates must be set forth in this application. If not, the time off will not be guaranteed. Applicants for captain or crew will be drug tested. The cost will be shared 50/50 by the applicant and the company (currently $40).</span>'),(2732,540,'_content_blocks_0_column_1','field_59d682a9199fc'),(2733,540,'content_blocks_0_column_2','<img class=\"alignnone size-medium wp-image-539\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Bob-Bryan-CHarter-225x300.jpg\" alt=\"Bob &amp; Bryan - Watermark Employeers\" width=\"225\" height=\"300\" />'),(2734,540,'_content_blocks_0_column_2','field_59d682ca199fd'),(2735,540,'content_blocks_1_column_1','<hr />\r\n\r\n&nbsp;'),(2736,540,'_content_blocks_1_column_1','field_59d682dd199ff'),(2737,540,'content_blocks','a:3:{i:0;s:10:\"columns-73\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";}'),(2738,540,'_content_blocks','field_59d681f5199f8'),(2739,540,'select_events',''),(2740,540,'_select_events','field_5e4fb8273c0b6'),(2741,540,'title_testimony',''),(2742,540,'_title_testimony','field_5e4fbff6dea83'),(2743,540,'subtitle_testimony',''),(2744,540,'_subtitle_testimony','field_5e4fbffedea84'),(2745,540,'testimonials_page',''),(2746,540,'_testimonials_page','field_5e58168a97eb0'),(2747,540,'content_blocks_2_column_1','Form Placeholder'),(2748,540,'_content_blocks_2_column_1','field_59d682dd199ff'),(2749,541,'banner_background','474'),(2750,541,'_banner_background','field_5e4fb72e3be63'),(2751,541,'banner_background_mobile','478'),(2752,541,'_banner_background_mobile','field_5e5fa8e7ae913'),(2753,541,'title_page_default','Employment '),(2754,541,'_title_page_default','field_5e4fb74e3be64'),(2755,541,'description_page_default','Submit An Application'),(2756,541,'_description_page_default','field_5e4fb7673be65'),(2757,541,'content_blocks_0_column_1','<h2>Employment Application – Water Positions</h2>\r\n<strong>Submit Applications to:\r\n</strong><span style=\"font-weight: 400;\">Ginny Mininger, Director of Vessel Operations\r\n</span><span style=\"font-weight: 400;\">P.O. Box 3350 Annapolis, MD 21403</span>\r\n\r\n<span style=\"font-weight: 400;\">This application is for seasonal employment. The applicant will be required to work nights, weekends and holidays. The company will try to provide applicants with the number of hours per week of work requested, but cannot guarantee same.If employee needs specific days off, or time for vacation, travel, school, weddings or any other reason, those dates must be set forth in this application. If not, the time off will not be guaranteed. Applicants for captain or crew will be drug tested. The cost will be shared 50/50 by the applicant and the company (currently $40).</span>'),(2758,541,'_content_blocks_0_column_1','field_59d682a9199fc'),(2759,541,'content_blocks_0_column_2','<img class=\"alignnone size-medium wp-image-539\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Bob-Bryan-CHarter-225x300.jpg\" alt=\"Bob &amp; Bryan - Watermark Employeers\" width=\"225\" height=\"300\" />'),(2760,541,'_content_blocks_0_column_2','field_59d682ca199fd'),(2761,541,'content_blocks_1_column_1','<hr />\r\n\r\n&nbsp;'),(2762,541,'_content_blocks_1_column_1','field_59d682dd199ff'),(2763,541,'content_blocks','a:3:{i:0;s:10:\"columns-73\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";}'),(2764,541,'_content_blocks','field_59d681f5199f8'),(2765,541,'select_events',''),(2766,541,'_select_events','field_5e4fb8273c0b6'),(2767,541,'title_testimony',''),(2768,541,'_title_testimony','field_5e4fbff6dea83'),(2769,541,'subtitle_testimony',''),(2770,541,'_subtitle_testimony','field_5e4fbffedea84'),(2771,541,'testimonials_page',''),(2772,541,'_testimonials_page','field_5e58168a97eb0'),(2773,541,'content_blocks_2_column_1','Form Placeholder'),(2774,541,'_content_blocks_2_column_1','field_59d682dd199ff'),(2775,542,'_wp_attached_file','2020/03/3guides.jpg'),(2776,542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:837;s:4:\"file\";s:19:\"2020/03/3guides.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"3guides-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"3guides-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:19:\"3guides-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:19:\"3guides-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:19:\"3guides-628x645.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:19:\"3guides-628x748.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:19:\"3guides-628x380.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:19:\"3guides-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2777,542,'_wp_attachment_image_alt',''),(2816,535,'content_blocks_0_column_1','<h2 style=\"text-align: center;\">Employment Application – Water Positions</h2>\r\n<p style=\"text-align: center;\"><strong>Submit Applications to:\r\n</strong><span style=\"font-weight: 400;\">Ginny Mininger, Director of Vessel Operations\r\n</span><span style=\"font-weight: 400;\">P.O. Box 3350 Annapolis, MD 21403</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">This application is for seasonal employment. The applicant will be required to work nights, weekends and holidays. The company will try to provide applicants with the number of hours per week of work requested, but cannot guarantee same.If employee needs specific days off, or time for vacation, travel, school, weddings or any other reason, those dates must be set forth in this application. If not, the time off will not be guaranteed. Applicants for captain or crew will be drug tested. The cost will be shared 50/50 by the applicant and the company (currently $40).</span></p>'),(2786,543,'banner_background','474'),(2787,543,'_banner_background','field_5e4fb72e3be63'),(2788,543,'banner_background_mobile','478'),(2789,543,'_banner_background_mobile','field_5e5fa8e7ae913'),(2790,543,'title_page_default','Employment '),(2791,543,'_title_page_default','field_5e4fb74e3be64'),(2792,543,'description_page_default','Submit An Application'),(2793,543,'_description_page_default','field_5e4fb7673be65'),(2794,543,'content_blocks_1_column_1','<hr />\r\n\r\n&nbsp;'),(2795,543,'_content_blocks_1_column_1','field_59d682dd199ff'),(2796,543,'content_blocks','a:3:{i:0;s:9:\"columns-4\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";}'),(2797,543,'_content_blocks','field_59d681f5199f8'),(2798,543,'select_events',''),(2799,543,'_select_events','field_5e4fb8273c0b6'),(2800,543,'title_testimony',''),(2801,543,'_title_testimony','field_5e4fbff6dea83'),(2802,543,'subtitle_testimony',''),(2803,543,'_subtitle_testimony','field_5e4fbffedea84'),(2804,543,'testimonials_page',''),(2805,543,'_testimonials_page','field_5e58168a97eb0'),(2806,543,'content_blocks_2_column_1','Form Placeholder'),(2807,543,'_content_blocks_2_column_1','field_59d682dd199ff'),(2808,543,'content_blocks_0_column_1','<h2>Employment Application – Water Positions</h2>\r\n<strong>Submit Applications to:\r\n</strong><span style=\"font-weight: 400;\">Ginny Mininger, Director of Vessel Operations\r\n</span><span style=\"font-weight: 400;\">P.O. Box 3350 Annapolis, MD 21403</span>\r\n\r\n<span style=\"font-weight: 400;\">This application is for seasonal employment. The applicant will be required to work nights, weekends and holidays. The company will try to provide applicants with the number of hours per week of work requested, but cannot guarantee same.If employee needs specific days off, or time for vacation, travel, school, weddings or any other reason, those dates must be set forth in this application. If not, the time off will not be guaranteed. Applicants for captain or crew will be drug tested. The cost will be shared 50/50 by the applicant and the company (currently $40).</span>'),(2809,543,'_content_blocks_0_column_1','field_59d68a13b11d6'),(2810,543,'content_blocks_0_column_2','<img class=\"alignnone size-medium wp-image-539\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Bob-Bryan-CHarter-225x300.jpg\" alt=\"Bob &amp; Bryan - Watermark Employeers\" width=\"225\" height=\"300\" />'),(2811,543,'_content_blocks_0_column_2','field_59d68a21b11d7'),(2812,543,'content_blocks_0_column_3','<img class=\"alignnone size-medium wp-image-542\" src=\"https://watermark.labcp.co/app/uploads/2020/03/3guides-225x300.jpg\" alt=\"Three Watermark Guides\" width=\"225\" height=\"300\" />'),(2813,543,'_content_blocks_0_column_3','field_59d68a2bb11d8'),(2814,543,'content_blocks_0_column_4',''),(2815,543,'_content_blocks_0_column_4','field_59d68a33b11d9'),(2823,535,'_content_blocks_3_column_1','field_59d682dd199ff'),(2824,544,'banner_background','474'),(2825,544,'_banner_background','field_5e4fb72e3be63'),(2826,544,'banner_background_mobile','478'),(2827,544,'_banner_background_mobile','field_5e5fa8e7ae913'),(2828,544,'title_page_default','Employment '),(2829,544,'_title_page_default','field_5e4fb74e3be64'),(2830,544,'description_page_default','Submit An Application'),(2831,544,'_description_page_default','field_5e4fb7673be65'),(2832,544,'content_blocks','a:4:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-2\";i:2;s:9:\"columns-1\";i:3;s:9:\"columns-1\";}'),(2833,544,'_content_blocks','field_59d681f5199f8'),(2834,544,'select_events',''),(2835,544,'_select_events','field_5e4fb8273c0b6'),(2836,544,'title_testimony',''),(2837,544,'_title_testimony','field_5e4fbff6dea83'),(2838,544,'subtitle_testimony',''),(2839,544,'_subtitle_testimony','field_5e4fbffedea84'),(2840,544,'testimonials_page',''),(2841,544,'_testimonials_page','field_5e58168a97eb0'),(2842,544,'content_blocks_2_column_1','<hr />\r\n\r\n&nbsp;'),(2843,544,'_content_blocks_2_column_1','field_59d682dd199ff'),(2844,544,'content_blocks_0_column_1','<h2 style=\"text-align: center;\">Employment Application – Water Positions</h2>\r\n<p style=\"text-align: center;\"><strong>Submit Applications to:\r\n</strong><span style=\"font-weight: 400;\">Ginny Mininger, Director of Vessel Operations\r\n</span><span style=\"font-weight: 400;\">P.O. Box 3350 Annapolis, MD 21403</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">This application is for seasonal employment. The applicant will be required to work nights, weekends and holidays. The company will try to provide applicants with the number of hours per week of work requested, but cannot guarantee same.If employee needs specific days off, or time for vacation, travel, school, weddings or any other reason, those dates must be set forth in this application. If not, the time off will not be guaranteed. Applicants for captain or crew will be drug tested. The cost will be shared 50/50 by the applicant and the company (currently $40).</span></p>'),(2845,544,'_content_blocks_0_column_1','field_59d682dd199ff'),(2846,544,'content_blocks_1_column_1','<img class=\"size-medium wp-image-542 aligncenter\" src=\"https://watermark.labcp.co/app/uploads/2020/03/3guides-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />'),(2847,544,'_content_blocks_1_column_1','field_59d68213199f9'),(2848,544,'content_blocks_1_column_2','<img class=\"aligncenter size-medium wp-image-539\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Bob-Bryan-CHarter-225x300.jpg\" alt=\"Bob &amp; Bryan - Watermark Employeers\" width=\"225\" height=\"300\" />'),(2849,544,'_content_blocks_1_column_2','field_59d68226199fa'),(2850,544,'content_blocks_3_column_1','Form Placeholder'),(2851,544,'_content_blocks_3_column_1','field_59d682dd199ff'),(2857,535,'_content_blocks_4_column_2','field_59d68226199fa'),(2858,545,'banner_background','474'),(2859,545,'_banner_background','field_5e4fb72e3be63'),(2860,545,'banner_background_mobile','478'),(2861,545,'_banner_background_mobile','field_5e5fa8e7ae913'),(2862,545,'title_page_default','Employment '),(2863,545,'_title_page_default','field_5e4fb74e3be64'),(2864,545,'description_page_default','Submit An Application'),(2865,545,'_description_page_default','field_5e4fb7673be65'),(2866,545,'content_blocks','a:5:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";i:3;s:9:\"columns-1\";i:4;s:9:\"columns-2\";}'),(2867,545,'_content_blocks','field_59d681f5199f8'),(2868,545,'select_events',''),(2869,545,'_select_events','field_5e4fb8273c0b6'),(2870,545,'title_testimony',''),(2871,545,'_title_testimony','field_5e4fbff6dea83'),(2872,545,'subtitle_testimony',''),(2873,545,'_subtitle_testimony','field_5e4fbffedea84'),(2874,545,'testimonials_page',''),(2875,545,'_testimonials_page','field_5e58168a97eb0'),(2876,545,'content_blocks_2_column_1','Form Placeholder'),(2877,545,'_content_blocks_2_column_1','field_59d682dd199ff'),(2878,545,'content_blocks_0_column_1','<h2 style=\"text-align: center;\">Employment Application – Water Positions</h2>\r\n<p style=\"text-align: center;\"><strong>Submit Applications to:\r\n</strong><span style=\"font-weight: 400;\">Ginny Mininger, Director of Vessel Operations\r\n</span><span style=\"font-weight: 400;\">P.O. Box 3350 Annapolis, MD 21403</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">This application is for seasonal employment. The applicant will be required to work nights, weekends and holidays. The company will try to provide applicants with the number of hours per week of work requested, but cannot guarantee same.If employee needs specific days off, or time for vacation, travel, school, weddings or any other reason, those dates must be set forth in this application. If not, the time off will not be guaranteed. Applicants for captain or crew will be drug tested. The cost will be shared 50/50 by the applicant and the company (currently $40).</span></p>'),(2879,545,'_content_blocks_0_column_1','field_59d682dd199ff'),(2880,545,'content_blocks_3_column_1','<hr />\r\n\r\n&nbsp;'),(2881,545,'_content_blocks_3_column_1','field_59d682dd199ff'),(2882,545,'content_blocks_1_column_1','<hr />\r\n\r\n&nbsp;'),(2883,545,'_content_blocks_1_column_1','field_59d682dd199ff'),(2884,545,'content_blocks_4_column_1','<img class=\"size-medium wp-image-542 aligncenter\" src=\"https://watermark.labcp.co/app/uploads/2020/03/3guides-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />'),(2885,545,'_content_blocks_4_column_1','field_59d68213199f9'),(2886,545,'content_blocks_4_column_2','<img class=\"aligncenter size-medium wp-image-539\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Bob-Bryan-CHarter-225x300.jpg\" alt=\"Bob &amp; Bryan - Watermark Employeers\" width=\"225\" height=\"300\" />'),(2887,545,'_content_blocks_4_column_2','field_59d68226199fa'),(2889,547,'_edit_lock','1583940079:3'),(2890,547,'_edit_last','3'),(2891,547,'_wp_page_template','default'),(2892,547,'banner_background',''),(2893,547,'_banner_background','field_5e4fb72e3be63'),(2894,547,'banner_background_mobile',''),(2895,547,'_banner_background_mobile','field_5e5fa8e7ae913'),(2896,547,'title_page_default',''),(2897,547,'_title_page_default','field_5e4fb74e3be64'),(2898,547,'description_page_default',''),(2899,547,'_description_page_default','field_5e4fb7673be65'),(2900,547,'content_blocks',''),(2901,547,'_content_blocks','field_59d681f5199f8'),(2902,547,'select_events',''),(2903,547,'_select_events','field_5e4fb8273c0b6'),(2904,547,'title_testimony',''),(2905,547,'_title_testimony','field_5e4fbff6dea83'),(2906,547,'subtitle_testimony',''),(2907,547,'_subtitle_testimony','field_5e4fbffedea84'),(2908,547,'testimonials_page',''),(2909,547,'_testimonials_page','field_5e58168a97eb0'),(2910,548,'banner_background',''),(2911,548,'_banner_background','field_5e4fb72e3be63'),(2912,548,'banner_background_mobile',''),(2913,548,'_banner_background_mobile','field_5e5fa8e7ae913'),(2914,548,'title_page_default',''),(2915,548,'_title_page_default','field_5e4fb74e3be64'),(2916,548,'description_page_default',''),(2917,548,'_description_page_default','field_5e4fb7673be65'),(2918,548,'content_blocks',''),(2919,548,'_content_blocks','field_59d681f5199f8'),(2920,548,'select_events',''),(2921,548,'_select_events','field_5e4fb8273c0b6'),(2922,548,'title_testimony',''),(2923,548,'_title_testimony','field_5e4fbff6dea83'),(2924,548,'subtitle_testimony',''),(2925,548,'_subtitle_testimony','field_5e4fbffedea84'),(2926,548,'testimonials_page',''),(2927,548,'_testimonials_page','field_5e58168a97eb0'),(2928,549,'_edit_lock','1583940377:3'),(2929,550,'_wp_attached_file','2020/03/Annapolis-Sunset-Banner1800x703.jpg'),(2930,550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:625;s:4:\"file\";s:43:\"2020/03/Annapolis-Sunset-Banner1800x703.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Annapolis-Sunset-Banner1800x703-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Annapolis-Sunset-Banner1800x703-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Annapolis-Sunset-Banner1800x703-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:43:\"Annapolis-Sunset-Banner1800x703-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"Annapolis-Sunset-Banner1800x703-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:43:\"Annapolis-Sunset-Banner1800x703-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:43:\"Annapolis-Sunset-Banner1800x703-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:43:\"Annapolis-Sunset-Banner1800x703-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:43:\"Annapolis-Sunset-Banner1800x703-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(2931,550,'_wp_attachment_image_alt','Annapolis Sunset'),(2932,549,'_edit_last','3'),(2933,549,'_wp_page_template','default'),(2934,549,'banner_background','550'),(2935,549,'_banner_background','field_5e4fb72e3be63'),(2936,549,'banner_background_mobile',''),(2937,549,'_banner_background_mobile','field_5e5fa8e7ae913'),(2938,549,'title_page_default','Share Your Experience!'),(2939,549,'_title_page_default','field_5e4fb74e3be64'),(2940,549,'description_page_default',''),(2941,549,'_description_page_default','field_5e4fb7673be65'),(2942,549,'content_blocks_0_column_1','<h2 style=\"text-align: center;\">We would love to hear about your Unforgettable Journey with Watermark.</h2>\r\n<p style=\"text-align: center;\">Please fill out the form below and let us know if we can post it on our website.</p>'),(2943,549,'_content_blocks_0_column_1','field_59d682dd199ff'),(2944,549,'content_blocks_1_column_1','<hr />\r\n\r\n&nbsp;'),(2945,549,'_content_blocks_1_column_1','field_59d682dd199ff'),(2946,549,'content_blocks','a:3:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";}'),(2947,549,'_content_blocks','field_59d681f5199f8'),(2948,549,'select_events',''),(2949,549,'_select_events','field_5e4fb8273c0b6'),(2950,549,'title_testimony',''),(2951,549,'_title_testimony','field_5e4fbff6dea83'),(2952,549,'subtitle_testimony',''),(2953,549,'_subtitle_testimony','field_5e4fbffedea84'),(2954,549,'testimonials_page',''),(2955,549,'_testimonials_page','field_5e58168a97eb0'),(2956,551,'banner_background','550'),(2957,551,'_banner_background','field_5e4fb72e3be63'),(2958,551,'banner_background_mobile',''),(2959,551,'_banner_background_mobile','field_5e5fa8e7ae913'),(2960,551,'title_page_default',''),(2961,551,'_title_page_default','field_5e4fb74e3be64'),(2962,551,'description_page_default',''),(2963,551,'_description_page_default','field_5e4fb7673be65'),(2964,551,'content_blocks_0_column_1','<h2 style=\"text-align: center;\">We would love to hear about your Unforgettable Journey with Watermark.</h2>\r\n<p style=\"text-align: center;\">Please fill out the form below and let us know if we can post it on our website.</p>'),(2965,551,'_content_blocks_0_column_1','field_59d682dd199ff'),(2966,551,'content_blocks_1_column_1','Form Placeholder'),(2967,551,'_content_blocks_1_column_1','field_59d682dd199ff'),(2968,551,'content_blocks','a:2:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";}'),(2969,551,'_content_blocks','field_59d681f5199f8'),(2970,551,'select_events',''),(2971,551,'_select_events','field_5e4fb8273c0b6'),(2972,551,'title_testimony',''),(2973,551,'_title_testimony','field_5e4fbff6dea83'),(2974,551,'subtitle_testimony',''),(2975,551,'_subtitle_testimony','field_5e4fbffedea84'),(2976,551,'testimonials_page',''),(2977,551,'_testimonials_page','field_5e58168a97eb0'),(2978,549,'content_blocks_2_column_1','<strong>Form Placeholder</strong>'),(2979,549,'_content_blocks_2_column_1','field_59d682dd199ff'),(2980,552,'banner_background','550'),(2981,552,'_banner_background','field_5e4fb72e3be63'),(2982,552,'banner_background_mobile',''),(2983,552,'_banner_background_mobile','field_5e5fa8e7ae913'),(2984,552,'title_page_default','Share Your Experience!'),(2985,552,'_title_page_default','field_5e4fb74e3be64'),(2986,552,'description_page_default',''),(2987,552,'_description_page_default','field_5e4fb7673be65'),(2988,552,'content_blocks_0_column_1','<h2 style=\"text-align: center;\">We would love to hear about your Unforgettable Journey with Watermark.</h2>\r\n<p style=\"text-align: center;\">Please fill out the form below and let us know if we can post it on our website.</p>'),(2989,552,'_content_blocks_0_column_1','field_59d682dd199ff'),(2990,552,'content_blocks_1_column_1','<hr />\r\n\r\n&nbsp;'),(2991,552,'_content_blocks_1_column_1','field_59d682dd199ff'),(2992,552,'content_blocks','a:3:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";}'),(2993,552,'_content_blocks','field_59d681f5199f8'),(2994,552,'select_events',''),(2995,552,'_select_events','field_5e4fb8273c0b6'),(2996,552,'title_testimony',''),(2997,552,'_title_testimony','field_5e4fbff6dea83'),(2998,552,'subtitle_testimony',''),(2999,552,'_subtitle_testimony','field_5e4fbffedea84'),(3000,552,'testimonials_page',''),(3001,552,'_testimonials_page','field_5e58168a97eb0'),(3002,552,'content_blocks_2_column_1','<strong>Form Placeholder</strong>'),(3003,552,'_content_blocks_2_column_1','field_59d682dd199ff'),(3004,553,'_edit_lock','1583940951:3'),(3005,553,'_edit_last','3'),(3006,554,'_edit_lock','1583941022:3'),(3007,554,'_edit_last','3'),(3008,554,'_wp_page_template','default'),(3009,554,'banner_background',''),(3010,554,'_banner_background','field_5e4fb72e3be63'),(3011,554,'banner_background_mobile',''),(3012,554,'_banner_background_mobile','field_5e5fa8e7ae913'),(3013,554,'title_page_default',''),(3014,554,'_title_page_default','field_5e4fb74e3be64'),(3015,554,'description_page_default',''),(3016,554,'_description_page_default','field_5e4fb7673be65'),(3017,554,'content_blocks',''),(3018,554,'_content_blocks','field_59d681f5199f8'),(3019,554,'select_events',''),(3020,554,'_select_events','field_5e4fb8273c0b6'),(3021,554,'title_testimony',''),(3022,554,'_title_testimony','field_5e4fbff6dea83'),(3023,554,'subtitle_testimony',''),(3024,554,'_subtitle_testimony','field_5e4fbffedea84'),(3025,554,'testimonials_page',''),(3026,554,'_testimonials_page','field_5e58168a97eb0'),(3027,555,'banner_background',''),(3028,555,'_banner_background','field_5e4fb72e3be63'),(3029,555,'banner_background_mobile',''),(3030,555,'_banner_background_mobile','field_5e5fa8e7ae913'),(3031,555,'title_page_default',''),(3032,555,'_title_page_default','field_5e4fb74e3be64'),(3033,555,'description_page_default',''),(3034,555,'_description_page_default','field_5e4fb7673be65'),(3035,555,'content_blocks',''),(3036,555,'_content_blocks','field_59d681f5199f8'),(3037,555,'select_events',''),(3038,555,'_select_events','field_5e4fb8273c0b6'),(3039,555,'title_testimony',''),(3040,555,'_title_testimony','field_5e4fbff6dea83'),(3041,555,'subtitle_testimony',''),(3042,555,'_subtitle_testimony','field_5e4fbffedea84'),(3043,555,'testimonials_page',''),(3044,555,'_testimonials_page','field_5e58168a97eb0'),(3045,556,'_wp_attached_file','2020/03/CH-Wed-Dance-RV.jpg'),(3046,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:837;s:4:\"file\";s:27:\"2020/03/CH-Wed-Dance-RV.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"CH-Wed-Dance-RV-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"CH-Wed-Dance-RV-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CH-Wed-Dance-RV-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CH-Wed-Dance-RV-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:27:\"CH-Wed-Dance-RV-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:27:\"CH-Wed-Dance-RV-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:28:\"CH-Wed-Dance-RV-1256x645.jpg\";s:5:\"width\";i:1256;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:28:\"CH-Wed-Dance-RV-1256x748.jpg\";s:5:\"width\";i:1256;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:27:\"CH-Wed-Dance-RV-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:27:\"CH-Wed-Dance-RV-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(3047,557,'_wp_attached_file','2020/03/Charter-Galley-CApt-.jpg'),(3048,557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1255;s:6:\"height\";i:837;s:4:\"file\";s:32:\"2020/03/Charter-Galley-CApt-.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Charter-Galley-CApt--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Charter-Galley-CApt--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Charter-Galley-CApt--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:32:\"Charter-Galley-CApt--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:32:\"Charter-Galley-CApt--500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:32:\"Charter-Galley-CApt--500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:33:\"Charter-Galley-CApt--1255x645.jpg\";s:5:\"width\";i:1255;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:33:\"Charter-Galley-CApt--1255x748.jpg\";s:5:\"width\";i:1255;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:32:\"Charter-Galley-CApt--750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:32:\"Charter-Galley-CApt--300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:18:\"Tara Hope Thompson\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:76:\"(C) Tara Hope Photography ((C) Tara Hope Photography (Photographer) - [None]\";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:{}}}'),(3049,558,'_wp_attached_file','2020/03/CM-CH-Wed-Capt-Vows.jpg'),(3050,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1255;s:6:\"height\";i:837;s:4:\"file\";s:31:\"2020/03/CM-CH-Wed-Capt-Vows.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"CM-CH-Wed-Capt-Vows-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"CM-CH-Wed-Capt-Vows-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"CM-CH-Wed-Capt-Vows-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"CM-CH-Wed-Capt-Vows-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:31:\"CM-CH-Wed-Capt-Vows-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:31:\"CM-CH-Wed-Capt-Vows-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:32:\"CM-CH-Wed-Capt-Vows-1255x645.jpg\";s:5:\"width\";i:1255;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:32:\"CM-CH-Wed-Capt-Vows-1255x748.jpg\";s:5:\"width\";i:1255;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:31:\"CM-CH-Wed-Capt-Vows-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:31:\"CM-CH-Wed-Capt-Vows-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:18:\"Tara Hope Thompson\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:76:\"(C) Tara Hope Photography ((C) Tara Hope Photography (Photographer) - [None]\";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:{}}}'),(3051,559,'_wp_attached_file','2020/03/CM-Gallery-WEdding.jpg'),(3052,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1258;s:6:\"height\";i:837;s:4:\"file\";s:30:\"2020/03/CM-Gallery-WEdding.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"CM-Gallery-WEdding-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"CM-Gallery-WEdding-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"CM-Gallery-WEdding-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"CM-Gallery-WEdding-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:30:\"CM-Gallery-WEdding-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:30:\"CM-Gallery-WEdding-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:31:\"CM-Gallery-WEdding-1258x645.jpg\";s:5:\"width\";i:1258;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:31:\"CM-Gallery-WEdding-1258x748.jpg\";s:5:\"width\";i:1258;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:30:\"CM-Gallery-WEdding-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:30:\"CM-Gallery-WEdding-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(3053,560,'_wp_attached_file','2020/03/CM-Wedding-Gal.jpg'),(3054,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1258;s:6:\"height\";i:837;s:4:\"file\";s:26:\"2020/03/CM-Wedding-Gal.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"CM-Wedding-Gal-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"CM-Wedding-Gal-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CM-Wedding-Gal-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:\"CM-Wedding-Gal-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:26:\"CM-Wedding-Gal-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:26:\"CM-Wedding-Gal-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:27:\"CM-Wedding-Gal-1258x645.jpg\";s:5:\"width\";i:1258;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:27:\"CM-Wedding-Gal-1258x748.jpg\";s:5:\"width\";i:1258;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:26:\"CM-Wedding-Gal-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:26:\"CM-Wedding-Gal-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(3055,561,'_wp_attached_file','2020/03/Cm-Wedding-Gallery.jpg'),(3056,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1254;s:6:\"height\";i:837;s:4:\"file\";s:30:\"2020/03/Cm-Wedding-Gallery.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Cm-Wedding-Gallery-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Cm-Wedding-Gallery-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Cm-Wedding-Gallery-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Cm-Wedding-Gallery-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:30:\"Cm-Wedding-Gallery-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:30:\"Cm-Wedding-Gallery-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:31:\"Cm-Wedding-Gallery-1254x645.jpg\";s:5:\"width\";i:1254;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:31:\"Cm-Wedding-Gallery-1254x748.jpg\";s:5:\"width\";i:1254;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:30:\"Cm-Wedding-Gallery-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:30:\"Cm-Wedding-Gallery-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(3057,562,'_wp_attached_file','2020/03/CM-Wedding.jpg'),(3058,562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:837;s:4:\"file\";s:22:\"2020/03/CM-Wedding.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"CM-Wedding-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"CM-Wedding-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"CM-Wedding-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"CM-Wedding-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:22:\"CM-Wedding-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:22:\"CM-Wedding-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:23:\"CM-Wedding-1256x645.jpg\";s:5:\"width\";i:1256;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:23:\"CM-Wedding-1256x748.jpg\";s:5:\"width\";i:1256;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:22:\"CM-Wedding-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:22:\"CM-Wedding-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"Pure in Art Photography\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:44:\"www.pureinart.com © Pure in Art Photography\";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:44:\"www.pureinart.com © Pure in Art Photography\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3059,563,'_wp_attached_file','2020/03/LS-Wedding-Flag.jpg'),(3060,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1293;s:6:\"height\";i:862;s:4:\"file\";s:27:\"2020/03/LS-Wedding-Flag.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"LS-Wedding-Flag-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"LS-Wedding-Flag-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"LS-Wedding-Flag-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"LS-Wedding-Flag-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:27:\"LS-Wedding-Flag-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:27:\"LS-Wedding-Flag-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"single-event\";a:4:{s:4:\"file\";s:28:\"LS-Wedding-Flag-1293x645.jpg\";s:5:\"width\";i:1293;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:28:\"LS-Wedding-Flag-1293x748.jpg\";s:5:\"width\";i:1293;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"single-page-mobile\";a:4:{s:4:\"file\";s:27:\"LS-Wedding-Flag-750x380.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:27:\"LS-Wedding-Flag-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:19:\"Copyright Jen Brown\";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:{}}}'),(3061,556,'_wp_attachment_image_alt','Wedding Dance'),(3062,557,'_wp_attachment_image_alt','Bridal Party with Captain'),(3063,559,'_wp_attachment_image_alt','Waterfront wedding'),(3064,560,'_wp_attachment_image_alt','Set table for wedding with a view'),(3065,561,'_wp_attachment_image_alt','Wedding Cruise'),(3066,562,'_wp_attachment_image_alt','Wedding photo of bride and groom on boat'),(3067,563,'_wp_attachment_image_alt','Boat decked out for wedding'),(3068,564,'banner_background','474'),(3069,564,'_banner_background','field_5e4fb72e3be63'),(3070,564,'banner_background_mobile','478'),(3071,564,'_banner_background_mobile','field_5e5fa8e7ae913'),(3072,564,'title_page_default','Employment '),(3073,564,'_title_page_default','field_5e4fb74e3be64'),(3074,564,'description_page_default','Submit An Application'),(3075,564,'_description_page_default','field_5e4fb7673be65'),(3076,564,'content_blocks','a:5:{i:0;s:9:\"columns-1\";i:1;s:9:\"columns-1\";i:2;s:9:\"columns-1\";i:3;s:9:\"columns-1\";i:4;s:9:\"columns-2\";}'),(3077,564,'_content_blocks','field_59d681f5199f8'),(3078,564,'select_events',''),(3079,564,'_select_events','field_5e4fb8273c0b6'),(3080,564,'title_testimony',''),(3081,564,'_title_testimony','field_5e4fbff6dea83'),(3082,564,'subtitle_testimony',''),(3083,564,'_subtitle_testimony','field_5e4fbffedea84'),(3084,564,'testimonials_page',''),(3085,564,'_testimonials_page','field_5e58168a97eb0'),(3086,564,'content_blocks_2_column_1','Form Placeholder'),(3087,564,'_content_blocks_2_column_1','field_59d682dd199ff'),(3088,564,'content_blocks_0_column_1','<h2 style=\"text-align: center;\">Employment Application – Water Positions</h2>\r\n<p style=\"text-align: center;\"><strong>Submit Applications to:\r\n</strong><span style=\"font-weight: 400;\">Ginny Mininger, Director of Vessel Operations\r\n</span><span style=\"font-weight: 400;\">P.O. Box 3350 Annapolis, MD 21403</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">This application is for seasonal employment. The applicant will be required to work nights, weekends and holidays. The company will try to provide applicants with the number of hours per week of work requested, but cannot guarantee same.If employee needs specific days off, or time for vacation, travel, school, weddings or any other reason, those dates must be set forth in this application. If not, the time off will not be guaranteed. Applicants for captain or crew will be drug tested. The cost will be shared 50/50 by the applicant and the company (currently $40).</span></p>'),(3089,564,'_content_blocks_0_column_1','field_59d682dd199ff'),(3090,564,'content_blocks_3_column_1','<hr />\r\n\r\n&nbsp;'),(3091,564,'_content_blocks_3_column_1','field_59d682dd199ff'),(3092,564,'content_blocks_1_column_1','<hr />\r\n\r\n&nbsp;'),(3093,564,'_content_blocks_1_column_1','field_59d682dd199ff'),(3094,564,'content_blocks_4_column_1','<img class=\"aligncenter wp-image-542 size-full\" src=\"https://watermark.labcp.co/app/uploads/2020/03/3guides.jpg\" alt=\"\" width=\"628\" height=\"837\" />'),(3095,564,'_content_blocks_4_column_1','field_59d68213199f9'),(3096,564,'content_blocks_4_column_2','<img class=\"aligncenter wp-image-539 size-full\" src=\"https://watermark.labcp.co/app/uploads/2020/03/Bob-Bryan-CHarter.jpg\" alt=\"Bob &amp; Bryan - Watermark Employeers\" width=\"628\" height=\"837\" />'),(3097,564,'_content_blocks_4_column_2','field_59d68226199fa'),(3099,178,'_title_shortcode_form','field_5e6a353681b1c'),(3100,178,'subtitle_shortcode_form','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Duis autem vel eum iriure dolor in hendrerit.'),(3101,178,'_subtitle_shortcode_form','field_5e6a354081b1d'),(3102,567,'banner_background','418'),(3103,567,'_banner_background','field_5e4c35c45d826'),(3104,567,'banner_background_mobile','419'),(3105,567,'_banner_background_mobile','field_5e5d48b3c8c81'),(3106,567,'title_page_private_yacht','Private Yacht Charters & Weddings'),(3107,567,'_title_page_private_yacht','field_5e4c35c45dc13'),(3108,567,'description_page_private_yacht','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(3109,567,'_description_page_private_yacht','field_5e4c35c45e008'),(3110,567,'button_text_page_private_yacht','Schedule an Event'),(3111,567,'_button_text_page_private_yacht','field_5e4c35c45e3e0'),(3112,567,'button_url_page_private_yacht','https://watermark.labcp.co/'),(3113,567,'_button_url_page_private_yacht','field_5e4c35c45e7c7'),(3114,567,'cards_private_yacht_0_image_cards_private_yacht','420'),(3115,567,'_cards_private_yacht_0_image_cards_private_yacht','field_5e4c3994741aa'),(3116,567,'cards_private_yacht_0_title_cards_private_yacht','Waterfront Weddings'),(3117,567,'_cards_private_yacht_0_title_cards_private_yacht','field_5e4c39ca741ab'),(3118,567,'cards_private_yacht_0_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(3119,567,'_cards_private_yacht_0_description_cards_private_yacht','field_5e4c39db741ac'),(3120,567,'cards_private_yacht_0_button_text_cards_private_yacht','Learn More'),(3121,567,'_cards_private_yacht_0_button_text_cards_private_yacht','field_5e4c39ee741ad'),(3122,567,'cards_private_yacht_0_button_url_cards_private_yacht','https://watermark.labcp.co/'),(3123,567,'_cards_private_yacht_0_button_url_cards_private_yacht','field_5e4c39fd741ae'),(3124,567,'cards_private_yacht_1_image_cards_private_yacht','421'),(3125,567,'_cards_private_yacht_1_image_cards_private_yacht','field_5e4c3994741aa'),(3126,567,'cards_private_yacht_1_title_cards_private_yacht','Corporate Entertainment'),(3127,567,'_cards_private_yacht_1_title_cards_private_yacht','field_5e4c39ca741ab'),(3128,567,'cards_private_yacht_1_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(3129,567,'_cards_private_yacht_1_description_cards_private_yacht','field_5e4c39db741ac'),(3130,567,'cards_private_yacht_1_button_text_cards_private_yacht','Learn More'),(3131,567,'_cards_private_yacht_1_button_text_cards_private_yacht','field_5e4c39ee741ad'),(3132,567,'cards_private_yacht_1_button_url_cards_private_yacht','https://watermark.labcp.co/'),(3133,567,'_cards_private_yacht_1_button_url_cards_private_yacht','field_5e4c39fd741ae'),(3134,567,'cards_private_yacht_2_image_cards_private_yacht','422'),(3135,567,'_cards_private_yacht_2_image_cards_private_yacht','field_5e4c3994741aa'),(3136,567,'cards_private_yacht_2_title_cards_private_yacht','Social Events'),(3137,567,'_cards_private_yacht_2_title_cards_private_yacht','field_5e4c39ca741ab'),(3138,567,'cards_private_yacht_2_description_cards_private_yacht','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Sed diam nonummy nibh euismod tincidunt.'),(3139,567,'_cards_private_yacht_2_description_cards_private_yacht','field_5e4c39db741ac'),(3140,567,'cards_private_yacht_2_button_text_cards_private_yacht','Learn More'),(3141,567,'_cards_private_yacht_2_button_text_cards_private_yacht','field_5e4c39ee741ad'),(3142,567,'cards_private_yacht_2_button_url_cards_private_yacht','https://watermark.labcp.co/'),(3143,567,'_cards_private_yacht_2_button_url_cards_private_yacht','field_5e4c39fd741ae'),(3144,567,'cards_private_yacht','3'),(3145,567,'_cards_private_yacht','field_5e4c395d741a9'),(3146,567,'description_charters_on_the_bay','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Duis autem vel eum iriure dolor in hendrerit.'),(3147,567,'_description_charters_on_the_bay','field_5e4c3a6877610'),(3148,567,'cards_charters_0_image_cards_charters','423'),(3149,567,'_cards_charters_0_image_cards_charters','field_5e4c3b4177612'),(3150,567,'cards_charters_0_title_cards_charters','View'),(3151,567,'_cards_charters_0_title_cards_charters','field_5e4c3c431e338'),(3152,567,'cards_charters_0_link_cards_charters','https://watermark.labcp.co/'),(3153,567,'_cards_charters_0_link_cards_charters','field_5e4c3c4d1e339'),(3154,567,'cards_charters_1_image_cards_charters','423'),(3155,567,'_cards_charters_1_image_cards_charters','field_5e4c3b4177612'),(3156,567,'cards_charters_1_title_cards_charters','View'),(3157,567,'_cards_charters_1_title_cards_charters','field_5e4c3c431e338'),(3158,567,'cards_charters_1_link_cards_charters','https://watermark.labcp.co/'),(3159,567,'_cards_charters_1_link_cards_charters','field_5e4c3c4d1e339'),(3160,567,'cards_charters_2_image_cards_charters','423'),(3161,567,'_cards_charters_2_image_cards_charters','field_5e4c3b4177612'),(3162,567,'cards_charters_2_title_cards_charters','View'),(3163,567,'_cards_charters_2_title_cards_charters','field_5e4c3c431e338'),(3164,567,'cards_charters_2_link_cards_charters','https://watermark.labcp.co/'),(3165,567,'_cards_charters_2_link_cards_charters','field_5e4c3c4d1e339'),(3166,567,'cards_charters_3_image_cards_charters','423'),(3167,567,'_cards_charters_3_image_cards_charters','field_5e4c3b4177612'),(3168,567,'cards_charters_3_title_cards_charters','View'),(3169,567,'_cards_charters_3_title_cards_charters','field_5e4c3c431e338'),(3170,567,'cards_charters_3_link_cards_charters','https://watermark.labcp.co/'),(3171,567,'_cards_charters_3_link_cards_charters','field_5e4c3c4d1e339'),(3172,567,'cards_charters','4'),(3173,567,'_cards_charters','field_5e4c3afb77611'),(3174,567,'description_celebrate_in_style','Our yachts serve as elegant, luxurious, and unique waterfront venues suitable for any type of event. We pride ourselves upon being one of the best party venues in Maryland.'),(3175,567,'_description_celebrate_in_style','field_5e4c35c45f7d1'),(3176,567,'title_block_01','Yacht Venues for Social Events'),(3177,567,'_title_block_01','field_5e4c35c45ff2f'),(3178,567,'description_block_01','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci consequat. Duis autem vel eum iriure dolor in hendrerit.'),(3179,567,'_description_block_01','field_5e4c35c46035c'),(3180,567,'button_text_block_01','Learn More'),(3181,567,'_button_text_block_01','field_5e4c35c4606ff'),(3182,567,'button_url_block_01','https://watermark.labcp.co/'),(3183,567,'_button_url_block_01','field_5e4c35c460ae4'),(3184,567,'title_block_02','Unique Business Events & Corporate Entertainment'),(3185,567,'_title_block_02','field_5e4c35c4612ff'),(3186,567,'description_block_02','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.'),(3187,567,'_description_block_02','field_5e4c35c4616de'),(3188,567,'button_text_block_02','Schedule an Event'),(3189,567,'_button_text_block_02','field_5e4c35c461a81'),(3190,567,'button_url_block_02','https://watermark.labcp.co/'),(3191,567,'_button_url_block_02','field_5e4c35c461e76'),(3192,567,'title_block_03','Breathtaking Wedding Venues'),(3193,567,'_title_block_03','field_5e4c35c46263a'),(3194,567,'description_block_03','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(3195,567,'_description_block_03','field_5e4c35c462a1f'),(3196,567,'button_text_block_03','Learn More'),(3197,567,'_button_text_block_03','field_5e4c35c462e01'),(3198,567,'button_url_block_03','https://watermark.labcp.co/'),(3199,567,'_button_url_block_03','field_5e4c35c4631d8'),(3200,567,'button_text_block_03_2','Schedule an Event'),(3201,567,'_button_text_block_03_2','field_5e4c368dbda76'),(3202,567,'button_url_block_03_2','https://watermark.labcp.co/'),(3203,567,'_button_url_block_03_2','field_5e4c36aabda77'),(3204,567,'image_01','425'),(3205,567,'_image_01','field_5e4c35c4639f7'),(3206,567,'image_02','424'),(3207,567,'_image_02','field_5e4c35c463ddc'),(3208,567,'photos_charter_gallery','a:8:{i:0;s:3:\"426\";i:1;s:3:\"427\";i:2;s:3:\"428\";i:3;s:3:\"429\";i:4;s:3:\"430\";i:5;s:3:\"431\";i:6;s:3:\"432\";i:7;s:3:\"433\";}'),(3209,567,'_photos_charter_gallery','field_5e4c35c464967'),(3210,567,'title_testimonials_page','Guest Journey’s'),(3211,567,'_title_testimonials_page','field_5e4c35c46512d'),(3212,567,'subtitle_testimonials_page','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(3213,567,'_subtitle_testimonials_page','field_5e4c35c46550d'),(3214,567,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(3215,567,'_testimonials_page','field_5e5815e928f7c'),(3216,567,'shortcode_form','[formidable id=1]'),(3217,567,'_shortcode_form','field_5e4c3650bda75'),(3218,567,'title_testimony','Guest Journey’s'),(3219,567,'_title_testimony','field_5e4c35c46512d'),(3220,567,'subtitle_testimony','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(3221,567,'_subtitle_testimony','field_5e4c35c46550d'),(3222,567,'title_shortcode_form','Schedule an Event'),(3223,567,'_title_shortcode_form','field_5e6a353681b1c'),(3224,567,'subtitle_shortcode_form','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Duis autem vel eum iriure dolor in hendrerit.'),(3225,567,'_subtitle_shortcode_form','field_5e6a354081b1d'),(3226,571,'_wp_attached_file','2020/03/social-studies.jpg'),(3227,571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:376;s:4:\"file\";s:26:\"2020/03/social-studies.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"social-studies-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"social-studies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-post\";a:4:{s:4:\"file\";s:26:\"social-studies-500x376.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:26:\"social-studies-500x290.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:26:\"social-studies-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(3228,182,'_edit_last','1'),(3229,182,'banner_background','418'),(3230,182,'_banner_background','field_5e4c3dc4af382'),(3231,182,'banner_background_mobile','419'),(3232,182,'_banner_background_mobile','field_5e6a3794ce18a'),(3233,182,'title_page_field_trips','Field Trips'),(3234,182,'_title_page_field_trips','field_5e4c3dc4af768'),(3235,182,'description_page_field_trips','Lorem Ipsum is simply dummy text of the printing and typesetting industry.  '),(3236,182,'_description_page_field_trips','field_5e4c3dc4afb81'),(3237,182,'button_text_page_field_trips','Schedule an Event'),(3238,182,'_button_text_page_field_trips','field_5e4c3dc4aff39'),(3239,182,'button_url_page_field_trips','https://watermark.labcp.co/'),(3240,182,'_button_url_page_field_trips','field_5e4c3dc4b034a'),(3241,182,'cards_field_trips_0_image_cards_field_trips','571'),(3242,182,'_cards_field_trips_0_image_cards_field_trips','field_5e4c3ec7bba15'),(3243,182,'cards_field_trips_0_title_cards_field_trips','Social Studies'),(3244,182,'_cards_field_trips_0_title_cards_field_trips','field_5e4c3ee8bba16'),(3245,182,'cards_field_trips_0_description_cards_field_trips','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(3246,182,'_cards_field_trips_0_description_cards_field_trips','field_5e4c3ef3bba17'),(3247,182,'cards_field_trips_0_button_text_cards_field_trips','Learn More'),(3248,182,'_cards_field_trips_0_button_text_cards_field_trips','field_5e4c3f09bba18'),(3249,182,'cards_field_trips_0_button_url_cards_field_trips','https://watermark.labcp.co/'),(3250,182,'_cards_field_trips_0_button_url_cards_field_trips','field_5e4c3f14bba19'),(3251,182,'cards_field_trips_1_image_cards_field_trips','571'),(3252,182,'_cards_field_trips_1_image_cards_field_trips','field_5e4c3ec7bba15'),(3253,182,'cards_field_trips_1_title_cards_field_trips','Social Studies'),(3254,182,'_cards_field_trips_1_title_cards_field_trips','field_5e4c3ee8bba16'),(3255,182,'cards_field_trips_1_description_cards_field_trips','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(3256,182,'_cards_field_trips_1_description_cards_field_trips','field_5e4c3ef3bba17'),(3257,182,'cards_field_trips_1_button_text_cards_field_trips','Learn More'),(3258,182,'_cards_field_trips_1_button_text_cards_field_trips','field_5e4c3f09bba18'),(3259,182,'cards_field_trips_1_button_url_cards_field_trips','https://watermark.labcp.co/'),(3260,182,'_cards_field_trips_1_button_url_cards_field_trips','field_5e4c3f14bba19'),(3261,182,'cards_field_trips_2_image_cards_field_trips','571'),(3262,182,'_cards_field_trips_2_image_cards_field_trips','field_5e4c3ec7bba15'),(3263,182,'cards_field_trips_2_title_cards_field_trips','Social Studies'),(3264,182,'_cards_field_trips_2_title_cards_field_trips','field_5e4c3ee8bba16'),(3265,182,'cards_field_trips_2_description_cards_field_trips','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(3266,182,'_cards_field_trips_2_description_cards_field_trips','field_5e4c3ef3bba17'),(3267,182,'cards_field_trips_2_button_text_cards_field_trips','Learn More'),(3268,182,'_cards_field_trips_2_button_text_cards_field_trips','field_5e4c3f09bba18'),(3269,182,'cards_field_trips_2_button_url_cards_field_trips','https://watermark.labcp.co/'),(3270,182,'_cards_field_trips_2_button_url_cards_field_trips','field_5e4c3f14bba19'),(3271,182,'cards_field_trips_3_image_cards_field_trips','571'),(3272,182,'_cards_field_trips_3_image_cards_field_trips','field_5e4c3ec7bba15'),(3273,182,'cards_field_trips_3_title_cards_field_trips','Social Studies'),(3274,182,'_cards_field_trips_3_title_cards_field_trips','field_5e4c3ee8bba16'),(3275,182,'cards_field_trips_3_description_cards_field_trips','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(3276,182,'_cards_field_trips_3_description_cards_field_trips','field_5e4c3ef3bba17'),(3277,182,'cards_field_trips_3_button_text_cards_field_trips','Learn More'),(3278,182,'_cards_field_trips_3_button_text_cards_field_trips','field_5e4c3f09bba18'),(3279,182,'cards_field_trips_3_button_url_cards_field_trips','https://watermark.labcp.co/'),(3280,182,'_cards_field_trips_3_button_url_cards_field_trips','field_5e4c3f14bba19'),(3281,182,'cards_field_trips','4'),(3282,182,'_cards_field_trips','field_5e4c3e9abba14'),(3283,182,'description_school_and_youth','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Duis autem vel eum iriure dolor in hendrerit.'),(3284,182,'_description_school_and_youth','field_5e4c3dc4b12e6'),(3285,182,'title_block_01','Field Trip Locations'),(3286,182,'_title_block_01','field_5e4c3dc4b1ab5'),(3287,182,'description_block_01','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci consequat. Duis autem vel eum iriure dolor in hendrerit.'),(3288,182,'_description_block_01','field_5e4c3dc4b1e9c'),(3289,182,'button_text_block_01','Learn More'),(3290,182,'_button_text_block_01','field_5e4c3dc4b2286'),(3291,182,'button_url_block_01','https://watermark.labcp.co/'),(3292,182,'_button_url_block_01','field_5e4c3dc4b2650'),(3293,182,'title_block_02','Field Trip Planning'),(3294,182,'_title_block_02','field_5e4c3dc4b2e38'),(3295,182,'description_block_02','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.'),(3296,182,'_description_block_02','field_5e4c3dc4b3216'),(3297,182,'button_text_block_02','Learn More'),(3298,182,'_button_text_block_02','field_5e4c3dc4b360b'),(3299,182,'button_url_block_02','https://watermark.labcp.co/'),(3300,182,'_button_url_block_02','field_5e4c3dc4b3a13'),(3301,182,'title_block_03','Schedule a Field Trip'),(3302,182,'_title_block_03','field_5e4c3dc4b41f7'),(3303,182,'description_block_03','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(3304,182,'_description_block_03','field_5e4c3dc4b45c0'),(3305,182,'button_text_block_03','Learn More'),(3306,182,'_button_text_block_03','field_5e4c3dc4b49af'),(3307,182,'button_url_block_03','https://watermark.labcp.co/'),(3308,182,'_button_url_block_03','field_5e4c3dc4b4da9'),(3309,182,'image_01','410'),(3310,182,'_image_01','field_5e4c3dc4b5565'),(3311,182,'image_02','425'),(3312,182,'_image_02','field_5e4c3dc4b596d'),(3313,182,'photos_field_trip_gallery','a:5:{i:0;s:3:\"424\";i:1;s:3:\"425\";i:2;s:3:\"426\";i:3;s:3:\"427\";i:4;s:3:\"428\";}'),(3314,182,'_photos_field_trip_gallery','field_5e4c3dc4b64f0'),(3315,182,'title_testimonials','Guest Journey’s'),(3316,182,'_title_testimonials','field_5e4c3dc4b6cc2'),(3317,182,'subtitle_testimonials','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(3318,182,'_subtitle_testimonials','field_5e4c3dc4b70ae'),(3319,182,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(3320,182,'_testimonials_page','field_5e5815ae251ab'),(3321,182,'title_shortcode_form','Schedule a Field Trip'),(3322,182,'_title_shortcode_form','field_5e6a368bc11db'),(3323,182,'subtitle_shortcode_form','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Duis autem vel eum iriure dolor in hendrerit.'),(3324,182,'_subtitle_shortcode_form','field_5e6a3692c11dc'),(3325,572,'banner_background','418'),(3326,572,'_banner_background','field_5e4c3dc4af382'),(3327,572,'banner_background_mobile','419'),(3328,572,'_banner_background_mobile','field_5e6a3794ce18a'),(3329,572,'title_page_field_trips','Field Trips'),(3330,572,'_title_page_field_trips','field_5e4c3dc4af768'),(3331,572,'description_page_field_trips','Lorem Ipsum is simply dummy text of the printing and typesetting industry.  '),(3332,572,'_description_page_field_trips','field_5e4c3dc4afb81'),(3333,572,'button_text_page_field_trips','Schedule an Event'),(3334,572,'_button_text_page_field_trips','field_5e4c3dc4aff39'),(3335,572,'button_url_page_field_trips','https://watermark.labcp.co/'),(3336,572,'_button_url_page_field_trips','field_5e4c3dc4b034a'),(3337,572,'cards_field_trips_0_image_cards_field_trips','571'),(3338,572,'_cards_field_trips_0_image_cards_field_trips','field_5e4c3ec7bba15'),(3339,572,'cards_field_trips_0_title_cards_field_trips','Social Studies'),(3340,572,'_cards_field_trips_0_title_cards_field_trips','field_5e4c3ee8bba16'),(3341,572,'cards_field_trips_0_description_cards_field_trips','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(3342,572,'_cards_field_trips_0_description_cards_field_trips','field_5e4c3ef3bba17'),(3343,572,'cards_field_trips_0_button_text_cards_field_trips','Learn More'),(3344,572,'_cards_field_trips_0_button_text_cards_field_trips','field_5e4c3f09bba18'),(3345,572,'cards_field_trips_0_button_url_cards_field_trips','https://watermark.labcp.co/'),(3346,572,'_cards_field_trips_0_button_url_cards_field_trips','field_5e4c3f14bba19'),(3347,572,'cards_field_trips_1_image_cards_field_trips','571'),(3348,572,'_cards_field_trips_1_image_cards_field_trips','field_5e4c3ec7bba15'),(3349,572,'cards_field_trips_1_title_cards_field_trips','Social Studies'),(3350,572,'_cards_field_trips_1_title_cards_field_trips','field_5e4c3ee8bba16'),(3351,572,'cards_field_trips_1_description_cards_field_trips','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(3352,572,'_cards_field_trips_1_description_cards_field_trips','field_5e4c3ef3bba17'),(3353,572,'cards_field_trips_1_button_text_cards_field_trips','Learn More'),(3354,572,'_cards_field_trips_1_button_text_cards_field_trips','field_5e4c3f09bba18'),(3355,572,'cards_field_trips_1_button_url_cards_field_trips','https://watermark.labcp.co/'),(3356,572,'_cards_field_trips_1_button_url_cards_field_trips','field_5e4c3f14bba19'),(3357,572,'cards_field_trips_2_image_cards_field_trips','571'),(3358,572,'_cards_field_trips_2_image_cards_field_trips','field_5e4c3ec7bba15'),(3359,572,'cards_field_trips_2_title_cards_field_trips','Social Studies'),(3360,572,'_cards_field_trips_2_title_cards_field_trips','field_5e4c3ee8bba16'),(3361,572,'cards_field_trips_2_description_cards_field_trips','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(3362,572,'_cards_field_trips_2_description_cards_field_trips','field_5e4c3ef3bba17'),(3363,572,'cards_field_trips_2_button_text_cards_field_trips','Learn More'),(3364,572,'_cards_field_trips_2_button_text_cards_field_trips','field_5e4c3f09bba18'),(3365,572,'cards_field_trips_2_button_url_cards_field_trips','https://watermark.labcp.co/'),(3366,572,'_cards_field_trips_2_button_url_cards_field_trips','field_5e4c3f14bba19'),(3367,572,'cards_field_trips_3_image_cards_field_trips','571'),(3368,572,'_cards_field_trips_3_image_cards_field_trips','field_5e4c3ec7bba15'),(3369,572,'cards_field_trips_3_title_cards_field_trips','Social Studies'),(3370,572,'_cards_field_trips_3_title_cards_field_trips','field_5e4c3ee8bba16'),(3371,572,'cards_field_trips_3_description_cards_field_trips','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.'),(3372,572,'_cards_field_trips_3_description_cards_field_trips','field_5e4c3ef3bba17'),(3373,572,'cards_field_trips_3_button_text_cards_field_trips','Learn More'),(3374,572,'_cards_field_trips_3_button_text_cards_field_trips','field_5e4c3f09bba18'),(3375,572,'cards_field_trips_3_button_url_cards_field_trips','https://watermark.labcp.co/'),(3376,572,'_cards_field_trips_3_button_url_cards_field_trips','field_5e4c3f14bba19'),(3377,572,'cards_field_trips','4'),(3378,572,'_cards_field_trips','field_5e4c3e9abba14'),(3379,572,'description_school_and_youth','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Duis autem vel eum iriure dolor in hendrerit.'),(3380,572,'_description_school_and_youth','field_5e4c3dc4b12e6'),(3381,572,'title_block_01','Field Trip Locations'),(3382,572,'_title_block_01','field_5e4c3dc4b1ab5'),(3383,572,'description_block_01','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci consequat. Duis autem vel eum iriure dolor in hendrerit.'),(3384,572,'_description_block_01','field_5e4c3dc4b1e9c'),(3385,572,'button_text_block_01','Learn More'),(3386,572,'_button_text_block_01','field_5e4c3dc4b2286'),(3387,572,'button_url_block_01','https://watermark.labcp.co/'),(3388,572,'_button_url_block_01','field_5e4c3dc4b2650'),(3389,572,'title_block_02','Field Trip Planning'),(3390,572,'_title_block_02','field_5e4c3dc4b2e38'),(3391,572,'description_block_02','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.'),(3392,572,'_description_block_02','field_5e4c3dc4b3216'),(3393,572,'button_text_block_02','Learn More'),(3394,572,'_button_text_block_02','field_5e4c3dc4b360b'),(3395,572,'button_url_block_02','https://watermark.labcp.co/'),(3396,572,'_button_url_block_02','field_5e4c3dc4b3a13'),(3397,572,'title_block_03','Schedule a Field Trip'),(3398,572,'_title_block_03','field_5e4c3dc4b41f7'),(3399,572,'description_block_03','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis. Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis.'),(3400,572,'_description_block_03','field_5e4c3dc4b45c0'),(3401,572,'button_text_block_03','Learn More'),(3402,572,'_button_text_block_03','field_5e4c3dc4b49af'),(3403,572,'button_url_block_03','https://watermark.labcp.co/'),(3404,572,'_button_url_block_03','field_5e4c3dc4b4da9'),(3405,572,'image_01','410'),(3406,572,'_image_01','field_5e4c3dc4b5565'),(3407,572,'image_02','425'),(3408,572,'_image_02','field_5e4c3dc4b596d'),(3409,572,'photos_field_trip_gallery','a:5:{i:0;s:3:\"424\";i:1;s:3:\"425\";i:2;s:3:\"426\";i:3;s:3:\"427\";i:4;s:3:\"428\";}'),(3410,572,'_photos_field_trip_gallery','field_5e4c3dc4b64f0'),(3411,572,'title_testimonials','Guest Journey’s'),(3412,572,'_title_testimonials','field_5e4c3dc4b6cc2'),(3413,572,'subtitle_testimonials','Lorem Ipsum is simply dummy text of the printing and typesetting industry.'),(3414,572,'_subtitle_testimonials','field_5e4c3dc4b70ae'),(3415,572,'testimonials_page','a:1:{i:0;s:3:\"415\";}'),(3416,572,'_testimonials_page','field_5e5815ae251ab'),(3417,572,'title_shortcode_form','Schedule a Field Trip'),(3418,572,'_title_shortcode_form','field_5e6a368bc11db'),(3419,572,'subtitle_shortcode_form','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Duis autem vel eum iriure dolor in hendrerit.'),(3420,572,'_subtitle_shortcode_form','field_5e6a3692c11dc'),(3421,573,'_menu_item_type','custom'),(3422,573,'_menu_item_menu_item_parent','0'),(3423,573,'_menu_item_object_id','573'),(3424,573,'_menu_item_object','custom'),(3425,573,'_menu_item_target',''),(3426,573,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3427,573,'_menu_item_xfn',''),(3428,573,'_menu_item_url','#'),(3430,574,'_menu_item_type','custom'),(3431,574,'_menu_item_menu_item_parent','0'),(3432,574,'_menu_item_object_id','574'),(3433,574,'_menu_item_object','custom'),(3434,574,'_menu_item_target',''),(3435,574,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3436,574,'_menu_item_xfn',''),(3437,574,'_menu_item_url','#'),(3439,575,'_menu_item_type','custom'),(3440,575,'_menu_item_menu_item_parent','0'),(3441,575,'_menu_item_object_id','575'),(3442,575,'_menu_item_object','custom'),(3443,575,'_menu_item_target',''),(3444,575,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3445,575,'_menu_item_xfn',''),(3446,575,'_menu_item_url','#'),(3450,582,'_wp_attached_file','2020/03/02.jpg'),(3451,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:335;s:6:\"height\";i:335;s:4:\"file\";s:14:\"2020/03/02.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-event\";a:4:{s:4:\"file\";s:14:\"02-335x290.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"image-charters\";a:4:{s:4:\"file\";s:14:\"02-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(3452,580,'_edit_last','1'),(3453,580,'_wp_page_template','default'),(3454,580,'banner_background',''),(3455,580,'_banner_background','field_5e4fb72e3be63'),(3456,580,'banner_background_mobile',''),(3457,580,'_banner_background_mobile','field_5e5fa8e7ae913'),(3458,580,'title_page_default',''),(3459,580,'_title_page_default','field_5e4fb74e3be64'),(3460,580,'description_page_default',''),(3461,580,'_description_page_default','field_5e4fb7673be65'),(3462,580,'content_blocks_0_column_1','<h3>Four Centuries Walking Tour</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ex tortor, cursus vehicula ex nec, rutrum commodo lacus. Aliquam viverra nibh ut tincidunt rutrum. Proin tincidunt euismod dui ut porttitor. Etiam sollicitudin diam sit amet fermentum volutpat. Duis efficitur dui nisi, eu fermentum mauris congue at. Mauris pulvinar varius est et dignissim. Maecenas hendrerit sit amet ante nec iaculis. Curabitur ac ipsum accumsan, lacinia nisl eget, mollis nulla. Nunc a magna justo.\r\n\r\n<strong><a href=\"http://google.com\">Learn More</a></strong>'),(3463,580,'_content_blocks_0_column_1','field_59d68213199f9'),(3464,580,'content_blocks_0_column_2','<img class=\"alignnone size-medium wp-image-581\" src=\"https://watermark.labcp.co/app/uploads/2020/03/01-300x214.jpg\" alt=\"\" width=\"300\" height=\"214\" />'),(3465,580,'_content_blocks_0_column_2','field_59d68226199fa'),(3466,580,'content_blocks_1_column_1','<img class=\"alignnone size-medium wp-image-582\" src=\"https://watermark.labcp.co/app/uploads/2020/03/02-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />'),(3467,580,'_content_blocks_1_column_1','field_5cd3357aa7dac'),(3468,580,'content_blocks_1_column_2','<h3>Ghost Tours</h3>\r\nMaecenas facilisis ex ut sem egestas, ac faucibus metus mollis. Suspendisse fringilla arcu nec finibus efficitur. Sed egestas bibendum risus. Ut auctor elit velit, sit amet mattis felis consequat nec. Mauris ac neque eget magna condimentum elementum. Nullam pulvinar, erat quis egestas venenatis, quam eros sodales tellus, aliquam hendrerit purus massa non enim. Mauris a malesuada lectus, nec facilisis augue.\r\n\r\n<strong><a href=\"http://google.com\">Learn More</a></strong>'),(3469,580,'_content_blocks_1_column_2','field_5cd3357aa7dad'),(3470,580,'content_blocks_1_column_3','<h3>Colonial Stroll</h3>\r\nMaecenas facilisis ex ut sem egestas, ac faucibus metus mollis. Suspendisse fringilla arcu nec finibus efficitur. Sed egestas bibendum risus. Ut auctor elit velit, sit amet mattis felis consequat nec. Mauris ac neque eget magna condimentum elementum. Nullam pulvinar, erat quis egestas venenatis, quam eros sodales tellus, aliquam hendrerit purus massa non enim. Mauris a malesuada lectus, nec facilisis augue.\r\n\r\n<strong><a href=\"http://google.com\">Learn More</a></strong>'),(3471,580,'_content_blocks_1_column_3','field_5cd3357aa7dae'),(3472,580,'content_blocks','a:2:{i:0;s:9:\"columns-2\";i:1;s:9:\"columns-3\";}'),(3473,580,'_content_blocks','field_59d681f5199f8'),(3474,580,'select_events',''),(3475,580,'_select_events','field_5e4fb8273c0b6'),(3476,580,'title_testimony',''),(3477,580,'_title_testimony','field_5e4fbff6dea83'),(3478,580,'subtitle_testimony',''),(3479,580,'_subtitle_testimony','field_5e4fbffedea84'),(3480,580,'testimonials_page',''),(3481,580,'_testimonials_page','field_5e58168a97eb0'),(3482,583,'banner_background',''),(3483,583,'_banner_background','field_5e4fb72e3be63'),(3484,583,'banner_background_mobile',''),(3485,583,'_banner_background_mobile','field_5e5fa8e7ae913'),(3486,583,'title_page_default',''),(3487,583,'_title_page_default','field_5e4fb74e3be64'),(3488,583,'description_page_default',''),(3489,583,'_description_page_default','field_5e4fb7673be65'),(3490,583,'content_blocks_0_column_1','<h3>Four Centuries Walking Tour</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ex tortor, cursus vehicula ex nec, rutrum commodo lacus. Aliquam viverra nibh ut tincidunt rutrum. Proin tincidunt euismod dui ut porttitor. Etiam sollicitudin diam sit amet fermentum volutpat. Duis efficitur dui nisi, eu fermentum mauris congue at. Mauris pulvinar varius est et dignissim. Maecenas hendrerit sit amet ante nec iaculis. Curabitur ac ipsum accumsan, lacinia nisl eget, mollis nulla. Nunc a magna justo.\r\n\r\n<strong>Learn More</strong>'),(3491,583,'_content_blocks_0_column_1','field_59d68213199f9'),(3492,583,'content_blocks_0_column_2','<img class=\"alignnone size-medium wp-image-581\" src=\"https://watermark.labcp.co/app/uploads/2020/03/01-300x214.jpg\" alt=\"\" width=\"300\" height=\"214\" />'),(3493,583,'_content_blocks_0_column_2','field_59d68226199fa'),(3494,583,'content_blocks_1_column_1','<img class=\"alignnone size-medium wp-image-582\" src=\"https://watermark.labcp.co/app/uploads/2020/03/02-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />'),(3495,583,'_content_blocks_1_column_1','field_5cd3357aa7dac'),(3496,583,'content_blocks_1_column_2','<h3>Ghost Tours</h3>\r\nMaecenas facilisis ex ut sem egestas, ac faucibus metus mollis. Suspendisse fringilla arcu nec finibus efficitur. Sed egestas bibendum risus. Ut auctor elit velit, sit amet mattis felis consequat nec. Mauris ac neque eget magna condimentum elementum. Nullam pulvinar, erat quis egestas venenatis, quam eros sodales tellus, aliquam hendrerit purus massa non enim. Mauris a malesuada lectus, nec facilisis augue.\r\n\r\n<strong><a href=\"http://google.com\">Learn More</a></strong>'),(3497,583,'_content_blocks_1_column_2','field_5cd3357aa7dad'),(3498,583,'content_blocks_1_column_3','<h3>Colonial Stroll</h3>\r\nMaecenas facilisis ex ut sem egestas, ac faucibus metus mollis. Suspendisse fringilla arcu nec finibus efficitur. Sed egestas bibendum risus. Ut auctor elit velit, sit amet mattis felis consequat nec. Mauris ac neque eget magna condimentum elementum. Nullam pulvinar, erat quis egestas venenatis, quam eros sodales tellus, aliquam hendrerit purus massa non enim. Mauris a malesuada lectus, nec facilisis augue.\r\n\r\n<strong><a href=\"http://google.com\">Learn More</a></strong>'),(3499,583,'_content_blocks_1_column_3','field_5cd3357aa7dae'),(3500,583,'content_blocks','a:2:{i:0;s:9:\"columns-2\";i:1;s:9:\"columns-3\";}'),(3501,583,'_content_blocks','field_59d681f5199f8'),(3502,583,'select_events',''),(3503,583,'_select_events','field_5e4fb8273c0b6'),(3504,583,'title_testimony',''),(3505,583,'_title_testimony','field_5e4fbff6dea83'),(3506,583,'subtitle_testimony',''),(3507,583,'_subtitle_testimony','field_5e4fbffedea84'),(3508,583,'testimonials_page',''),(3509,583,'_testimonials_page','field_5e58168a97eb0'),(3510,580,'_edit_lock','1584444418:1'),(3511,584,'banner_background',''),(3512,584,'_banner_background','field_5e4fb72e3be63'),(3513,584,'banner_background_mobile',''),(3514,584,'_banner_background_mobile','field_5e5fa8e7ae913'),(3515,584,'title_page_default',''),(3516,584,'_title_page_default','field_5e4fb74e3be64'),(3517,584,'description_page_default',''),(3518,584,'_description_page_default','field_5e4fb7673be65'),(3519,584,'content_blocks_0_column_1','<h3>Four Centuries Walking Tour</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ex tortor, cursus vehicula ex nec, rutrum commodo lacus. Aliquam viverra nibh ut tincidunt rutrum. Proin tincidunt euismod dui ut porttitor. Etiam sollicitudin diam sit amet fermentum volutpat. Duis efficitur dui nisi, eu fermentum mauris congue at. Mauris pulvinar varius est et dignissim. Maecenas hendrerit sit amet ante nec iaculis. Curabitur ac ipsum accumsan, lacinia nisl eget, mollis nulla. Nunc a magna justo.\r\n\r\n<strong><a href=\"http://google.com\">Learn More</a></strong>'),(3520,584,'_content_blocks_0_column_1','field_59d68213199f9'),(3521,584,'content_blocks_0_column_2','<img class=\"alignnone size-medium wp-image-581\" src=\"https://watermark.labcp.co/app/uploads/2020/03/01-300x214.jpg\" alt=\"\" width=\"300\" height=\"214\" />'),(3522,584,'_content_blocks_0_column_2','field_59d68226199fa'),(3523,584,'content_blocks_1_column_1','<img class=\"alignnone size-medium wp-image-582\" src=\"https://watermark.labcp.co/app/uploads/2020/03/02-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />'),(3524,584,'_content_blocks_1_column_1','field_5cd3357aa7dac'),(3525,584,'content_blocks_1_column_2','<h3>Ghost Tours</h3>\r\nMaecenas facilisis ex ut sem egestas, ac faucibus metus mollis. Suspendisse fringilla arcu nec finibus efficitur. Sed egestas bibendum risus. Ut auctor elit velit, sit amet mattis felis consequat nec. Mauris ac neque eget magna condimentum elementum. Nullam pulvinar, erat quis egestas venenatis, quam eros sodales tellus, aliquam hendrerit purus massa non enim. Mauris a malesuada lectus, nec facilisis augue.\r\n\r\n<strong><a href=\"http://google.com\">Learn More</a></strong>'),(3526,584,'_content_blocks_1_column_2','field_5cd3357aa7dad'),(3527,584,'content_blocks_1_column_3','<h3>Colonial Stroll</h3>\r\nMaecenas facilisis ex ut sem egestas, ac faucibus metus mollis. Suspendisse fringilla arcu nec finibus efficitur. Sed egestas bibendum risus. Ut auctor elit velit, sit amet mattis felis consequat nec. Mauris ac neque eget magna condimentum elementum. Nullam pulvinar, erat quis egestas venenatis, quam eros sodales tellus, aliquam hendrerit purus massa non enim. Mauris a malesuada lectus, nec facilisis augue.\r\n\r\n<strong><a href=\"http://google.com\">Learn More</a></strong>'),(3528,584,'_content_blocks_1_column_3','field_5cd3357aa7dae'),(3529,584,'content_blocks','a:2:{i:0;s:9:\"columns-2\";i:1;s:9:\"columns-3\";}'),(3530,584,'_content_blocks','field_59d681f5199f8'),(3531,584,'select_events',''),(3532,584,'_select_events','field_5e4fb8273c0b6'),(3533,584,'title_testimony',''),(3534,584,'_title_testimony','field_5e4fbff6dea83'),(3535,584,'subtitle_testimony',''),(3536,584,'_subtitle_testimony','field_5e4fbffedea84'),(3537,584,'testimonials_page',''),(3538,584,'_testimonials_page','field_5e58168a97eb0'),(3539,586,'_menu_item_type','post_type'),(3540,586,'_menu_item_menu_item_parent','0'),(3541,586,'_menu_item_object_id','547'),(3542,586,'_menu_item_object','page'),(3543,586,'_menu_item_target',''),(3544,586,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3545,586,'_menu_item_xfn',''),(3546,586,'_menu_item_url',''),(3552,587,'banner_background_mobile',''),(3553,587,'_banner_background_mobile','field_5e5fa8e7ae913'),(3554,587,'title_page_default',''),(3555,587,'_title_page_default','field_5e4fb74e3be64'),(3556,587,'description_page_default',''),(3557,587,'_description_page_default','field_5e4fb7673be65'),(3558,587,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(3559,587,'_content_blocks','field_59d681f5199f8'),(3560,587,'select_events',''),(3561,587,'_select_events','field_5e4fb8273c0b6'),(3562,587,'title_testimony',''),(3563,587,'_title_testimony','field_5e4fbff6dea83'),(3564,587,'subtitle_testimony',''),(3565,587,'_subtitle_testimony','field_5e4fbffedea84'),(3566,587,'testimonials_page',''),(3567,587,'_testimonials_page','field_5e58168a97eb0'),(3568,588,'banner_background',''),(3569,588,'_banner_background','field_5e4fb72e3be63'),(3570,588,'banner_background_mobile',''),(3571,588,'_banner_background_mobile','field_5e5fa8e7ae913'),(3572,588,'title_page_default',''),(3573,588,'_title_page_default','field_5e4fb74e3be64'),(3574,588,'description_page_default',''),(3575,588,'_description_page_default','field_5e4fb7673be65'),(3576,588,'content_blocks',''),(3577,588,'_content_blocks','field_59d681f5199f8'),(3578,588,'select_events',''),(3579,588,'_select_events','field_5e4fb8273c0b6'),(3580,588,'title_testimony',''),(3581,588,'_title_testimony','field_5e4fbff6dea83'),(3582,588,'subtitle_testimony',''),(3583,588,'_subtitle_testimony','field_5e4fbffedea84'),(3584,588,'testimonials_page',''),(3585,588,'_testimonials_page','field_5e58168a97eb0'),(3586,587,'_edit_lock','1584738271:1'),(3587,587,'content_blocks_0_column_1','<a class=\"bt theme\" href=\"#\">Texto do botão</a><a class=\"bt theme\" href=\"#\">Texto do botão 2</a>'),(3588,587,'_content_blocks_0_column_1','field_59d682dd199ff'),(3589,589,'banner_background',''),(3590,589,'_banner_background','field_5e4fb72e3be63'),(3591,589,'banner_background_mobile',''),(3592,589,'_banner_background_mobile','field_5e5fa8e7ae913'),(3593,589,'title_page_default',''),(3594,589,'_title_page_default','field_5e4fb74e3be64'),(3595,589,'description_page_default',''),(3596,589,'_description_page_default','field_5e4fb7673be65'),(3597,589,'content_blocks','a:1:{i:0;s:9:\"columns-1\";}'),(3598,589,'_content_blocks','field_59d681f5199f8'),(3599,589,'select_events',''),(3600,589,'_select_events','field_5e4fb8273c0b6'),(3601,589,'title_testimony',''),(3602,589,'_title_testimony','field_5e4fbff6dea83'),(3603,589,'subtitle_testimony',''),(3604,589,'_subtitle_testimony','field_5e4fbffedea84'),(3605,589,'testimonials_page',''),(3606,589,'_testimonials_page','field_5e58168a97eb0'),(3607,589,'content_blocks_0_column_1','<a class=\"bt theme\" href=\"#\">Texto do botão</a><a class=\"bt theme\" href=\"#\">Texto do botão 2</a>'),(3608,589,'_content_blocks_0_column_1','field_59d682dd199ff');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2020-02-12 12:37:58','2020-02-12 12:37:58','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2020-02-12 12:37:58','2020-02-12 12:37:58','',0,'http://localhost/watermark/web/?p=1',0,'post','',1),(580,1,'2020-03-16 15:57:56','2020-03-16 15:57:56','','Test Page','','publish','closed','closed','','test-page','','','2020-03-16 15:58:39','2020-03-16 15:58:39','',178,'https://watermark.labcp.co/?page_id=580',0,'page','',0),(581,1,'2020-03-16 15:43:34','2020-03-16 15:43:34','','01','','inherit','open','closed','','01','','','2020-03-16 15:43:34','2020-03-16 15:43:34','',580,'https://watermark.labcp.co/app/uploads/2020/03/01.jpg',0,'attachment','image/jpeg',0),(582,1,'2020-03-16 15:45:44','2020-03-16 15:45:44','','02','','inherit','open','closed','','02','','','2020-03-16 15:45:44','2020-03-16 15:45:44','',580,'https://watermark.labcp.co/app/uploads/2020/03/02.jpg',0,'attachment','image/jpeg',0),(583,1,'2020-03-16 15:57:56','2020-03-16 15:57:56','','Test Page','','inherit','closed','closed','','580-revision-v1','','','2020-03-16 15:57:56','2020-03-16 15:57:56','',580,'https://watermark.labcp.co/580-revision-v1/',0,'revision','',0),(584,1,'2020-03-16 15:58:32','2020-03-16 15:58:32','','Test Page','','inherit','closed','closed','','580-revision-v1','','','2020-03-16 15:58:32','2020-03-16 15:58:32','',580,'https://watermark.labcp.co/580-revision-v1/',0,'revision','',0),(588,1,'2020-03-20 20:35:07','2020-03-20 20:35:07','','Cappen','','inherit','closed','closed','','587-revision-v1','','','2020-03-20 20:35:07','2020-03-20 20:35:07','',587,'https://watermark.labcp.co/587-revision-v1/',0,'revision','',0),(589,1,'2020-03-20 20:37:42','2020-03-20 20:37:42','','Cappen','','inherit','closed','closed','','587-revision-v1','','','2020-03-20 20:37:42','2020-03-20 20:37:42','',587,'https://watermark.labcp.co/587-revision-v1/',0,'revision','',0),(178,1,'2020-02-19 19:38:53','2020-02-19 19:38:53','','Private Yacht Charters & Weddings','','publish','closed','closed','','private-yacht-charters-weddings','','','2020-03-12 13:16:36','2020-03-12 13:16:36','',0,'https://watermark.labcp.co/?page_id=178',0,'page','',0),(179,1,'2020-02-19 19:38:53','2020-02-19 19:38:53','','Private Yacht Charters & Weddings','','inherit','closed','closed','','178-revision-v1','','','2020-02-19 19:38:53','2020-02-19 19:38:53','',178,'https://watermark.labcp.co/2020/02/19/178-revision-v1/',0,'revision','',0),(180,1,'2020-02-19 19:39:29','2020-02-19 19:39:29','','Guide Services & Walking Tours','','publish','closed','closed','','guide-services-walking-tours','','','2020-02-19 19:39:29','2020-02-19 19:39:29','',0,'https://watermark.labcp.co/?page_id=180',0,'page','',0),(181,1,'2020-02-19 19:39:29','2020-02-19 19:39:29','','Guide Services & Walking Tours','','inherit','closed','closed','','180-revision-v1','','','2020-02-19 19:39:29','2020-02-19 19:39:29','',180,'https://watermark.labcp.co/2020/02/19/180-revision-v1/',0,'revision','',0),(182,1,'2020-02-19 19:39:45','2020-02-19 19:39:45','','Field Trips','','publish','closed','closed','','field-trips','','','2020-03-12 13:51:02','2020-03-12 13:51:02','',0,'https://watermark.labcp.co/?page_id=182',0,'page','',0),(183,1,'2020-02-19 19:39:45','2020-02-19 19:39:45','','Field Trips','','inherit','closed','closed','','182-revision-v1','','','2020-02-19 19:39:45','2020-02-19 19:39:45','',182,'https://watermark.labcp.co/2020/02/19/182-revision-v1/',0,'revision','',0),(184,1,'2020-02-19 19:40:05','2020-02-19 19:40:05','','Elements','','publish','closed','closed','','elements','','','2020-02-19 19:40:05','2020-02-19 19:40:05','',0,'https://watermark.labcp.co/?page_id=184',0,'page','',0),(185,1,'2020-02-19 19:40:05','2020-02-19 19:40:05','','Elements','','inherit','closed','closed','','184-revision-v1','','','2020-02-19 19:40:05','2020-02-19 19:40:05','',184,'https://watermark.labcp.co/2020/02/19/184-revision-v1/',0,'revision','',0),(186,1,'2020-02-19 19:40:40','2020-02-19 19:40:40',' ','','','publish','closed','closed','','186','','','2020-02-19 19:40:40','2020-02-19 19:40:40','',0,'https://watermark.labcp.co/?p=186',4,'nav_menu_item','',0),(187,1,'2020-02-19 19:40:40','2020-02-19 19:40:40',' ','','','publish','closed','closed','','187','','','2020-02-19 19:40:40','2020-02-19 19:40:40','',0,'https://watermark.labcp.co/?p=187',3,'nav_menu_item','',0),(188,1,'2020-02-19 19:40:40','2020-02-19 19:40:40',' ','','','publish','closed','closed','','188','','','2020-02-19 19:40:40','2020-02-19 19:40:40','',0,'https://watermark.labcp.co/?p=188',2,'nav_menu_item','',0),(189,1,'2020-02-19 19:40:40','2020-02-19 19:40:40',' ','','','publish','closed','closed','','189','','','2020-02-19 19:40:40','2020-02-19 19:40:40','',0,'https://watermark.labcp.co/?p=189',1,'nav_menu_item','',0),(190,1,'2020-02-19 19:43:44','2020-02-19 19:43:44','','Weddings','','publish','closed','closed','','weddings','','','2020-02-19 19:43:44','2020-02-19 19:43:44','',0,'https://watermark.labcp.co/?p=190',1,'nav_menu_item','',0),(191,1,'2020-02-19 19:43:44','2020-02-19 19:43:44','','Wedding Packages','','publish','closed','closed','','wedding-packages','','','2020-02-19 19:43:44','2020-02-19 19:43:44','',0,'https://watermark.labcp.co/?p=191',2,'nav_menu_item','',0),(192,1,'2020-02-19 19:43:44','2020-02-19 19:43:44','','Gallery & Inspiration','','publish','closed','closed','','gallery-inspiration','','','2020-02-19 19:43:44','2020-02-19 19:43:44','',0,'https://watermark.labcp.co/?p=192',3,'nav_menu_item','',0),(193,1,'2020-02-19 19:43:44','2020-02-19 19:43:44','','Plan Your Wedding','','publish','closed','closed','','plan-your-wedding','','','2020-02-19 19:43:44','2020-02-19 19:43:44','',0,'https://watermark.labcp.co/?p=193',4,'nav_menu_item','',0),(194,1,'2020-02-19 19:43:44','2020-02-19 19:43:44','','Corporate Events','','publish','closed','closed','','corporate-events','','','2020-02-19 19:43:44','2020-02-19 19:43:44','',0,'https://watermark.labcp.co/?p=194',5,'nav_menu_item','',0),(195,1,'2020-02-19 19:43:44','2020-02-19 19:43:44','','Special Events','','publish','closed','closed','','special-events','','','2020-02-19 19:43:44','2020-02-19 19:43:44','',0,'https://watermark.labcp.co/?p=195',6,'nav_menu_item','',0),(196,1,'2020-02-19 19:56:49','2020-02-19 19:56:49','','Field Trips','','publish','closed','closed','','field-trips','','','2020-02-19 19:56:49','2020-02-19 19:56:49','',0,'https://watermark.labcp.co/?p=196',1,'nav_menu_item','',0),(197,1,'2020-02-19 19:56:49','2020-02-19 19:56:49','','Field Trip Locations','','publish','closed','closed','','field-trip-locations','','','2020-02-19 19:56:49','2020-02-19 19:56:49','',0,'https://watermark.labcp.co/?p=197',2,'nav_menu_item','',0),(198,1,'2020-02-19 19:56:49','2020-02-19 19:56:49','','Field Trip Planning','','publish','closed','closed','','field-trip-planning','','','2020-02-19 19:56:49','2020-02-19 19:56:49','',0,'https://watermark.labcp.co/?p=198',3,'nav_menu_item','',0),(199,1,'2020-02-19 19:56:49','2020-02-19 19:56:49','','Schedule a Field Trip','','publish','closed','closed','','schedule-a-field-trip','','','2020-02-19 19:56:49','2020-02-19 19:56:49','',0,'https://watermark.labcp.co/?p=199',4,'nav_menu_item','',0),(200,1,'2020-02-19 19:56:49','2020-02-19 19:56:49','','FAQs','','publish','closed','closed','','faqs','','','2020-02-19 19:56:49','2020-02-19 19:56:49','',0,'https://watermark.labcp.co/?p=200',5,'nav_menu_item','',0),(201,1,'2020-02-19 19:57:36','2020-02-19 19:57:36','','Walking Tours','','publish','closed','closed','','walking-tours','','','2020-02-19 19:57:36','2020-02-19 19:57:36','',0,'https://watermark.labcp.co/?p=201',1,'nav_menu_item','',0),(202,1,'2020-02-19 19:57:36','2020-02-19 19:57:36','','Special Event Walking Tours','','publish','closed','closed','','special-event-walking-tours','','','2020-02-19 19:57:36','2020-02-19 19:57:36','',0,'https://watermark.labcp.co/?p=202',2,'nav_menu_item','',0),(203,1,'2020-02-19 19:58:11','2020-02-19 19:58:11','','Cruise Calendar','','publish','closed','closed','','cruise-calendar','','','2020-02-19 19:58:11','2020-02-19 19:58:11','',0,'https://watermark.labcp.co/?p=203',1,'nav_menu_item','',0),(204,1,'2020-02-19 19:58:11','2020-02-19 19:58:11','','Annapolis Cruises','','publish','closed','closed','','annapolis-cruises','','','2020-02-19 19:58:11','2020-02-19 19:58:11','',0,'https://watermark.labcp.co/?p=204',2,'nav_menu_item','',0),(205,1,'2020-02-21 11:36:26','2020-02-21 11:36:26','','About Us','','publish','closed','closed','','about-watermark','','','2020-03-05 20:48:09','2020-03-05 20:48:09','',0,'https://watermark.labcp.co/?page_id=205',0,'page','',0),(206,1,'2020-02-21 11:36:26','2020-02-21 11:36:26','','Default Page','','inherit','closed','closed','','205-revision-v1','','','2020-02-21 11:36:26','2020-02-21 11:36:26','',205,'https://watermark.labcp.co/2020/02/21/205-revision-v1/',0,'revision','',0),(207,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"default\";}}}s:8:\"position\";s:15:\"acf_after_title\";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:\"\";}','Default Page','default-page','publish','closed','closed','','group_59d681e76d25e','','','2020-03-09 18:32:38','2020-03-09 18:32:38','',0,'https://watermark.labcp.co/?p=207',0,'acf-field-group','',0),(208,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Banner Top','','publish','closed','closed','','field_5e4fb70a3be62','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',207,'https://watermark.labcp.co/?post_type=acf-field&p=208',0,'acf-field','',0),(209,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:19:\"Size 1920px - 748px\";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:2:\"id\";s:12:\"preview_size\";s:11:\"single-page\";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:\"\";}','Banner background','banner_background','publish','closed','closed','','field_5e4fb72e3be63','','','2020-03-09 18:32:38','2020-03-09 18:32:38','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=209',1,'acf-field','',0),(210,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','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','title_page_default','publish','closed','closed','','field_5e4fb74e3be64','','','2020-03-09 18:32:38','2020-03-09 18:32:38','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=210',3,'acf-field','',0),(211,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','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:\"\";}','Description','description_page_default','publish','closed','closed','','field_5e4fb7673be65','','','2020-03-09 18:32:38','2020-03-09 18:32:38','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=211',4,'acf-field','',0),(447,1,'2020-03-04 14:00:15','2020-03-04 14:00:15','','Default Page','','inherit','closed','closed','','205-revision-v1','','','2020-03-04 14:00:15','2020-03-04 14:00:15','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(448,1,'2020-03-04 14:19:57','2020-03-04 14:19:57','','Default Page','','inherit','closed','closed','','205-revision-v1','','','2020-03-04 14:19:57','2020-03-04 14:19:57','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(445,1,'2020-03-04 13:22:26','2020-03-04 13:22:26','','Default Page','','inherit','closed','closed','','205-revision-v1','','','2020-03-04 13:22:26','2020-03-04 13:22:26','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(446,1,'2020-03-04 13:53:08','2020-03-04 13:53:08','','Default Page','','inherit','closed','closed','','205-revision-v1','','','2020-03-04 13:53:08','2020-03-04 13:53:08','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(214,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Content Blocks','','publish','closed','closed','','field_5e4fb7943be68','','','2020-03-04 13:12:06','2020-03-04 13:12:06','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=214',5,'acf-field','',0),(215,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:9:{s:4:\"type\";s:16:\"flexible_content\";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:\"layouts\";a:6:{s:13:\"59d682d8199fe\";a:6:{s:3:\"key\";s:13:\"59d682d8199fe\";s:5:\"label\";s:10:\"Full Width\";s:4:\"name\";s:9:\"columns-1\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}s:13:\"59d681ffc4510\";a:6:{s:3:\"key\";s:13:\"59d681ffc4510\";s:5:\"label\";s:5:\"50/50\";s:4:\"name\";s:9:\"columns-2\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}s:13:\"59d68291199fb\";a:6:{s:3:\"key\";s:13:\"59d68291199fb\";s:5:\"label\";s:5:\"70/30\";s:4:\"name\";s:10:\"columns-73\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}s:13:\"59e50ed4290ac\";a:6:{s:3:\"key\";s:13:\"59e50ed4290ac\";s:5:\"label\";s:5:\"30/70\";s:4:\"name\";s:10:\"columns-37\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}s:13:\"59d68a03b11d5\";a:6:{s:3:\"key\";s:13:\"59d68a03b11d5\";s:5:\"label\";s:11:\"25/25/25/25\";s:4:\"name\";s:9:\"columns-4\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}s:20:\"layout_5cd3357aa7dab\";a:6:{s:3:\"key\";s:20:\"layout_5cd3357aa7dab\";s:5:\"label\";s:8:\"33/33/33\";s:4:\"name\";s:9:\"columns-3\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}}s:12:\"button_label\";s:17:\"Add Content Block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}','Content Blocks','content_blocks','publish','closed','closed','','field_59d681f5199f8','','','2020-03-04 13:52:01','2020-03-04 13:52:01','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=215',6,'acf-field','',0),(216,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:13:\"59d682d8199fe\";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:1;}','Full Width Column','column_1','publish','closed','closed','','field_59d682dd199ff','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=216',0,'acf-field','',0),(217,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:1;s:13:\"parent_layout\";s:13:\"59d681ffc4510\";}','Column 1','column_1','publish','closed','closed','','field_59d68213199f9','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',215,'https://watermark.labcp.co/?post_type=acf-field&p=217',0,'acf-field','',0),(218,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:1;s:13:\"parent_layout\";s:13:\"59d681ffc4510\";}','Column 2','column_2','publish','closed','closed','','field_59d68226199fa','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',215,'https://watermark.labcp.co/?post_type=acf-field&p=218',1,'acf-field','',0),(219,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:13:\"59d68291199fb\";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:1;}','70% Column','column_1','publish','closed','closed','','field_59d682a9199fc','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=219',0,'acf-field','',0),(220,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:13:\"59d68291199fb\";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:1;}','30% Column','column_2','publish','closed','closed','','field_59d682ca199fd','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=220',1,'acf-field','',0),(14,1,'2020-02-12 19:03:49','2020-02-12 19:03:49','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:12:\"options_page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:26:\"acf-options-social-network\";}}}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:\"\";}','Social Network','social-network','publish','closed','closed','','group_5e444c0587ef2','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',0,'http://localhost/watermark/web/?post_type=acf-field-group&#038;p=14',0,'acf-field-group','',0),(15,1,'2020-02-12 19:12:16','2020-02-12 19:12:16','a:7:{s:4:\"type\";s:3:\"url\";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:\"\";}','Twitter','twitter-url','publish','closed','closed','','field_5e444cb37de30','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',14,'http://localhost/watermark/web/?post_type=acf-field&#038;p=15',0,'acf-field','',0),(16,1,'2020-02-12 19:12:16','2020-02-12 19:12:16','a:7:{s:4:\"type\";s:3:\"url\";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:\"\";}','Instagran','instagran-url','publish','closed','closed','','field_5e444cc57de31','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',14,'http://localhost/watermark/web/?post_type=acf-field&#038;p=16',1,'acf-field','',0),(17,1,'2020-02-12 19:12:16','2020-02-12 19:12:16','a:7:{s:4:\"type\";s:3:\"url\";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:\"\";}','Facebook','facebook-url','publish','closed','closed','','field_5e444cd77de32','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',14,'http://localhost/watermark/web/?post_type=acf-field&#038;p=17',2,'acf-field','',0),(18,1,'2020-02-12 19:12:16','2020-02-12 19:12:16','a:7:{s:4:\"type\";s:3:\"url\";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:\"\";}','Flickr','flickr-url','publish','closed','closed','','field_5e444d6a7de33','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',14,'http://localhost/watermark/web/?post_type=acf-field&#038;p=18',3,'acf-field','',0),(19,1,'2020-02-12 19:12:16','2020-02-12 19:12:16','a:7:{s:4:\"type\";s:3:\"url\";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:\"\";}','Tripadvisor','tripadvisor-url','publish','closed','closed','','field_5e444da67de34','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',14,'http://localhost/watermark/web/?post_type=acf-field&#038;p=19',5,'acf-field','',0),(20,1,'2020-02-12 19:12:16','2020-02-12 19:12:16','a:7:{s:4:\"type\";s:3:\"url\";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:\"\";}','Youtube','youtube-url','publish','closed','closed','','field_5e444dcd7de35','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',14,'http://localhost/watermark/web/?post_type=acf-field&#038;p=20',6,'acf-field','',0),(21,1,'2020-02-12 19:12:16','2020-02-12 19:12:16','a:7:{s:4:\"type\";s:3:\"url\";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:\"\";}','Linkedin','linkedin-url','publish','closed','closed','','field_5e444dd77de36','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',14,'http://localhost/watermark/web/?post_type=acf-field&#038;p=21',7,'acf-field','',0),(22,1,'2020-02-12 19:12:16','2020-02-12 19:12:16','a:7:{s:4:\"type\";s:3:\"url\";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:\"\";}','Pinterest','pinterest-url','publish','closed','closed','','field_5e444de17de37','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',14,'http://localhost/watermark/web/?post_type=acf-field&#038;p=22',8,'acf-field','',0),(23,1,'2020-02-12 19:29:12','2020-02-12 19:29:12','a:7:{s:4:\"type\";s:3:\"url\";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:\"\";}','Yelp','yelp-url','publish','closed','closed','','field_5e4451f18e940','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',14,'http://localhost/watermark/web/?post_type=acf-field&#038;p=23',4,'acf-field','',0),(25,1,'2020-02-13 12:23:59','2020-02-13 12:23:59','','Home','','publish','closed','closed','','home','','','2020-02-28 19:24:04','2020-02-28 19:24:04','',0,'http://localhost/watermark/web/?page_id=25',0,'page','',0),(26,1,'2020-02-13 12:23:59','2020-02-13 12:23:59','','Home','','inherit','closed','closed','','25-revision-v1','','','2020-02-13 12:23:59','2020-02-13 12:23:59','',25,'http://localhost/watermark/web/2020/02/13/25-revision-v1/',0,'revision','',0),(27,1,'2020-02-13 12:29:03','2020-02-13 12:29:03','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}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:\"\";}','Home','home','publish','closed','closed','','group_5e453fe4df78e','','','2020-03-03 14:40:45','2020-03-03 14:40:45','',0,'http://localhost/watermark/web/?post_type=acf-field-group&#038;p=27',0,'acf-field-group','',0),(28,1,'2020-02-13 12:29:03','2020-02-13 12:29:03','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Watermark Journey','','publish','closed','closed','','field_5e453ffaad1e9','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=28',0,'acf-field','',0),(29,1,'2020-02-13 12:29:03','2020-02-13 12:29:03','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_watermark_journey','publish','closed','closed','','field_5e454035ad1ea','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=29',1,'acf-field','',0),(30,1,'2020-02-13 12:29:03','2020-02-13 12:29:03','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','subtitle_watermark_journey','publish','closed','closed','','field_5e45404ead1eb','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=30',2,'acf-field','',0),(31,1,'2020-02-13 12:29:03','2020-02-13 12:29:03','a:8:{s:4:\"type\";s:7:\"message\";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:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Card 01','','publish','closed','closed','','field_5e454083ad1ec','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=31',3,'acf-field','',0),(32,1,'2020-02-13 12:29:03','2020-02-13 12:29:03','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Photo','photo_card_1_journey','publish','closed','closed','','field_5e4540a2ad1ed','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=32',4,'acf-field','',0),(33,1,'2020-02-13 12:29:03','2020-02-13 12:29:03','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_card_1_journey','publish','closed','closed','','field_5e4540d7ad1ee','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=33',5,'acf-field','',0),(34,1,'2020-02-13 12:29:03','2020-02-13 12:29:03','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_card_1_journey','publish','closed','closed','','field_5e4540e0ad1ef','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=34',6,'acf-field','',0),(35,1,'2020-02-13 12:29:03','2020-02-13 12:29:03','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_card_1_journey','publish','closed','closed','','field_5e4540edad1f0','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=35',7,'acf-field','',0),(36,1,'2020-02-13 12:29:03','2020-02-13 12:29:03','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_card_1_journey','publish','closed','closed','','field_5e4540fead1f1','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=36',8,'acf-field','',0),(37,1,'2020-02-13 12:29:19','2020-02-13 12:29:19','a:8:{s:4:\"type\";s:7:\"message\";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:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Card 02','','publish','closed','closed','','field_5e454115aaef9','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=37',9,'acf-field','',0),(38,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Photo','photo_card_2_journey','publish','closed','closed','','field_5e4543cea2e14','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=38',10,'acf-field','',0),(39,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_card_2_journey','publish','closed','closed','','field_5e4543dca2e15','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=39',11,'acf-field','',0),(40,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_card_2_journey','publish','closed','closed','','field_5e4543eaa2e16','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=40',12,'acf-field','',0),(41,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_card_2_journey','publish','closed','closed','','field_5e454406a2e17','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=41',13,'acf-field','',0),(42,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_card_2_journey','publish','closed','closed','','field_5e454412a2e18','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=42',14,'acf-field','',0),(43,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:8:{s:4:\"type\";s:7:\"message\";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:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Card 03','','publish','closed','closed','','field_5e454432a2e19','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=43',15,'acf-field','',0),(44,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Photo','photo_card_3_journey','publish','closed','closed','','field_5e4544b6a2e1a','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=44',16,'acf-field','',0),(45,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_card_3_journey','publish','closed','closed','','field_5e4544c1a2e1b','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=45',17,'acf-field','',0),(46,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_card_3_journey','publish','closed','closed','','field_5e4544d1a2e1c','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=46',18,'acf-field','',0),(47,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_card_3_journey','publish','closed','closed','','field_5e4544e0a2e1d','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=47',19,'acf-field','',0),(48,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_card_3_journey','publish','closed','closed','','field_5e4544eca2e1e','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=48',20,'acf-field','',0),(49,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:8:{s:4:\"type\";s:7:\"message\";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:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Card 04','','publish','closed','closed','','field_5e454512a2e1f','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=49',21,'acf-field','',0),(50,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Photo','photo_card_4_journey','publish','closed','closed','','field_5e45451ca2e20','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=50',22,'acf-field','',0),(51,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_card_4_journey','publish','closed','closed','','field_5e454529a2e21','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=51',23,'acf-field','',0),(52,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_card_4_journey','publish','closed','closed','','field_5e45454ba2e22','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=52',24,'acf-field','',0),(53,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_card_4_journey','publish','closed','closed','','field_5e454557a2e23','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=53',25,'acf-field','',0),(54,1,'2020-02-13 12:47:49','2020-02-13 12:47:49','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_card_4_journey','publish','closed','closed','','field_5e454565a2e24','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=54',26,'acf-field','',0),(55,1,'2020-02-13 12:49:24','2020-02-13 12:49:24','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Why Watermark','','publish','closed','closed','','field_5e4545bef8292','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=55',27,'acf-field','',0),(56,1,'2020-02-13 13:12:08','2020-02-13 13:12:08','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Photo','photo_why_watermark','publish','closed','closed','','field_5e454a74558cc','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=56',28,'acf-field','',0),(57,1,'2020-02-13 13:12:08','2020-02-13 13:12:08','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_why_watermark','publish','closed','closed','','field_5e454a91558cd','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=57',29,'acf-field','',0),(58,1,'2020-02-13 13:12:08','2020-02-13 13:12:08','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_why_watermark','publish','closed','closed','','field_5e454a9c558ce','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=58',30,'acf-field','',0),(59,1,'2020-02-13 13:12:08','2020-02-13 13:12:08','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:9:\"collapsed\";s:0:\"\";s:3:\"min\";i:3;s:3:\"max\";i:0;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:0:\"\";}','List','list_why_watermark','publish','closed','closed','','field_5e454aaa558cf','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=59',31,'acf-field','',0),(60,1,'2020-02-13 13:12:08','2020-02-13 13:12:08','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','List Text','list_text_why_watermark','publish','closed','closed','','field_5e454ac3558d0','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',59,'http://localhost/watermark/web/?post_type=acf-field&#038;p=60',0,'acf-field','',0),(61,1,'2020-02-13 13:12:08','2020-02-13 13:12:08','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 01 Text','button_01_text_why_watermark','publish','closed','closed','','field_5e454ae7558d1','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=61',32,'acf-field','',0),(62,1,'2020-02-13 13:12:08','2020-02-13 13:12:08','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button 01 URL','button_01_url_why_watermark','publish','closed','closed','','field_5e454af9558d2','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=62',33,'acf-field','',0),(63,1,'2020-02-13 13:12:08','2020-02-13 13:12:08','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 02 Text','button_02_text_why_watermark','publish','closed','closed','','field_5e454b09558d3','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=63',34,'acf-field','',0),(64,1,'2020-02-13 13:12:08','2020-02-13 13:12:08','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button 02 URL','button_02_url_why_watermark','publish','closed','closed','','field_5e454b14558d4','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=64',35,'acf-field','',0),(65,1,'2020-02-13 13:12:54','2020-02-13 13:12:54','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Watermark Instagram','','publish','closed','closed','','field_5e454b31dd11b','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=65',36,'acf-field','',0),(66,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_watermark_instagram','publish','closed','closed','','field_5e458484586a3','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=66',37,'acf-field','',0),(67,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','subtitle_watermark_instagram','publish','closed','closed','','field_5e45849a586a4','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=67',38,'acf-field','',0),(68,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_watermark_instagram','publish','closed','closed','','field_5e4584ab586a5','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=68',39,'acf-field','',0),(69,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_watermark_instagram','publish','closed','closed','','field_5e4584bd586a6','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=69',40,'acf-field','',0),(70,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Our History / Our Team','','publish','closed','closed','','field_5e4584e8586a7','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=70',41,'acf-field','',0),(71,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','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:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Photo History','photo_history','publish','closed','closed','','field_5e458520586a8','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=71',42,'acf-field','',0),(72,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 History','title_history','publish','closed','closed','','field_5e458537586a9','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=72',43,'acf-field','',0),(73,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description History','description_history','publish','closed','closed','','field_5e458541586aa','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=73',44,'acf-field','',0),(74,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 History','button_text_history','publish','closed','closed','','field_5e45854f586ab','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=74',45,'acf-field','',0),(75,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL History','button_url_history','publish','closed','closed','','field_5e45855b586ac','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=75',46,'acf-field','',0),(76,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:8:{s:4:\"type\";s:7:\"message\";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:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Our Team','','publish','closed','closed','','field_5e45856d586ad','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=76',47,'acf-field','',0),(83,1,'2020-02-13 17:26:37','2020-02-13 17:26:37','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_testimony','publish','closed','closed','','field_5e4586356466d','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=83',54,'acf-field','',0),(77,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Photo Team','photo_team','publish','closed','closed','','field_5e45857d586ae','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=77',48,'acf-field','',0),(78,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 Team','title_team','publish','closed','closed','','field_5e45858a586af','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=78',49,'acf-field','',0),(79,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description Team','description_team','publish','closed','closed','','field_5e458596586b0','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=79',50,'acf-field','',0),(80,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 Team','button_text_team','publish','closed','closed','','field_5e4585a1586b1','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=80',51,'acf-field','',0),(81,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL Team','button_url_team','publish','closed','closed','','field_5e4585ae586b2','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=81',52,'acf-field','',0),(82,1,'2020-02-13 17:22:58','2020-02-13 17:22:58','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Testimonials','','publish','closed','closed','','field_5e4585c4586b3','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=82',53,'acf-field','',0),(84,1,'2020-02-13 17:26:37','2020-02-13 17:26:37','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','subtitle_testimony','publish','closed','closed','','field_5e4586476466e','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=84',55,'acf-field','',0),(85,1,'2020-02-13 17:26:37','2020-02-13 17:26:37','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:9:\"post_type\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:1;s:13:\"return_format\";s:2:\"id\";s:2:\"ui\";i:1;}','Testimonials','testimonials_page','publish','closed','closed','','field_5e4586576466f','','','2020-02-28 19:25:06','2020-02-28 19:25:06','',27,'http://localhost/watermark/web/?post_type=acf-field&#038;p=85',56,'acf-field','',0),(86,1,'2020-02-13 17:26:37','2020-02-13 17:26:37','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Text','text_testimonials_home','publish','closed','closed','','field_5e45867b64670','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',85,'http://localhost/watermark/web/?post_type=acf-field&#038;p=86',0,'acf-field','',0),(87,1,'2020-02-13 17:26:37','2020-02-13 17:26:37','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Name','name_testimonials_home','publish','closed','closed','','field_5e45869564671','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',85,'http://localhost/watermark/web/?post_type=acf-field&#038;p=87',1,'acf-field','',0),(88,1,'2020-02-13 17:26:37','2020-02-13 17:26:37','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Office','office_testimonials_home','publish','closed','closed','','field_5e4586ae64672','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',85,'http://localhost/watermark/web/?post_type=acf-field&#038;p=88',2,'acf-field','',0),(89,1,'2020-02-13 17:36:51','2020-02-13 17:36:51','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:12:\"options_page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:18:\"acf-options-header\";}}}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:\"\";}','Header','header','publish','closed','closed','','group_5e4589265db08','','','2020-03-12 14:09:19','2020-03-12 14:09:19','',0,'http://localhost/watermark/web/?post_type=acf-field-group&#038;p=89',0,'acf-field-group','',0),(90,1,'2020-02-13 17:37:23','2020-02-13 17:37:23','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Phone','phone_header','publish','closed','closed','','field_5e458948ab909','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',89,'http://localhost/watermark/web/?post_type=acf-field&#038;p=90',0,'acf-field','',0),(91,1,'2020-02-13 17:37:38','2020-02-13 17:37:38','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:12:\"options_page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:18:\"acf-options-footer\";}}}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:\"\";}','Footer','footer','publish','closed','closed','','group_5e458956a81ca','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',0,'http://localhost/watermark/web/?post_type=acf-field-group&#038;p=91',0,'acf-field-group','',0),(92,1,'2020-02-13 17:39:17','2020-02-13 17:39:17','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_footer','publish','closed','closed','','field_5e458972aec41','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',91,'http://localhost/watermark/web/?post_type=acf-field&#038;p=92',0,'acf-field','',0),(93,1,'2020-02-13 17:39:17','2020-02-13 17:39:17','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_footer','publish','closed','closed','','field_5e458981aec42','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',91,'http://localhost/watermark/web/?post_type=acf-field&#038;p=93',1,'acf-field','',0),(94,1,'2020-02-13 17:39:17','2020-02-13 17:39:17','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Text Copyright','text_copyright_footer','publish','closed','closed','','field_5e458990aec43','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',91,'http://localhost/watermark/web/?post_type=acf-field&#038;p=94',2,'acf-field','',0),(95,1,'2020-02-13 17:39:17','2020-02-13 17:39:17','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description Newsletter','description_newsletter_footer','publish','closed','closed','','field_5e4589b0aec44','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',91,'http://localhost/watermark/web/?post_type=acf-field&#038;p=95',3,'acf-field','',0),(100,1,'2020-02-17 20:08:48','2020-02-17 20:08:48','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Banner Photo','','publish','closed','closed','','field_5e4af23179f93','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=100',0,'acf-field','',0),(101,1,'2020-02-17 20:08:48','2020-02-17 20:08:48','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:18:\"Size 500px - 290px\";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:2:\"id\";s:12:\"preview_size\";s:10:\"list-event\";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:\"\";}','Banner List Events','banner_list_events','publish','closed','closed','','field_5e4af26879f94','','','2020-03-09 18:34:02','2020-03-09 18:34:02','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=101',1,'acf-field','',0),(99,1,'2020-02-17 18:57:05','2020-02-17 18:57:05','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:6:\"events\";}}}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:\"\";}','Events','events','publish','closed','closed','','group_5e4ae1e4ab194','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',0,'http://localhost/watermark/web/?post_type=acf-field-group&#038;p=99',0,'acf-field-group','',0),(102,1,'2020-02-17 20:08:48','2020-02-17 20:08:48','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:19:\"Size 1920px - 645px\";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:2:\"id\";s:12:\"preview_size\";s:12:\"single-event\";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:\"\";}','Banner Single Event','banner_single_event','publish','closed','closed','','field_5e4af29b79f95','','','2020-03-09 18:34:02','2020-03-09 18:34:02','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=102',2,'acf-field','',0),(103,1,'2020-02-17 20:08:48','2020-02-17 20:08:48','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Info Event','','publish','closed','closed','','field_5e4af2bd79f96','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=103',3,'acf-field','',0),(104,1,'2020-02-17 20:24:03','2020-02-17 20:24: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:\"\";}','Dates Available','dates_available','publish','closed','closed','','field_5e4af500a62ce','','','2020-03-09 18:34:02','2020-03-09 18:34:02','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=104',4,'acf-field','',0),(105,1,'2020-02-17 20:24:03','2020-02-17 20:24: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:\"\";}','Price','price','publish','closed','closed','','field_5e4af510a62cf','','','2020-03-09 18:34:02','2020-03-09 18:34:02','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=105',5,'acf-field','',0),(106,1,'2020-02-17 20:24:03','2020-02-17 20:24: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:\"\";}','Location','location','publish','closed','closed','','field_5e4af518a62d0','','','2020-03-09 18:34:02','2020-03-09 18:34:02','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=106',6,'acf-field','',0),(107,1,'2020-02-17 20:24:03','2020-02-17 20:24:03','a:10:{s:4:\"type\";s:8:\"repeater\";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:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Upcoming Dates','upcoming_dates','publish','closed','closed','','field_5e4af533a62d1','','','2020-03-10 13:19:33','2020-03-10 13:19:33','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=107',9,'acf-field','',0),(108,1,'2020-02-17 20:24:03','2020-02-17 20:24:03','a:8:{s:4:\"type\";s:11:\"date_picker\";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:14:\"display_format\";s:3:\"F j\";s:13:\"return_format\";s:3:\"F j\";s:9:\"first_day\";i:1;}','Date','date_upcoming_dates','publish','closed','closed','','field_5e4af548a62d2','','','2020-03-10 13:19:21','2020-03-10 13:19:21','',107,'http://localhost/watermark/web/?post_type=acf-field&#038;p=108',0,'acf-field','',0),(109,1,'2020-02-17 20:24:03','2020-02-17 20:24:03','a:7:{s:4:\"type\";s:11:\"time_picker\";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:14:\"display_format\";s:5:\"H:i:s\";s:13:\"return_format\";s:5:\"H:i:s\";}','Hour Initial','hour_initial_upcoming_dates','publish','closed','closed','','field_5e4af59ea62d3','','','2020-03-10 13:19:21','2020-03-10 13:19:21','',107,'http://localhost/watermark/web/?post_type=acf-field&#038;p=109',1,'acf-field','',0),(110,1,'2020-02-17 20:24:03','2020-02-17 20:24:03','a:7:{s:4:\"type\";s:11:\"time_picker\";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:14:\"display_format\";s:5:\"H:i:s\";s:13:\"return_format\";s:5:\"H:i:s\";}','Hour Finish','hour_finish_upcoming_dates','publish','closed','closed','','field_5e4af5cca62d4','','','2020-03-04 20:17:28','2020-03-04 20:17:28','',107,'http://localhost/watermark/web/?post_type=acf-field&#038;p=110',2,'acf-field','',0),(111,1,'2020-02-17 20:24:03','2020-02-17 20:24:03','a:13:{s:4:\"type\";s:6:\"select\";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:\"choices\";a:4:{s:8:\"Book Now\";s:8:\"Book Now\";s:9:\"Cancelled\";s:9:\"Cancelled\";s:19:\"Call for Availabily\";s:19:\"Call for Availabily\";s:4:\"Full\";s:4:\"Full\";}s:13:\"default_value\";a:1:{i:0;s:8:\"Book Now\";}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:13:\"return_format\";s:5:\"value\";s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Status Event','status_event_upcoming_dates','publish','closed','closed','','field_5e4af5eca62d5','','','2020-03-10 13:19:21','2020-03-10 13:19:21','',107,'http://localhost/watermark/web/?post_type=acf-field&#038;p=111',3,'acf-field','',0),(112,1,'2020-02-17 20:24:03','2020-02-17 20:24: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:\"\";}','Departure Location','departure_location','publish','closed','closed','','field_5e4af643a62d6','','','2020-03-10 13:19:33','2020-03-10 13:19:33','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=112',8,'acf-field','',0),(113,1,'2020-02-17 20:24:30','2020-02-17 20:24:30','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Additional Information','','publish','closed','closed','','field_5e4af6742006b','','','2020-03-04 18:00:49','2020-03-04 18:00:49','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=113',10,'acf-field','',0),(114,1,'2020-02-17 20:30:39','2020-02-17 20:30: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: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;}','Description','description_additional_information','publish','closed','closed','','field_5e4af7d1a36e9','','','2020-03-04 18:00:49','2020-03-04 18:00:49','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=114',11,'acf-field','',0),(457,1,'2020-03-04 21:25:03','2020-03-04 21:25:03','','Event List','','publish','closed','closed','','event-list','','','2020-03-04 21:25:03','2020-03-04 21:25:03','',0,'https://watermark.labcp.co/?page_id=457',0,'page','',0),(458,1,'2020-03-04 21:25:03','2020-03-04 21:25:03','','Event List','','inherit','closed','closed','','457-revision-v1','','','2020-03-04 21:25:03','2020-03-04 21:25:03','',457,'https://watermark.labcp.co/457-revision-v1/',0,'revision','',0),(117,1,'2020-02-17 20:43:03','2020-02-17 20:43: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;}','Tour duration','tour_duration_additional_information','publish','closed','closed','','field_5e4af9878ba9c','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=117',13,'acf-field','',0),(118,1,'2020-02-17 20:43:03','2020-02-17 20:43: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;}','Extend the tour','extend_the_tour_additional_information','publish','closed','closed','','field_5e4af9ab8ba9d','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=118',14,'acf-field','',0),(119,1,'2020-02-17 20:43:04','2020-02-17 20:43: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;}','Important information','important_information_additional_information','publish','closed','closed','','field_5e4af9bd8ba9e','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=119',15,'acf-field','',0),(120,1,'2020-02-17 20:43:04','2020-02-17 20:43:04','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Tour Gallery','','publish','closed','closed','','field_5e4af9df8ba9f','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=120',16,'acf-field','',0),(121,1,'2020-02-17 20:43:04','2020-02-17 20:43:04','a:18:{s:4:\"type\";s:7:\"gallery\";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:2:\"id\";s:12:\"preview_size\";s:10:\"small-post\";s:6:\"insert\";s:6:\"append\";s:7:\"library\";s:3:\"all\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";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:\"\";}','Photos Tour Gallery','photos_tour_gallery','publish','closed','closed','','field_5e4af9ed8baa0','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=121',17,'acf-field','',0),(122,1,'2020-02-17 20:43:04','2020-02-17 20:43:04','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Testimonials','','publish','closed','closed','','field_5e4afa3f8baa1','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=122',18,'acf-field','',0),(123,1,'2020-02-17 20:43:04','2020-02-17 20:43: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:\"\";}','Title','title_testimony','publish','closed','closed','','field_5e4afa618baa2','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=123',19,'acf-field','',0),(124,1,'2020-02-17 20:43:04','2020-02-17 20:43: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:\"\";}','Subtitle','subtitle_testimony','publish','closed','closed','','field_5e4afa7a8baa3','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=124',20,'acf-field','',0),(125,1,'2020-02-17 20:43:04','2020-02-17 20:43:04','a:11:{s:4:\"type\";s:11:\"post_object\";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:9:\"post_type\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:1;s:13:\"return_format\";s:2:\"id\";s:2:\"ui\";i:1;}','Testimonials','testimonials_page','publish','closed','closed','','field_5e4afa878baa4','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',99,'http://localhost/watermark/web/?post_type=acf-field&#038;p=125',21,'acf-field','',0),(126,1,'2020-02-17 20:43:04','2020-02-17 20:43:04','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Text','text_testimonials_single_event','publish','closed','closed','','field_5e4afab68baa5','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',125,'http://localhost/watermark/web/?post_type=acf-field&#038;p=126',0,'acf-field','',0),(127,1,'2020-02-17 20:43:04','2020-02-17 20:43:04','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Name','name_testimonials_single_event','publish','closed','closed','','field_5e4afac08baa6','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',125,'http://localhost/watermark/web/?post_type=acf-field&#038;p=127',1,'acf-field','',0),(128,1,'2020-02-17 20:43:04','2020-02-17 20:43:04','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Office','office_testimonials_single_event','publish','closed','closed','','field_5e4afac88baa7','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',125,'http://localhost/watermark/web/?post_type=acf-field&#038;p=128',2,'acf-field','',0),(469,1,'2020-03-05 20:36:14','2020-03-05 20:36:14','','About Us','','inherit','closed','closed','','205-revision-v1','','','2020-03-05 20:36:14','2020-03-05 20:36:14','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(131,1,'2020-02-18 13:55:56','2020-02-18 13:55:56','','Public Cruises & Water Taxi','','publish','closed','closed','','public-cruises-water-taxi','','','2020-02-18 13:55:56','2020-02-18 13:55:56','',0,'http://localhost/watermark/web/?page_id=131',0,'page','',0),(132,1,'2020-02-18 13:55:56','2020-02-18 13:55:56','','Public Cruises & Water Taxi','','inherit','closed','closed','','131-revision-v1','','','2020-02-18 13:55:56','2020-02-18 13:55:56','',131,'http://localhost/watermark/web/2020/02/18/131-revision-v1/',0,'revision','',0),(133,1,'2020-02-18 13:56:28','2020-02-18 13:56:28','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:23:\"page-public-cruises.php\";}}}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:\"\";}','Public Cruises & Water Taxi','public-cruises-water-taxi','publish','closed','closed','','group_5e4becf945f74','','','2020-03-02 17:51:44','2020-03-02 17:51:44','',0,'http://localhost/watermark/web/?post_type=acf-field-group&#038;p=133',0,'acf-field-group','',0),(134,1,'2020-02-18 17:35:18','2020-02-18 17:35:18','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Banner Top','','publish','closed','closed','','field_5e4c1f8c03a9f','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=134',0,'acf-field','',0),(135,1,'2020-02-18 17:38:25','2020-02-18 17:38:25','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:19:\"Size 1920px - 748px\";s:8:\"required\";i:1;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:2:\"id\";s:12:\"preview_size\";s:11:\"single-page\";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:\"\";}','Banner background','banner_background','publish','closed','closed','','field_5e4c20667d9e2','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=135',1,'acf-field','',0),(136,1,'2020-02-18 17:38:25','2020-02-18 17:38:25','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_page_public_cruises','publish','closed','closed','','field_5e4c20bb7d9e3','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=136',2,'acf-field','',0),(137,1,'2020-02-18 17:38:25','2020-02-18 17:38:25','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_page_public_cruises','publish','closed','closed','','field_5e4c20df7d9e4','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=137',3,'acf-field','',0),(138,1,'2020-02-18 17:38:25','2020-02-18 17:38:25','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_page_public_cruises','publish','closed','closed','','field_5e4c20eb7d9e5','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=138',4,'acf-field','',0),(139,1,'2020-02-18 17:38:25','2020-02-18 17:38:25','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_page_public_cruises','publish','closed','closed','','field_5e4c20fa7d9e6','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=139',5,'acf-field','',0),(140,1,'2020-02-18 17:47:07','2020-02-18 17:47:07','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Upcoming Events','','publish','closed','closed','','field_5e4c22531133e','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=140',6,'acf-field','',0),(141,1,'2020-02-18 17:47:07','2020-02-18 17:47:07','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:34:\"Select an amount divisible by four\";s:8:\"required\";i:1;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:9:\"post_type\";a:1:{i:0;s:6:\"events\";}s:8:\"taxonomy\";a:1:{i:0;s:48:\"create_taxonomy_events:public-cruises-water-taxi\";}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:1;s:13:\"return_format\";s:6:\"object\";s:2:\"ui\";i:1;}','Select Events','select_events','publish','closed','closed','','field_5e4c227b1133f','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=141',7,'acf-field','',0),(142,1,'2020-02-18 17:57:56','2020-02-18 17:57:56','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Watermark Tours','','publish','closed','closed','','field_5e4c2416b2ae1','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=142',8,'acf-field','',0),(143,1,'2020-02-18 17:57:56','2020-02-18 17:57:56','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:1;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 01','','publish','closed','closed','','field_5e4c242db2ae2','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=143',10,'acf-field','',0),(144,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_01','publish','closed','closed','','field_5e4c2465b2ae5','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=144',11,'acf-field','',0),(145,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_01','publish','closed','closed','','field_5e4c2478b2ae6','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=145',12,'acf-field','',0),(146,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_block_01','publish','closed','closed','','field_5e4c248ab2ae7','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=146',13,'acf-field','',0),(147,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_block_01','publish','closed','closed','','field_5e4c2496b2ae8','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=147',14,'acf-field','',0),(148,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 02','','publish','closed','closed','','field_5e4c2456b2ae3','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=148',15,'acf-field','',0),(149,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_02','publish','closed','closed','','field_5e4c24b4b2ae9','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=149',16,'acf-field','',0),(150,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_02','publish','closed','closed','','field_5e4c24c4b2aea','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=150',17,'acf-field','',0),(151,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_block_02','publish','closed','closed','','field_5e4c24d3b2aeb','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=151',18,'acf-field','',0),(152,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_block_02','publish','closed','closed','','field_5e4c24deb2aec','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=152',19,'acf-field','',0),(153,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 03','','publish','closed','closed','','field_5e4c245db2ae4','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=153',20,'acf-field','',0),(154,1,'2020-02-18 17:57:57','2020-02-18 17:57:57','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_03','publish','closed','closed','','field_5e4c24f6b2aed','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=154',21,'acf-field','',0),(155,1,'2020-02-18 17:57:58','2020-02-18 17:57:58','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_03','publish','closed','closed','','field_5e4c2502b2aee','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=155',22,'acf-field','',0),(156,1,'2020-02-18 17:57:58','2020-02-18 17:57:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_block_03','publish','closed','closed','','field_5e4c250eb2aef','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=156',23,'acf-field','',0),(157,1,'2020-02-18 17:57:58','2020-02-18 17:57:58','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_block_03','publish','closed','closed','','field_5e4c251bb2af0','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=157',24,'acf-field','',0),(158,1,'2020-02-18 17:57:58','2020-02-18 17:57:58','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Images','','publish','closed','closed','','field_5e4c2531b2af1','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=158',25,'acf-field','',0),(159,1,'2020-02-18 17:57:58','2020-02-18 17:57:58','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:4:\"full\";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 01','image_01','publish','closed','closed','','field_5e4c2571b2af2','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=159',26,'acf-field','',0),(160,1,'2020-02-18 17:57:58','2020-02-18 17:57:58','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:4:\"full\";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 02','image_02','publish','closed','closed','','field_5e4c258eb2af3','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=160',27,'acf-field','',0),(161,1,'2020-02-18 17:59:45','2020-02-18 17:59:45','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Cruise Gallery','','publish','closed','closed','','field_5e4c25d169c59','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=161',29,'acf-field','',0),(162,1,'2020-02-18 17:59:45','2020-02-18 17:59:45','a:18:{s:4:\"type\";s:7:\"gallery\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:2:\"id\";s:12:\"preview_size\";s:10:\"small-post\";s:6:\"insert\";s:6:\"append\";s:7:\"library\";s:3:\"all\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";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:\"\";}','Photos Cruise Gallery','photos_cruise_gallery','publish','closed','closed','','field_5e4c25ec69c5a','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=162',30,'acf-field','',0),(163,1,'2020-02-18 18:05:02','2020-02-18 18:05:02','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Testimonials','','publish','closed','closed','','field_5e4c263d94b78','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=163',31,'acf-field','',0),(164,1,'2020-02-18 18:05:02','2020-02-18 18:05:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_testimonials_page','publish','closed','closed','','field_5e4c267894b79','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=164',32,'acf-field','',0),(165,1,'2020-02-18 18:05:02','2020-02-18 18:05:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','subtitle_testimonials_page','publish','closed','closed','','field_5e4c269894b7a','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=165',33,'acf-field','',0),(419,1,'2020-03-02 17:59:28','2020-03-02 17:59:28','','banner-private-yatch-mobile','','inherit','open','closed','','banner-private-yatch-mobile','','','2020-03-02 17:59:28','2020-03-02 17:59:28','',178,'https://watermark.labcp.co/app/uploads/2020/03/banner-private-yatch-mobile.jpg',0,'attachment','image/jpeg',0),(435,1,'2020-03-02 19:22:29','2020-03-02 19:22:29','','Private Yacht Charters & Weddings','','inherit','closed','closed','','178-revision-v1','','','2020-03-02 19:22:29','2020-03-02 19:22:29','',178,'https://watermark.labcp.co/178-revision-v1/',0,'revision','',0),(418,1,'2020-03-02 17:59:26','2020-03-02 17:59:26','','banner-private-yatch','','inherit','open','closed','','banner-private-yatch','','','2020-03-02 17:59:26','2020-03-02 17:59:26','',178,'https://watermark.labcp.co/app/uploads/2020/03/banner-private-yatch.jpg',0,'attachment','image/jpeg',0),(170,1,'2020-02-18 18:14:17','2020-02-18 18:14:17','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','Block Acordeon Finish','','publish','closed','closed','','field_5e4c295728bb3','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=170',28,'acf-field','',0),(171,1,'2020-02-18 18:19:13','2020-02-18 18:19:13','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description Watermark Tours','description_watermark_tours','publish','closed','closed','','field_5e4c2a7c8bf00','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',133,'http://localhost/watermark/web/?post_type=acf-field&#038;p=171',9,'acf-field','',0),(467,1,'2020-03-05 20:31:32','2020-03-05 20:31:32','','About Us','','inherit','closed','closed','','205-revision-v1','','','2020-03-05 20:31:32','2020-03-05 20:31:32','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(468,1,'2020-03-05 20:32:56','2020-03-05 20:32:56','','About Us','','inherit','closed','closed','','205-revision-v1','','','2020-03-05 20:32:56','2020-03-05 20:32:56','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(175,0,'2015-04-06 17:18:12','2015-04-06 17:18:12','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"[3]\",\"from\":\"[sitename] <[admin_email]>\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"}}','Email Notification','email','publish','open','open','','1_email_1','','','2015-04-06 17:18:12','2015-04-06 17:18:12','',0,'https://watermark.labcp.co/frm_form_actions/1_email_1/',1,'frm_form_actions','',0),(176,1,'2020-02-18 20:14:39','2020-02-18 20:14:39','{\"theme_css\":\"ui-lightness\",\"theme_name\":\"UI Lightness\",\"center_form\":\"\",\"form_width\":\"100%\",\"form_align\":\"left\",\"direction\":\"ltr\",\"fieldset\":\"0px\",\"fieldset_color\":\"000000\",\"fieldset_padding\":\"0 0 15px 0\",\"fieldset_bg_color\":\"\",\"title_size\":\"20px\",\"title_color\":\"444444\",\"title_margin_top\":\"10px\",\"title_margin_bottom\":\"10px\",\"form_desc_size\":\"14px\",\"form_desc_color\":\"666666\",\"form_desc_margin_top\":\"10px\",\"form_desc_margin_bottom\":\"25px\",\"font\":\"\\\"Lucida Grande\\\",\\\"Lucida Sans Unicode\\\",Tahoma,sans-serif\",\"font_size\":\"14px\",\"label_color\":\"444444\",\"weight\":\"bold\",\"position\":\"none\",\"align\":\"left\",\"width\":\"150px\",\"required_color\":\"B94A48\",\"required_weight\":\"bold\",\"label_padding\":\"0 0 3px 0\",\"description_font_size\":\"12px\",\"description_color\":\"666666\",\"description_weight\":\"normal\",\"description_style\":\"normal\",\"description_align\":\"left\",\"description_margin\":\"0\",\"field_font_size\":\"14px\",\"field_height\":\"32px\",\"line_height\":\"normal\",\"field_width\":\"100%\",\"auto_width\":\"\",\"field_pad\":\"6px 10px\",\"field_margin\":\"20px\",\"field_weight\":\"normal\",\"text_color\":\"555555\",\"border_color\":\"cccccc\",\"field_border_width\":\"1px\",\"field_border_style\":\"solid\",\"bg_color\":\"ffffff\",\"remove_box_shadow\":\"\",\"bg_color_active\":\"ffffff\",\"border_color_active\":\"66afe9\",\"remove_box_shadow_active\":\"\",\"text_color_error\":\"444444\",\"bg_color_error\":\"ffffff\",\"border_color_error\":\"B94A48\",\"border_width_error\":\"1px\",\"border_style_error\":\"solid\",\"bg_color_disabled\":\"ffffff\",\"border_color_disabled\":\"E5E5E5\",\"text_color_disabled\":\"A1A1A1\",\"radio_align\":\"block\",\"check_align\":\"block\",\"check_font_size\":\"13px\",\"check_label_color\":\"444444\",\"check_weight\":\"normal\",\"section_font_size\":\"18px\",\"section_color\":\"444444\",\"section_weight\":\"bold\",\"section_pad\":\"15px 0 3px 0\",\"section_mar_top\":\"15px\",\"section_mar_bottom\":\"12px\",\"section_bg_color\":\"\",\"section_border_color\":\"e8e8e8\",\"section_border_width\":\"2px\",\"section_border_style\":\"solid\",\"section_border_loc\":\"-top\",\"collapse_icon\":\"6\",\"collapse_pos\":\"after\",\"repeat_icon\":\"1\",\"submit_style\":\"\",\"submit_font_size\":\"14px\",\"submit_width\":\"auto\",\"submit_height\":\"auto\",\"submit_bg_color\":\"ffffff\",\"submit_border_color\":\"cccccc\",\"submit_border_width\":\"1px\",\"submit_text_color\":\"444444\",\"submit_weight\":\"normal\",\"submit_border_radius\":\"4px\",\"submit_bg_img\":\"\",\"submit_margin\":\"10px\",\"submit_padding\":\"6px 11px\",\"submit_shadow_color\":\"eeeeee\",\"submit_hover_bg_color\":\"efefef\",\"submit_hover_color\":\"444444\",\"submit_hover_border_color\":\"cccccc\",\"submit_active_bg_color\":\"efefef\",\"submit_active_color\":\"444444\",\"submit_active_border_color\":\"cccccc\",\"border_radius\":\"4px\",\"error_bg\":\"F2DEDE\",\"error_border\":\"EBCCD1\",\"error_text\":\"B94A48\",\"error_font_size\":\"14px\",\"success_bg_color\":\"DFF0D8\",\"success_border_color\":\"D6E9C6\",\"success_text_color\":\"468847\",\"success_font_size\":\"14px\",\"important_style\":\"\",\"progress_bg_color\":\"dddddd\",\"progress_active_color\":\"ffffff\",\"progress_active_bg_color\":\"008ec2\",\"progress_color\":\"ffffff\",\"progress_border_color\":\"dfdfdf\",\"progress_border_size\":\"2px\",\"progress_size\":\"30px\",\"custom_css\":\"\"}','Formidable Style','','publish','closed','closed','','formidable-style','','','2020-02-18 20:14:39','2020-02-18 20:14:39','',0,'https://watermark.labcp.co/frm_styles/formidable-style/',1,'frm_styles','',0),(221,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:13:\"59e50ed4290ac\";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:1;}','30% Column','column_1','publish','closed','closed','','field_59e50eeb290ae','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=221',0,'acf-field','',0),(222,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:13:\"59e50ed4290ac\";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:1;}','70% Column','column_2','publish','closed','closed','','field_59e50edf290ad','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=222',1,'acf-field','',0),(223,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:13:\"59d68a03b11d5\";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:1;}','25% Column','column_1','publish','closed','closed','','field_59d68a13b11d6','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=223',0,'acf-field','',0),(224,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:13:\"59d68a03b11d5\";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:1;}','25% Column','column_2','publish','closed','closed','','field_59d68a21b11d7','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=224',1,'acf-field','',0),(225,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:13:\"59d68a03b11d5\";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:1;}','25% Column','column_3','publish','closed','closed','','field_59d68a2bb11d8','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=225',2,'acf-field','',0),(226,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:13:\"59d68a03b11d5\";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:1;}','25% Column','column_4','publish','closed','closed','','field_59d68a33b11d9','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=226',3,'acf-field','',0),(227,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:20:\"layout_5cd3357aa7dab\";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:1;}','33% Column','column_1','publish','closed','closed','','field_5cd3357aa7dac','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=227',0,'acf-field','',0),(228,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:20:\"layout_5cd3357aa7dab\";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:1;}','33% Column','column_2','publish','closed','closed','','field_5cd3357aa7dad','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=228',1,'acf-field','',0),(229,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{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:\"parent_layout\";s:20:\"layout_5cd3357aa7dab\";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:1;}','33% Column','column_3','publish','closed','closed','','field_5cd3357aa7dae','','','2020-03-04 13:58:45','2020-03-04 13:58:45','',215,'https://watermark.labcp.co/?post_type=acf-field&#038;p=229',2,'acf-field','',0),(230,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Upcoming Events','','publish','closed','closed','','field_5e4fb81c3c0b5','','','2020-03-04 13:12:06','2020-03-04 13:12:06','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=230',7,'acf-field','',0),(231,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:34:\"Select an amount divisible by four\";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:9:\"post_type\";a:1:{i:0;s:6:\"events\";}s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:1;s:13:\"return_format\";s:2:\"id\";s:2:\"ui\";i:1;}','Select Events','select_events','publish','closed','closed','','field_5e4fb8273c0b6','','','2020-03-04 13:12:06','2020-03-04 13:12:06','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=231',8,'acf-field','',0),(232,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Testimonials','','publish','closed','closed','','field_5e4fb8563c0b7','','','2020-03-04 13:12:06','2020-03-04 13:12:06','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=232',9,'acf-field','',0),(233,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','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','title_testimony','publish','closed','closed','','field_5e4fbff6dea83','','','2020-03-04 13:12:06','2020-03-04 13:12:06','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=233',10,'acf-field','',0),(234,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','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','subtitle_testimony','publish','closed','closed','','field_5e4fbffedea84','','','2020-03-04 13:12:07','2020-03-04 13:12:07','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=234',11,'acf-field','',0),(409,1,'2020-02-28 18:12:54','2020-02-28 18:12:54','','Mary Smith','','publish','closed','closed','','mary-smith','','','2020-02-28 19:32:47','2020-02-28 19:32:47','',0,'https://watermark.labcp.co/?post_type=testimonials&#038;p=409',0,'testimonials','',0),(410,1,'2020-02-28 18:14:05','2020-02-28 18:14:05','','baltimore-inner-harbor-hyatt','','inherit','open','closed','','baltimore-inner-harbor-hyatt','','','2020-02-28 18:14:05','2020-02-28 18:14:05','',25,'https://watermark.labcp.co/app/uploads/2020/02/baltimore-inner-harbor-hyatt.jpg',0,'attachment','image/jpeg',0),(406,1,'2020-02-28 18:04:30','2020-02-28 18:04:30','','card-2','','inherit','open','closed','','card-2','','','2020-02-28 18:04:30','2020-02-28 18:04:30','',25,'https://watermark.labcp.co/app/uploads/2020/02/card-2.jpg',0,'attachment','image/jpeg',0),(407,1,'2020-02-28 18:04:32','2020-02-28 18:04:32','','card-3','','inherit','open','closed','','card-3','','','2020-02-28 18:04:32','2020-02-28 18:04:32','',25,'https://watermark.labcp.co/app/uploads/2020/02/card-3.jpg',0,'attachment','image/jpeg',0),(408,1,'2020-02-28 18:04:37','2020-02-28 18:04:37','','card-4','','inherit','open','closed','','card-4','','','2020-02-28 18:04:37','2020-02-28 18:04:37','',25,'https://watermark.labcp.co/app/uploads/2020/02/card-4.jpg',0,'attachment','image/jpeg',0),(404,1,'2020-02-28 18:04:02','2020-02-28 18:04:02','','card-1','','inherit','open','closed','','card-1','','','2020-02-28 18:04:02','2020-02-28 18:04:02','',25,'https://watermark.labcp.co/app/uploads/2020/02/card-1.jpg',0,'attachment','image/jpeg',0),(405,1,'2020-02-28 18:04:15','2020-02-28 18:04:15','','card-1','','inherit','open','closed','','card-1-2','','','2020-02-28 18:04:15','2020-02-28 18:04:15','',25,'https://watermark.labcp.co/app/uploads/2020/02/card-1-1.jpg',0,'attachment','image/jpeg',0),(462,1,'2020-03-05 20:18:56','2020-03-05 20:18:56','','About Us','','inherit','closed','closed','','205-autosave-v1','','','2020-03-05 20:18:56','2020-03-05 20:18:56','',205,'https://watermark.labcp.co/205-autosave-v1/',0,'revision','',0),(587,1,'2020-03-20 20:35:07','2020-03-20 20:35:07','','Cappen','','publish','closed','closed','','cappen','','','2020-03-20 20:37:42','2020-03-20 20:37:42','',0,'https://watermark.labcp.co/?page_id=587',0,'page','',0),(239,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:20:\"page-field-trips.php\";}}}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:\"\";}','Field Trips','field-trips','publish','closed','closed','','group_5e4c3dc47174f','','','2020-03-12 13:51:27','2020-03-12 13:51:27','',0,'https://watermark.labcp.co/?p=239',0,'acf-field-group','',0),(240,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Banner Top','','publish','closed','closed','','field_5e4c3dc4aefaf','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',239,'https://watermark.labcp.co/?post_type=acf-field&p=240',0,'acf-field','',0),(241,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:19:\"Size 1920px - 748px\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:11:\"single-page\";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:\"\";}','Banner background','banner_background','publish','closed','closed','','field_5e4c3dc4af382','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=241',1,'acf-field','',0),(242,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_page_field_trips','publish','closed','closed','','field_5e4c3dc4af768','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=242',3,'acf-field','',0),(243,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_page_field_trips','publish','closed','closed','','field_5e4c3dc4afb81','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=243',4,'acf-field','',0),(244,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_page_field_trips','publish','closed','closed','','field_5e4c3dc4aff39','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=244',5,'acf-field','',0),(245,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_page_field_trips','publish','closed','closed','','field_5e4c3dc4b034a','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=245',6,'acf-field','',0),(246,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Cards','','publish','closed','closed','','field_5e4c3dc4b0727','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=246',7,'acf-field','',0),(247,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:9:\"collapsed\";s:0:\"\";s:3:\"min\";i:4;s:3:\"max\";i:4;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:0:\"\";}','Cards','cards_field_trips','publish','closed','closed','','field_5e4c3e9abba14','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=247',8,'acf-field','',0),(248,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:18:\"Size 500px - 290px\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:10:\"list-event\";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','image_cards_field_trips','publish','closed','closed','','field_5e4c3ec7bba15','','','2020-03-12 13:42:28','2020-03-12 13:42:28','',247,'https://watermark.labcp.co/?post_type=acf-field&#038;p=248',0,'acf-field','',0),(249,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_cards_field_trips','publish','closed','closed','','field_5e4c3ee8bba16','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',247,'https://watermark.labcp.co/?post_type=acf-field&p=249',1,'acf-field','',0),(250,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_cards_field_trips','publish','closed','closed','','field_5e4c3ef3bba17','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',247,'https://watermark.labcp.co/?post_type=acf-field&p=250',2,'acf-field','',0),(251,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_cards_field_trips','publish','closed','closed','','field_5e4c3f09bba18','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',247,'https://watermark.labcp.co/?post_type=acf-field&p=251',3,'acf-field','',0),(252,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 URL','button_url_cards_field_trips','publish','closed','closed','','field_5e4c3f14bba19','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',247,'https://watermark.labcp.co/?post_type=acf-field&p=252',4,'acf-field','',0),(253,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','School and Youth','','publish','closed','closed','','field_5e4c3dc4b0eff','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=253',9,'acf-field','',0),(254,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description School and Youth','description_school_and_youth','publish','closed','closed','','field_5e4c3dc4b12e6','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=254',10,'acf-field','',0),(255,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:1;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 01','','publish','closed','closed','','field_5e4c3dc4b171a','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=255',11,'acf-field','',0),(256,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_01','publish','closed','closed','','field_5e4c3dc4b1ab5','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=256',12,'acf-field','',0),(257,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_01','publish','closed','closed','','field_5e4c3dc4b1e9c','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=257',13,'acf-field','',0),(258,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_block_01','publish','closed','closed','','field_5e4c3dc4b2286','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=258',14,'acf-field','',0),(259,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_block_01','publish','closed','closed','','field_5e4c3dc4b2650','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=259',15,'acf-field','',0),(260,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 02','','publish','closed','closed','','field_5e4c3dc4b2a41','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=260',16,'acf-field','',0),(261,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_02','publish','closed','closed','','field_5e4c3dc4b2e38','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=261',17,'acf-field','',0),(262,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_02','publish','closed','closed','','field_5e4c3dc4b3216','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=262',18,'acf-field','',0),(263,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_block_02','publish','closed','closed','','field_5e4c3dc4b360b','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=263',19,'acf-field','',0),(264,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_block_02','publish','closed','closed','','field_5e4c3dc4b3a13','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=264',20,'acf-field','',0),(265,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 03','','publish','closed','closed','','field_5e4c3dc4b3df5','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=265',21,'acf-field','',0),(266,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_03','publish','closed','closed','','field_5e4c3dc4b41f7','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=266',22,'acf-field','',0),(267,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_03','publish','closed','closed','','field_5e4c3dc4b45c0','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=267',23,'acf-field','',0),(268,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_block_03','publish','closed','closed','','field_5e4c3dc4b49af','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=268',24,'acf-field','',0),(269,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_block_03','publish','closed','closed','','field_5e4c3dc4b4da9','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=269',25,'acf-field','',0),(270,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Images','','publish','closed','closed','','field_5e4c3dc4b5191','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=270',26,'acf-field','',0),(271,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:4:\"full\";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 01','image_01','publish','closed','closed','','field_5e4c3dc4b5565','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=271',27,'acf-field','',0),(272,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:4:\"full\";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 02','image_02','publish','closed','closed','','field_5e4c3dc4b596d','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=272',28,'acf-field','',0),(273,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','Block Acordeon Finish','','publish','closed','closed','','field_5e4c3dc4b5d34','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=273',29,'acf-field','',0),(274,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Field Trip Gallery','','publish','closed','closed','','field_5e4c3dc4b6114','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=274',30,'acf-field','',0),(275,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:18:{s:4:\"type\";s:7:\"gallery\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:2:\"id\";s:12:\"preview_size\";s:10:\"small-post\";s:6:\"insert\";s:6:\"append\";s:7:\"library\";s:3:\"all\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";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:\"\";}','Photos Field Trip Gallery','photos_field_trip_gallery','publish','closed','closed','','field_5e4c3dc4b64f0','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=275',31,'acf-field','',0),(276,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Testimonials','','publish','closed','closed','','field_5e4c3dc4b68e0','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=276',32,'acf-field','',0),(277,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','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','title_testimonials','publish','closed','closed','','field_5e4c3dc4b6cc2','','','2020-03-12 13:42:28','2020-03-12 13:42:28','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=277',33,'acf-field','',0),(278,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','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','subtitle_testimonials','publish','closed','closed','','field_5e4c3dc4b70ae','','','2020-03-12 13:42:28','2020-03-12 13:42:28','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=278',34,'acf-field','',0),(411,1,'2020-02-28 18:16:14','2020-02-28 18:16:14','','history','','inherit','open','closed','','history','','','2020-02-28 18:16:14','2020-02-28 18:16:14','',25,'https://watermark.labcp.co/app/uploads/2020/02/history.jpg',0,'attachment','image/jpeg',0),(412,1,'2020-02-28 18:16:54','2020-02-28 18:16:54','','team','','inherit','open','closed','','team','','','2020-02-28 18:16:54','2020-02-28 18:16:54','',25,'https://watermark.labcp.co/app/uploads/2020/02/team.jpg',0,'attachment','image/jpeg',0),(413,1,'2020-02-28 18:17:21','2020-02-28 18:17:21','','Home','','inherit','closed','closed','','25-revision-v1','','','2020-02-28 18:17:21','2020-02-28 18:17:21','',25,'https://watermark.labcp.co/25-revision-v1/',0,'revision','',0),(478,1,'2020-03-05 20:45:21','2020-03-05 20:45:21','','WM Flag Bannermobile','','inherit','open','closed','','wm-flag-bannermobile','','','2020-03-06 19:42:31','2020-03-06 19:42:31','',205,'https://watermark.labcp.co/app/uploads/2020/03/WM-Flag-Bannermobile.jpg',0,'attachment','image/jpeg',0),(399,1,'2020-02-27 19:22:34','2020-02-27 19:22:34','a:11:{s:4:\"type\";s:11:\"post_object\";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:9:\"post_type\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:1;s:13:\"return_format\";s:2:\"id\";s:2:\"ui\";i:1;}','Testimonials','testimonials_page','publish','closed','closed','','field_5e58168a97eb0','','','2020-03-04 13:12:07','2020-03-04 13:12:07','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=399',12,'acf-field','',0),(394,1,'2020-02-27 19:18:39','2020-02-27 19:18:39','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:9:\"post_type\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"taxonomy\";a:1:{i:0;s:59:\"create_taxonomy_testimonial:private-yacht-charters-weddings\";}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:1;s:13:\"return_format\";s:2:\"id\";s:2:\"ui\";i:1;}','Testimonials','testimonials_page','publish','closed','closed','','field_5e5815e928f7c','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=394',40,'acf-field','',0),(283,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Form Event','','publish','closed','closed','','field_5e4c3e68bba12','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=283',36,'acf-field','',0),(285,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:23:\"page-guide-services.php\";}}}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:\"\";}','Guide Services & Walking Tours','guide-services-walking-tours','publish','closed','closed','','group_5e4c2d1f7442a','','','2020-03-02 17:51:59','2020-03-02 17:51:59','',0,'https://watermark.labcp.co/?p=285',0,'acf-field-group','',0),(286,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Banner Top','','publish','closed','closed','','field_5e4c2d1fb6797','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=286',0,'acf-field','',0),(287,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:19:\"Size 1920px - 748px\";s:8:\"required\";i:1;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:2:\"id\";s:12:\"preview_size\";s:11:\"single-page\";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:\"\";}','Banner background','banner_background','publish','closed','closed','','field_5e4c2d1fb6b5a','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=287',1,'acf-field','',0),(288,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_page_guide_services','publish','closed','closed','','field_5e4c2d1fb6f59','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=288',2,'acf-field','',0),(289,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_page_guide_services','publish','closed','closed','','field_5e4c2d1fb7332','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=289',3,'acf-field','',0),(290,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_page_guide_services','publish','closed','closed','','field_5e4c2d1fb772c','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=290',4,'acf-field','',0),(291,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_page_guide_services','publish','closed','closed','','field_5e4c2d1fb7afc','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=291',5,'acf-field','',0),(292,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Upcoming Events','','publish','closed','closed','','field_5e4c2d1fb7ee6','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=292',6,'acf-field','',0),(293,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:34:\"Select an amount divisible by four\";s:8:\"required\";i:1;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:9:\"post_type\";a:1:{i:0;s:6:\"events\";}s:8:\"taxonomy\";a:1:{i:0;s:51:\"create_taxonomy_events:guide-services-walking-tours\";}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:1;s:13:\"return_format\";s:6:\"object\";s:2:\"ui\";i:1;}','Select Events','select_events','publish','closed','closed','','field_5e4c2d1fb82db','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=293',7,'acf-field','',0),(294,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Watermark Tours','','publish','closed','closed','','field_5e4c2d1fb86cb','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=294',8,'acf-field','',0),(295,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description Watermark Tours','description_watermark_tours','publish','closed','closed','','field_5e4c2d1fb8ad4','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=295',9,'acf-field','',0),(296,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:1;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 01','','publish','closed','closed','','field_5e4c2d1fb8ec3','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=296',10,'acf-field','',0),(297,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_01','publish','closed','closed','','field_5e4c2d1fb927e','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=297',11,'acf-field','',0),(298,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_01','publish','closed','closed','','field_5e4c2d1fb966a','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=298',12,'acf-field','',0),(299,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 02','','publish','closed','closed','','field_5e4c2d1fba228','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=299',13,'acf-field','',0),(300,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_02','publish','closed','closed','','field_5e4c2d1fba60e','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=300',14,'acf-field','',0),(301,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_02','publish','closed','closed','','field_5e4c2d1fba9e8','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=301',15,'acf-field','',0),(302,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 03','','publish','closed','closed','','field_5e4c2d1fbb59d','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=302',16,'acf-field','',0),(303,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_03','publish','closed','closed','','field_5e4c2d1fbb96b','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=303',17,'acf-field','',0),(304,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_03','publish','closed','closed','','field_5e4c2d1fbbd64','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=304',18,'acf-field','',0),(305,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 01','button_text_block_03','publish','closed','closed','','field_5e4c2d1fbc15d','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=305',19,'acf-field','',0),(306,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL 01','button_url_block_03','publish','closed','closed','','field_5e4c2d1fbc51e','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=306',20,'acf-field','',0),(307,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 02','button_text_block_03_2','publish','closed','closed','','field_5e4c2dce59c2c','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=307',21,'acf-field','',0),(308,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL 02','button_url_block_03_2','publish','closed','closed','','field_5e4c2de359c2d','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=308',22,'acf-field','',0),(309,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Images','','publish','closed','closed','','field_5e4c2d1fbc916','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=309',23,'acf-field','',0),(310,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:4:\"full\";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 01','image_01','publish','closed','closed','','field_5e4c2d1fbcd0b','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=310',24,'acf-field','',0),(311,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:4:\"full\";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 02','image_02','publish','closed','closed','','field_5e4c2d1fbd128','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=311',25,'acf-field','',0),(312,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','Block Acordeon Finish','','publish','closed','closed','','field_5e4c2d1fbd521','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=312',26,'acf-field','',0),(313,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Tour Gallery','','publish','closed','closed','','field_5e4c2d1fbd8ef','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=313',27,'acf-field','',0),(314,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:18:{s:4:\"type\";s:7:\"gallery\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:2:\"id\";s:12:\"preview_size\";s:10:\"small-post\";s:6:\"insert\";s:6:\"append\";s:7:\"library\";s:3:\"all\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";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:\"\";}','Photos Tour Gallery','photos_tour_gallery','publish','closed','closed','','field_5e4c2d1fbdc9a','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=314',28,'acf-field','',0),(315,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Testimonials','','publish','closed','closed','','field_5e4c2d1fbe081','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=315',29,'acf-field','',0),(316,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_testimonials_page','publish','closed','closed','','field_5e4c2d1fbe481','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=316',30,'acf-field','',0),(317,1,'2020-02-21 13:39:01','2020-02-21 13:39:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','subtitle_testimonials_page','publish','closed','closed','','field_5e4c2d1fbe85c','','','2020-02-21 13:39:01','2020-02-21 13:39:01','',285,'https://watermark.labcp.co/?post_type=acf-field&p=317',31,'acf-field','',0),(416,1,'2020-02-28 19:24:04','2020-02-28 19:24:04','','Home','','inherit','closed','closed','','25-revision-v1','','','2020-02-28 19:24:04','2020-02-28 19:24:04','',25,'https://watermark.labcp.co/25-revision-v1/',0,'revision','',0),(414,1,'2020-02-28 19:02:15','2020-02-28 19:02:15','','Home','','inherit','closed','closed','','25-revision-v1','','','2020-02-28 19:02:15','2020-02-28 19:02:15','',25,'https://watermark.labcp.co/25-revision-v1/',0,'revision','',0),(415,1,'2020-02-28 19:23:43','2020-02-28 19:23:43','','Mary Smith','','publish','closed','closed','','mary-smith-2','','','2020-03-02 17:58:12','2020-03-02 17:58:12','',0,'https://watermark.labcp.co/?post_type=testimonials&#038;p=415',0,'testimonials','',0),(393,1,'2020-02-27 19:17:32','2020-02-27 19:17:32','a:11:{s:4:\"type\";s:11:\"post_object\";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:9:\"post_type\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"taxonomy\";a:1:{i:0;s:39:\"create_taxonomy_testimonial:field-trips\";}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:1;s:13:\"return_format\";s:2:\"id\";s:2:\"ui\";i:1;}','Testimonials','testimonials_page','publish','closed','closed','','field_5e5815ae251ab','','','2020-03-12 13:42:28','2020-03-12 13:42:28','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=393',35,'acf-field','',0),(322,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:22:\"page-private-yacht.php\";}}}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:\"\";}','Private Yacht Charters & Weddings','private-yacht-charters-weddings','publish','closed','closed','','group_5e4c35c4087ca','','','2020-03-12 13:24:29','2020-03-12 13:24:29','',0,'https://watermark.labcp.co/?p=322',0,'acf-field-group','',0),(323,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Banner Top','','publish','closed','closed','','field_5e4c35c45d474','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',322,'https://watermark.labcp.co/?post_type=acf-field&p=323',0,'acf-field','',0),(324,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:19:\"Size 1920px - 748px\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:11:\"single-page\";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:\"\";}','Banner background','banner_background','publish','closed','closed','','field_5e4c35c45d826','','','2020-03-02 18:07:20','2020-03-02 18:07:20','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=324',1,'acf-field','',0),(325,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_page_private_yacht','publish','closed','closed','','field_5e4c35c45dc13','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=325',3,'acf-field','',0),(326,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_page_private_yacht','publish','closed','closed','','field_5e4c35c45e008','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=326',4,'acf-field','',0),(327,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_page_private_yacht','publish','closed','closed','','field_5e4c35c45e3e0','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=327',5,'acf-field','',0),(328,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_page_private_yacht','publish','closed','closed','','field_5e4c35c45e7c7','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=328',6,'acf-field','',0),(329,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Cards','','publish','closed','closed','','field_5e4c37306ade8','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=329',7,'acf-field','',0),(330,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:9:\"collapsed\";s:0:\"\";s:3:\"min\";i:3;s:3:\"max\";i:3;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:0:\"\";}','Cards','cards_private_yacht','publish','closed','closed','','field_5e4c395d741a9','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=330',8,'acf-field','',0),(331,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:18:\"Size 500px - 290px\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:10:\"list-event\";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','image_cards_private_yacht','publish','closed','closed','','field_5e4c3994741aa','','','2020-03-02 18:09:55','2020-03-02 18:09:55','',330,'https://watermark.labcp.co/?post_type=acf-field&#038;p=331',0,'acf-field','',0),(332,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_cards_private_yacht','publish','closed','closed','','field_5e4c39ca741ab','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',330,'https://watermark.labcp.co/?post_type=acf-field&p=332',1,'acf-field','',0),(333,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_cards_private_yacht','publish','closed','closed','','field_5e4c39db741ac','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',330,'https://watermark.labcp.co/?post_type=acf-field&p=333',2,'acf-field','',0),(334,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_cards_private_yacht','publish','closed','closed','','field_5e4c39ee741ad','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',330,'https://watermark.labcp.co/?post_type=acf-field&p=334',3,'acf-field','',0),(335,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 URL','button_url_cards_private_yacht','publish','closed','closed','','field_5e4c39fd741ae','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',330,'https://watermark.labcp.co/?post_type=acf-field&p=335',4,'acf-field','',0),(336,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Charters on the Bay','','publish','closed','closed','','field_5e4c37416ade9','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=336',9,'acf-field','',0),(337,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description Charters on the Bay','description_charters_on_the_bay','publish','closed','closed','','field_5e4c3a6877610','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=337',10,'acf-field','',0),(338,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:9:\"collapsed\";s:0:\"\";s:3:\"min\";i:4;s:3:\"max\";i:0;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:0:\"\";}','Cards Chartes','cards_charters','publish','closed','closed','','field_5e4c3afb77611','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=338',11,'acf-field','',0),(339,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:18:\"Size 300px - 175px\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:14:\"image-charters\";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','image_cards_charters','publish','closed','closed','','field_5e4c3b4177612','','','2020-03-02 18:27:08','2020-03-02 18:27:08','',338,'https://watermark.labcp.co/?post_type=acf-field&#038;p=339',0,'acf-field','',0),(340,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_cards_charters','publish','closed','closed','','field_5e4c3c431e338','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',338,'https://watermark.labcp.co/?post_type=acf-field&p=340',1,'acf-field','',0),(341,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Link','link_cards_charters','publish','closed','closed','','field_5e4c3c4d1e339','','','2020-02-21 13:39:02','2020-02-21 13:39:02','',338,'https://watermark.labcp.co/?post_type=acf-field&p=341',2,'acf-field','',0),(342,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Celebrate in Style','','publish','closed','closed','','field_5e4c35c45f373','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=342',12,'acf-field','',0),(343,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description Celebrate in Style','description_celebrate_in_style','publish','closed','closed','','field_5e4c35c45f7d1','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=343',13,'acf-field','',0),(344,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:1;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 01','','publish','closed','closed','','field_5e4c35c45fb84','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=344',14,'acf-field','',0),(345,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_01','publish','closed','closed','','field_5e4c35c45ff2f','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=345',15,'acf-field','',0),(346,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_01','publish','closed','closed','','field_5e4c35c46035c','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=346',16,'acf-field','',0),(347,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_block_01','publish','closed','closed','','field_5e4c35c4606ff','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=347',17,'acf-field','',0),(348,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_block_01','publish','closed','closed','','field_5e4c35c460ae4','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=348',18,'acf-field','',0),(349,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 02','','publish','closed','closed','','field_5e4c35c460f1a','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=349',19,'acf-field','',0),(350,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_02','publish','closed','closed','','field_5e4c35c4612ff','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=350',20,'acf-field','',0),(351,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_02','publish','closed','closed','','field_5e4c35c4616de','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=351',21,'acf-field','',0),(352,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','button_text_block_02','publish','closed','closed','','field_5e4c35c461a81','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=352',22,'acf-field','',0),(353,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL','button_url_block_02','publish','closed','closed','','field_5e4c35c461e76','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=353',23,'acf-field','',0),(354,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Text 03','','publish','closed','closed','','field_5e4c35c46225e','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=354',24,'acf-field','',0),(355,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_block_03','publish','closed','closed','','field_5e4c35c46263a','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=355',25,'acf-field','',0),(356,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Description','description_block_03','publish','closed','closed','','field_5e4c35c462a1f','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=356',26,'acf-field','',0),(357,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 01','button_text_block_03','publish','closed','closed','','field_5e4c35c462e01','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=357',27,'acf-field','',0),(358,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL 01','button_url_block_03','publish','closed','closed','','field_5e4c35c4631d8','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=358',28,'acf-field','',0),(359,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 02','button_text_block_03_2','publish','closed','closed','','field_5e4c368dbda76','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=359',29,'acf-field','',0),(360,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Button URL 02','button_url_block_03_2','publish','closed','closed','','field_5e4c36aabda77','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=360',30,'acf-field','',0),(361,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Block Images','','publish','closed','closed','','field_5e4c35c4635b4','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=361',31,'acf-field','',0),(362,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:4:\"full\";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 01','image_01','publish','closed','closed','','field_5e4c35c4639f7','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=362',32,'acf-field','',0),(363,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:4:\"full\";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 02','image_02','publish','closed','closed','','field_5e4c35c463ddc','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=363',33,'acf-field','',0),(364,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:8:{s:4:\"type\";s:9:\"accordion\";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:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','Block Acordeon Finish','','publish','closed','closed','','field_5e4c35c464198','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=364',34,'acf-field','',0),(365,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Charter Gallery','','publish','closed','closed','','field_5e4c35c464581','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=365',35,'acf-field','',0),(366,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:18:{s:4:\"type\";s:7:\"gallery\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:2:\"id\";s:12:\"preview_size\";s:10:\"small-post\";s:6:\"insert\";s:6:\"append\";s:7:\"library\";s:3:\"all\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";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:\"\";}','Photos Charter Gallery','photos_charter_gallery','publish','closed','closed','','field_5e4c35c464967','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=366',36,'acf-field','',0),(367,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Testimonials','','publish','closed','closed','','field_5e4c35c464d52','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=367',37,'acf-field','',0),(368,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','title_testimony','publish','closed','closed','','field_5e4c35c46512d','','','2020-03-02 19:21:49','2020-03-02 19:21:49','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=368',38,'acf-field','',0),(369,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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','subtitle_testimony','publish','closed','closed','','field_5e4c35c46550d','','','2020-03-02 19:21:49','2020-03-02 19:21:49','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=369',39,'acf-field','',0),(398,1,'2020-02-27 19:20:19','2020-02-27 19:20:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Office','office_testimonials','publish','closed','closed','','field_5e581653756de','','','2020-02-27 19:20:19','2020-02-27 19:20:19','',395,'https://watermark.labcp.co/?post_type=acf-field&p=398',2,'acf-field','',0),(397,1,'2020-02-27 19:20:19','2020-02-27 19:20:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Name','name_testimonials','publish','closed','closed','','field_5e58164a756dd','','','2020-02-27 19:20:19','2020-02-27 19:20:19','',395,'https://watermark.labcp.co/?post_type=acf-field&p=397',1,'acf-field','',0),(396,1,'2020-02-27 19:20:19','2020-02-27 19:20:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:\"\";}','Text','text_testimonials','publish','closed','closed','','field_5e581641756dc','','','2020-02-27 19:20:19','2020-02-27 19:20:19','',395,'https://watermark.labcp.co/?post_type=acf-field&p=396',0,'acf-field','',0),(395,1,'2020-02-27 19:19:02','2020-02-27 19:19:02','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:12:\"testimonials\";}}}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:\"\";}','Testimonials','testimonials','publish','closed','closed','','group_5e58161726c88','','','2020-02-27 19:20:19','2020-02-27 19:20:19','',0,'https://watermark.labcp.co/?post_type=acf-field-group&#038;p=395',0,'acf-field-group','',0),(374,1,'2020-02-21 13:39:02','2020-02-21 13:39:02','a:7:{s:4:\"type\";s:3:\"tab\";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:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Form Event','','publish','closed','closed','','field_5e4c363abda74','','','2020-03-02 17:56:38','2020-03-02 17:56:38','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=374',41,'acf-field','',0),(570,1,'2020-03-12 13:23:08','2020-03-12 13:23:08','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:18:\"Size 750px - 380px\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:11:\"single-page\";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:\"\";}','Banner background mobile','banner_background_mobile','publish','closed','closed','','field_5e6a3794ce18a','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&p=570',2,'acf-field','',0),(392,1,'2020-02-27 19:16:27','2020-02-27 19:16:27','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:9:\"post_type\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"taxonomy\";a:1:{i:0;s:56:\"create_taxonomy_testimonial:guide-services-walking-tours\";}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:1;s:13:\"return_format\";s:2:\"id\";s:2:\"ui\";i:1;}','Testimonials','testimonials_page','publish','closed','closed','','field_5e581566d094f','','','2020-03-02 17:51:59','2020-03-02 17:51:59','',285,'https://watermark.labcp.co/?post_type=acf-field&#038;p=392',32,'acf-field','',0),(417,1,'2020-03-02 17:56:38','2020-03-02 17:56:38','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:18:\"Size 750px - 380px\";s:8:\"required\";i:1;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:3:\"url\";s:12:\"preview_size\";s:11:\"single-page\";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:\"\";}','Banner background mobile','banner_background_mobile','publish','closed','closed','','field_5e5d48b3c8c81','','','2020-03-12 13:24:29','2020-03-12 13:24:29','',322,'https://watermark.labcp.co/?post_type=acf-field&#038;p=417',2,'acf-field','',0),(466,1,'2020-03-05 20:23:44','2020-03-05 20:23:44','','About Us','','inherit','closed','closed','','205-revision-v1','','','2020-03-05 20:23:44','2020-03-05 20:23:44','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(464,1,'2020-03-05 20:20:20','2020-03-05 20:20:20','','About Us','','inherit','closed','closed','','205-revision-v1','','','2020-03-05 20:20:20','2020-03-05 20:20:20','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(465,1,'2020-03-05 20:22:22','2020-03-05 20:22:22','','About Us','','inherit','closed','closed','','205-revision-v1','','','2020-03-05 20:22:22','2020-03-05 20:22:22','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(391,1,'2020-02-27 19:15:30','2020-02-27 19:15:30','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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:9:\"post_type\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"taxonomy\";a:1:{i:0;s:53:\"create_taxonomy_testimonial:public-cruises-water-taxi\";}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:1;s:13:\"return_format\";s:2:\"id\";s:2:\"ui\";i:1;}','Testimonials','testimonials_page','publish','closed','closed','','field_5e5815166996f','','','2020-03-02 17:51:44','2020-03-02 17:51:44','',133,'https://watermark.labcp.co/?post_type=acf-field&#038;p=391',34,'acf-field','',0),(420,1,'2020-03-02 18:14:54','2020-03-02 18:14:54','','waterfront-weddings','','inherit','open','closed','','waterfront-weddings','','','2020-03-02 18:14:54','2020-03-02 18:14:54','',178,'https://watermark.labcp.co/app/uploads/2020/03/waterfront-weddings.jpg',0,'attachment','image/jpeg',0),(421,1,'2020-03-02 18:15:16','2020-03-02 18:15:16','','corporate-entertainment','','inherit','open','closed','','corporate-entertainment','','','2020-03-02 18:15:16','2020-03-02 18:15:16','',178,'https://watermark.labcp.co/app/uploads/2020/03/corporate-entertainment.jpg',0,'attachment','image/jpeg',0),(422,1,'2020-03-02 18:15:32','2020-03-02 18:15:32','','social-events','','inherit','open','closed','','social-events','','','2020-03-02 18:15:32','2020-03-02 18:15:32','',178,'https://watermark.labcp.co/app/uploads/2020/03/social-events.jpg',0,'attachment','image/jpeg',0),(423,1,'2020-03-02 18:24:03','2020-03-02 18:24:03','','photo-01','','inherit','open','closed','','photo-01','','','2020-03-02 18:24:03','2020-03-02 18:24:03','',178,'https://watermark.labcp.co/app/uploads/2020/03/photo-01.jpg',0,'attachment','image/jpeg',0),(424,1,'2020-03-02 18:31:57','2020-03-02 18:31:57','','content-text-image','','inherit','open','closed','','content-text-image','','','2020-03-02 18:31:57','2020-03-02 18:31:57','',178,'https://watermark.labcp.co/app/uploads/2020/03/content-text-image.jpg',0,'attachment','image/jpeg',0),(425,1,'2020-03-02 18:32:11','2020-03-02 18:32:11','','content-image-text','','inherit','open','closed','','content-image-text','','','2020-03-02 18:32:11','2020-03-02 18:32:11','',178,'https://watermark.labcp.co/app/uploads/2020/03/content-image-text.jpg',0,'attachment','image/jpeg',0),(426,1,'2020-03-02 18:38:33','2020-03-02 18:38:33','','photo-1','','inherit','open','closed','','photo-1','','','2020-03-02 18:38:33','2020-03-02 18:38:33','',178,'https://watermark.labcp.co/app/uploads/2020/03/photo-1.jpg',0,'attachment','image/jpeg',0),(427,1,'2020-03-02 18:38:35','2020-03-02 18:38:35','','photo-2','','inherit','open','closed','','photo-2','','','2020-03-02 18:38:35','2020-03-02 18:38:35','',178,'https://watermark.labcp.co/app/uploads/2020/03/photo-2.jpg',0,'attachment','image/jpeg',0),(428,1,'2020-03-02 18:38:37','2020-03-02 18:38:37','','photo-3','','inherit','open','closed','','photo-3','','','2020-03-02 18:38:37','2020-03-02 18:38:37','',178,'https://watermark.labcp.co/app/uploads/2020/03/photo-3.jpg',0,'attachment','image/jpeg',0),(429,1,'2020-03-02 18:38:38','2020-03-02 18:38:38','','photo-4','','inherit','open','closed','','photo-4','','','2020-03-02 18:38:38','2020-03-02 18:38:38','',178,'https://watermark.labcp.co/app/uploads/2020/03/photo-4.jpg',0,'attachment','image/jpeg',0),(430,1,'2020-03-02 18:38:39','2020-03-02 18:38:39','','photo-5','','inherit','open','closed','','photo-5','','','2020-03-02 18:38:39','2020-03-02 18:38:39','',178,'https://watermark.labcp.co/app/uploads/2020/03/photo-5.jpg',0,'attachment','image/jpeg',0),(431,1,'2020-03-02 18:38:40','2020-03-02 18:38:40','','photo-6','','inherit','open','closed','','photo-6','','','2020-03-02 18:38:40','2020-03-02 18:38:40','',178,'https://watermark.labcp.co/app/uploads/2020/03/photo-6.jpg',0,'attachment','image/jpeg',0),(432,1,'2020-03-02 18:38:41','2020-03-02 18:38:41','','photo-7','','inherit','open','closed','','photo-7','','','2020-03-02 18:38:41','2020-03-02 18:38:41','',178,'https://watermark.labcp.co/app/uploads/2020/03/photo-7.jpg',0,'attachment','image/jpeg',0),(433,1,'2020-03-02 18:38:42','2020-03-02 18:38:42','','photo-8','','inherit','open','closed','','photo-8','','','2020-03-02 18:38:42','2020-03-02 18:38:42','',178,'https://watermark.labcp.co/app/uploads/2020/03/photo-8.jpg',0,'attachment','image/jpeg',0),(434,1,'2020-03-02 18:39:28','2020-03-02 18:39:28','','Private Yacht Charters & Weddings','','inherit','closed','closed','','178-revision-v1','','','2020-03-02 18:39:28','2020-03-02 18:39:28','',178,'https://watermark.labcp.co/178-revision-v1/',0,'revision','',0),(586,1,'2020-03-18 16:45:30','2020-03-18 16:45:30','','link test','','publish','closed','closed','','link-test','','','2020-03-18 16:45:30','2020-03-18 16:45:30','',0,'https://watermark.labcp.co/?p=586',2,'nav_menu_item','',0),(526,1,'2020-03-10 19:42:29','2020-03-10 19:42:29','','Contact Us','','publish','closed','closed','','contact-us','','','2020-03-11 15:03:40','2020-03-11 15:03:40','',0,'https://watermark.labcp.co/?page_id=526',0,'page','',0),(438,0,'2020-03-01 19:05:24','2020-03-01 19:05:24','{\"theme_css\":\"ui-lightness\",\"theme_name\":\"UI Lightness\",\"center_form\":\"\",\"form_width\":\"100%\",\"form_align\":\"left\",\"direction\":\"ltr\",\"fieldset\":\"0px\",\"fieldset_color\":\"000000\",\"fieldset_padding\":\"0 0 15px 0\",\"fieldset_bg_color\":\"\",\"title_size\":\"20px\",\"title_color\":\"444444\",\"title_margin_top\":\"10px\",\"title_margin_bottom\":\"10px\",\"form_desc_size\":\"14px\",\"form_desc_color\":\"666666\",\"form_desc_margin_top\":\"10px\",\"form_desc_margin_bottom\":\"25px\",\"font\":\"\\\"Lucida Grande\\\",\\\"Lucida Sans Unicode\\\",Tahoma,sans-serif\",\"font_size\":\"14px\",\"label_color\":\"444444\",\"weight\":\"bold\",\"position\":\"none\",\"align\":\"left\",\"width\":\"150px\",\"required_color\":\"B94A48\",\"required_weight\":\"bold\",\"label_padding\":\"0 0 3px 0\",\"description_font_size\":\"12px\",\"description_color\":\"666666\",\"description_weight\":\"normal\",\"description_style\":\"normal\",\"description_align\":\"left\",\"description_margin\":\"0\",\"field_font_size\":\"14px\",\"field_height\":\"32px\",\"line_height\":\"normal\",\"field_width\":\"100%\",\"auto_width\":\"\",\"field_pad\":\"6px 10px\",\"field_margin\":\"20px\",\"field_weight\":\"normal\",\"text_color\":\"555555\",\"border_color\":\"cccccc\",\"field_border_width\":\"1px\",\"field_border_style\":\"solid\",\"bg_color\":\"ffffff\",\"remove_box_shadow\":\"\",\"bg_color_active\":\"ffffff\",\"border_color_active\":\"66afe9\",\"remove_box_shadow_active\":\"\",\"text_color_error\":\"444444\",\"bg_color_error\":\"ffffff\",\"border_color_error\":\"B94A48\",\"border_width_error\":\"1px\",\"border_style_error\":\"solid\",\"bg_color_disabled\":\"ffffff\",\"border_color_disabled\":\"E5E5E5\",\"text_color_disabled\":\"A1A1A1\",\"radio_align\":\"block\",\"check_align\":\"block\",\"check_font_size\":\"13px\",\"check_label_color\":\"444444\",\"check_weight\":\"normal\",\"section_font_size\":\"18px\",\"section_color\":\"444444\",\"section_weight\":\"bold\",\"section_pad\":\"15px 0 3px 0\",\"section_mar_top\":\"15px\",\"section_mar_bottom\":\"12px\",\"section_bg_color\":\"\",\"section_border_color\":\"e8e8e8\",\"section_border_width\":\"2px\",\"section_border_style\":\"solid\",\"section_border_loc\":\"-top\",\"collapse_icon\":\"6\",\"collapse_pos\":\"after\",\"repeat_icon\":\"1\",\"submit_style\":\"\",\"submit_font_size\":\"14px\",\"submit_width\":\"auto\",\"submit_height\":\"auto\",\"submit_bg_color\":\"ffffff\",\"submit_border_color\":\"cccccc\",\"submit_border_width\":\"1px\",\"submit_text_color\":\"444444\",\"submit_weight\":\"normal\",\"submit_border_radius\":\"4px\",\"submit_bg_img\":\"\",\"submit_margin\":\"10px\",\"submit_padding\":\"6px 11px\",\"submit_shadow_color\":\"eeeeee\",\"submit_hover_bg_color\":\"efefef\",\"submit_hover_color\":\"444444\",\"submit_hover_border_color\":\"cccccc\",\"submit_active_bg_color\":\"efefef\",\"submit_active_color\":\"444444\",\"submit_active_border_color\":\"cccccc\",\"border_radius\":\"4px\",\"error_bg\":\"F2DEDE\",\"error_border\":\"EBCCD1\",\"error_text\":\"B94A48\",\"error_font_size\":\"14px\",\"success_bg_color\":\"DFF0D8\",\"success_border_color\":\"D6E9C6\",\"success_text_color\":\"468847\",\"success_font_size\":\"14px\",\"important_style\":\"\",\"progress_bg_color\":\"dddddd\",\"progress_active_color\":\"ffffff\",\"progress_active_bg_color\":\"008ec2\",\"progress_color\":\"ffffff\",\"progress_border_color\":\"dfdfdf\",\"progress_border_size\":\"2px\",\"progress_size\":\"30px\",\"custom_css\":\"\"}','Formidable Style','','publish','closed','closed','','formidable-style-2','','','2020-03-01 19:05:24','2020-03-01 19:05:24','',0,'https://watermark.labcp.co/frm_styles/formidable-style-2/',0,'frm_styles','',0),(439,0,'2015-04-06 17:18:12','2015-04-06 17:18:12','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"[8]\",\"from\":\"[sitename] <[admin_email]>\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"},\"autoresponder\":{\"is_active\":\"\",\"do_default_trigger\":\"no\",\"send_interval\":\"1\",\"send_unit\":\"days\",\"send_before_after\":\"after\",\"send_date\":\"\",\"send_after_interval_type\":\"number\",\"send_after_interval\":\"0\",\"send_after_unit\":\"days\",\"send_after_count\":\"1\"}}','Email Notification','email','publish','closed','closed','','97_email_237','','','2015-04-06 17:18:12','2015-04-06 17:18:12','',0,'https://watermark.labcp.co/frm_form_actions/97_email_237/',2,'frm_form_actions','',0),(440,0,'2015-04-06 17:18:12','2015-04-06 17:18:12','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"[10]\",\"from\":\"[sitename] <[admin_email]>\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"},\"autoresponder\":{\"is_active\":\"\",\"do_default_trigger\":\"no\",\"send_interval\":\"1\",\"send_unit\":\"days\",\"send_before_after\":\"after\",\"send_date\":\"\",\"send_after_interval_type\":\"number\",\"send_after_interval\":\"0\",\"send_after_unit\":\"days\",\"send_after_count\":\"1\"},\"inc_user_info\":\"0\",\"plain_text\":\"0\"}','Email Notification','email','publish','closed','closed','','97_email_237-2','','','2015-04-06 17:18:12','2015-04-06 17:18:12','',0,'https://watermark.labcp.co/frm_form_actions/97_email_237-2/',3,'frm_form_actions','',0),(527,1,'2020-03-10 19:42:29','2020-03-10 19:42:29','','Contact Us','','inherit','closed','closed','','526-revision-v1','','','2020-03-10 19:42:29','2020-03-10 19:42:29','',526,'https://watermark.labcp.co/526-revision-v1/',0,'revision','',0),(479,1,'2020-03-05 20:46:46','2020-03-05 20:46:46','','About Us','','inherit','closed','closed','','205-revision-v1','','','2020-03-05 20:46:46','2020-03-05 20:46:46','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(443,1,'2020-03-03 14:44:28','2020-03-03 14:44:28','','Default Page','','inherit','closed','closed','','205-revision-v1','','','2020-03-03 14:44:28','2020-03-03 14:44:28','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(444,1,'2020-03-04 13:12:06','2020-03-04 13:12:06','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:18:\"Size 750px - 380px\";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:2:\"id\";s:12:\"preview_size\";s:11:\"single-page\";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:\"\";}','Banner background mobile','banner_background_mobile','publish','closed','closed','','field_5e5fa8e7ae913','','','2020-03-09 18:32:38','2020-03-09 18:32:38','',207,'https://watermark.labcp.co/?post_type=acf-field&#038;p=444',2,'acf-field','',0),(449,1,'2020-03-04 14:22:49','2020-03-04 14:22:49','','Default Page','','inherit','closed','closed','','205-revision-v1','','','2020-03-04 14:22:49','2020-03-04 14:22:49','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(450,1,'2020-03-04 14:23:53','2020-03-04 14:23:53','','Default Page','','inherit','closed','closed','','205-revision-v1','','','2020-03-04 14:23:53','2020-03-04 14:23:53','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(451,1,'2020-03-04 16:55:14','2020-03-04 16:55:14','','Default Page','','inherit','closed','closed','','205-revision-v1','','','2020-03-04 16:55:14','2020-03-04 16:55:14','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(453,1,'2020-03-04 18:00:49','2020-03-04 18:00:49','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5e4af5eca62d5\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"Book Now\";}}}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:\"\";}','Link Event','link_event_upcoming_dates','publish','closed','closed','','field_5e5fec6f0ca27','','','2020-03-10 13:19:21','2020-03-10 13:19:21','',107,'https://watermark.labcp.co/?post_type=acf-field&#038;p=453',4,'acf-field','',0),(454,1,'2020-03-04 18:00:49','2020-03-04 18:00: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:\"\";}','Departure Name','departure_name','publish','closed','closed','','field_5e5fec560ca26','','','2020-03-10 13:19:33','2020-03-10 13:19:33','',99,'https://watermark.labcp.co/?post_type=acf-field&#038;p=454',7,'acf-field','',0),(565,1,'2020-03-12 13:16:00','2020-03-12 13:16:00','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','title_shortcode_form','publish','closed','closed','','field_5e6a353681b1c','','','2020-03-12 13:16:00','2020-03-12 13:16:00','',322,'https://watermark.labcp.co/?post_type=acf-field&p=565',42,'acf-field','',0),(470,1,'2020-03-05 20:38:30','2020-03-05 20:38:30','','About Us','','inherit','closed','closed','','205-revision-v1','','','2020-03-05 20:38:30','2020-03-05 20:38:30','',205,'https://watermark.labcp.co/205-revision-v1/',0,'revision','',0),(471,1,'2020-03-05 20:40:48','2020-03-05 20:40:48','','Full Fleet - Banner','','inherit','open','closed','','full-fleet-banner','','','2020-03-05 20:40:48','2020-03-05 20:40:48','',205,'https://watermark.labcp.co/app/uploads/2020/03/Full-Fleet-Banner.jpg',0,'attachment','image/jpeg',0),(480,1,'2020-03-06 19:22:32','2020-03-06 19:22:32','','Directions & Parking','','publish','closed','closed','','parking-and-directions','','','2020-03-06 19:28:05','2020-03-06 19:28:05','',0,'https://watermark.labcp.co/?page_id=480',0,'page','',0),(481,1,'2020-03-06 19:14:12','2020-03-06 19:14:12','','','','inherit','closed','closed','','480-revision-v1','','','2020-03-06 19:14:12','2020-03-06 19:14:12','',480,'https://watermark.labcp.co/480-revision-v1/',0,'revision','',0),(482,1,'2020-03-06 19:21:19','2020-03-06 19:21:19','','Ticket Stand_Red Umbrella','','inherit','open','closed','','ticket-stand_red-umbrella','','','2020-03-06 19:21:33','2020-03-06 19:21:33','',480,'https://watermark.labcp.co/app/uploads/2020/03/Ticket-Stand_Red-Umbrella.jpg',0,'attachment','image/jpeg',0),(474,1,'2020-03-05 20:40:59','2020-03-05 20:40:59','','WM Flag Banner 1800x803','','inherit','open','closed','','wm-flag-banner-1800x803','','','2020-03-06 19:42:37','2020-03-06 19:42:37','',205,'https://watermark.labcp.co/app/uploads/2020/03/WM-Flag-Banner-1800x803-1.jpg',0,'attachment','image/jpeg',0),(475,1,'2020-03-05 20:40:59','2020-03-05 20:40:59','','4 Mayor & Raven-1','','inherit','open','closed','','4-mayor-raven-1','','','2020-03-05 20:44:10','2020-03-05 20:44:10','',205,'https://watermark.labcp.co/app/uploads/2020/03/4-Mayor-Raven-1.jpg',0,'attachment','image/jpeg',0),(476,1,'2020-03-05 20:41:00','2020-03-05 20:41:00','','Old Lady Sarah','','inherit','open','closed','','old-lady-sarah','','','2020-03-05 20:42:31','2020-03-05 20:42:31','',205,'https://watermark.labcp.co/app/uploads/2020/03/Old-Lady-Sarah.png',0,'attachment','image/png',0),(477,1,'2020-03-05 20:41:02','2020-03-05 20:41:02','','4 Mayor & Raven-mobile','','inherit','open','closed','','4-mayor-raven-mobile-2','','','2020-03-05 20:41:02','2020-03-05 20:41:02','',205,'https://watermark.labcp.co/app/uploads/2020/03/4-Mayor-Raven-mobile-1.jpg',0,'attachment','image/jpeg',0),(483,1,'2020-03-06 19:21:20','2020-03-06 19:21:20','','m-Ticket Stand_Red Umbrella','','inherit','open','closed','','m-ticket-stand_red-umbrella','','','2020-03-06 19:21:27','2020-03-06 19:21:27','',480,'https://watermark.labcp.co/app/uploads/2020/03/m-Ticket-Stand_Red-Umbrella.jpg',0,'attachment','image/jpeg',0),(484,1,'2020-03-06 19:22:32','2020-03-06 19:22:32','','','','inherit','closed','closed','','480-revision-v1','','','2020-03-06 19:22:32','2020-03-06 19:22:32','',480,'https://watermark.labcp.co/480-revision-v1/',0,'revision','',0),(485,1,'2020-03-06 19:24:27','2020-03-06 19:24:27','','','','inherit','closed','closed','','480-revision-v1','','','2020-03-06 19:24:27','2020-03-06 19:24:27','',480,'https://watermark.labcp.co/480-revision-v1/',0,'revision','',0),(486,1,'2020-03-06 19:26:00','2020-03-06 19:26:00','','','','inherit','closed','closed','','480-revision-v1','','','2020-03-06 19:26:00','2020-03-06 19:26:00','',480,'https://watermark.labcp.co/480-revision-v1/',0,'revision','',0),(487,1,'2020-03-06 19:28:02','2020-03-06 19:28:02','','Directions & Parking','','inherit','closed','closed','','480-revision-v1','','','2020-03-06 19:28:02','2020-03-06 19:28:02','',480,'https://watermark.labcp.co/480-revision-v1/',0,'revision','',0),(488,1,'2020-03-08 23:27:54','2020-03-08 23:27:54','','Meet the Team','','publish','closed','closed','','meet-the-team','','','2020-03-08 23:39:39','2020-03-08 23:39:39','',205,'https://watermark.labcp.co/?page_id=488',0,'page','',0),(489,1,'2020-03-06 19:43:23','2020-03-06 19:43:23','','Meet the Team','','inherit','closed','closed','','488-revision-v1','','','2020-03-06 19:43:23','2020-03-06 19:43:23','',488,'https://watermark.labcp.co/488-revision-v1/',0,'revision','',0),(490,1,'2020-03-08 23:14:46','2020-03-08 23:14:46','','Taylor','','inherit','open','closed','','taylor','','','2020-03-08 23:34:26','2020-03-08 23:34:26','',488,'https://watermark.labcp.co/app/uploads/2020/03/Taylor.jpg',0,'attachment','image/jpeg',0),(491,1,'2020-03-08 23:14:46','2020-03-08 23:14:46','','Nick','','inherit','open','closed','','nick','','','2020-03-08 23:33:41','2020-03-08 23:33:41','',488,'https://watermark.labcp.co/app/uploads/2020/03/Nick.jpg',0,'attachment','image/jpeg',0),(492,1,'2020-03-08 23:14:46','2020-03-08 23:14:46','','Jamie','','inherit','open','closed','','jamie','','','2020-03-08 23:34:56','2020-03-08 23:34:56','',488,'https://watermark.labcp.co/app/uploads/2020/03/Jamie.jpg',0,'attachment','image/jpeg',0),(493,1,'2020-03-08 23:14:47','2020-03-08 23:14:47','','Cecilia','','inherit','open','closed','','cecilia','','','2020-03-08 23:33:12','2020-03-08 23:33:12','',488,'https://watermark.labcp.co/app/uploads/2020/03/Cecilia.jpg',0,'attachment','image/jpeg',0),(494,1,'2020-03-08 23:27:54','2020-03-08 23:27:54','','Meet the Team','','inherit','closed','closed','','488-revision-v1','','','2020-03-08 23:27:54','2020-03-08 23:27:54','',488,'https://watermark.labcp.co/488-revision-v1/',0,'revision','',0),(495,1,'2020-03-08 23:35:12','2020-03-08 23:35:12','','Meet the Team','','inherit','closed','closed','','488-revision-v1','','','2020-03-08 23:35:12','2020-03-08 23:35:12','',488,'https://watermark.labcp.co/488-revision-v1/',0,'revision','',0),(496,1,'2020-03-08 23:38:18','2020-03-08 23:38:18','','taylor','','inherit','open','closed','','taylor-2','','','2020-03-08 23:39:22','2020-03-08 23:39:22','',488,'https://watermark.labcp.co/app/uploads/2020/03/taylor.png',0,'attachment','image/png',0),(497,1,'2020-03-08 23:38:20','2020-03-08 23:38:20','','nick','','inherit','open','closed','','nick-2','','','2020-03-08 23:38:20','2020-03-08 23:38:20','',488,'https://watermark.labcp.co/app/uploads/2020/03/nick.png',0,'attachment','image/png',0),(498,1,'2020-03-08 23:38:21','2020-03-08 23:38:21','','cecilia','','inherit','open','closed','','cecilia-2','','','2020-03-08 23:38:21','2020-03-08 23:38:21','',488,'https://watermark.labcp.co/app/uploads/2020/03/cecilia.png',0,'attachment','image/png',0),(499,1,'2020-03-08 23:38:23','2020-03-08 23:38:23','','jamie','','inherit','open','closed','','jamie-2','','','2020-03-08 23:39:33','2020-03-08 23:39:33','',488,'https://watermark.labcp.co/app/uploads/2020/03/jamie.png',0,'attachment','image/png',0),(500,1,'2020-03-08 23:39:39','2020-03-08 23:39:39','','Meet the Team','','inherit','closed','closed','','488-revision-v1','','','2020-03-08 23:39:39','2020-03-08 23:39:39','',488,'https://watermark.labcp.co/488-revision-v1/',0,'revision','',0),(502,1,'2020-03-10 13:19:21','2020-03-10 13:19:21','a:12:{s:4:\"type\";s:6:\"number\";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\";i:0;s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:4:\"step\";s:0:\"\";}','ID','id_public_events','publish','closed','closed','','field_5e679362c5732','','','2020-03-10 13:19:21','2020-03-10 13:19:21','',107,'https://watermark.labcp.co/?post_type=acf-field&p=502',5,'acf-field','',0),(591,1,'2020-04-14 17:10:15','2020-04-14 17:10:15','','','','publish','closed','closed','','591','','','2020-04-14 17:11:05','2020-04-14 17:11:05','',0,'https://watermark.labcp.co/?post_type=mts_notification_bar&#038;p=591',0,'mts_notification_bar','',0),(511,0,'2020-03-10 14:14:34','2020-03-10 14:14:34','','Architrex','','publish','closed','closed','','architrex','','','2020-03-10 17:42:51','2020-03-10 17:42:51','',0,'https://watermark.labcp.co/events/architrex/',0,'events','',0),(524,1,'2020-03-10 19:00:38','2020-03-10 19:00:38','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;}','Full Description','full_description_additional_information','publish','closed','closed','','field_5e67e3bea8924','','','2020-03-10 19:00:38','2020-03-10 19:00:38','',99,'https://watermark.labcp.co/?post_type=acf-field&p=524',12,'acf-field','',0),(523,1,'2020-03-10 17:17:52','2020-03-10 17:17:52','','Directions & Parking','','inherit','closed','closed','','480-autosave-v1','','','2020-03-10 17:17:52','2020-03-10 17:17:52','',480,'https://watermark.labcp.co/480-autosave-v1/',0,'revision','',0),(528,1,'2020-03-10 19:42:56','2020-03-10 19:42:56','','Contact Us','','inherit','closed','closed','','526-revision-v1','','','2020-03-10 19:42:56','2020-03-10 19:42:56','',526,'https://watermark.labcp.co/526-revision-v1/',0,'revision','',0),(529,1,'2020-03-10 19:45:40','2020-03-10 19:45:40','','Press Release','','publish','closed','closed','','press-release','','','2020-03-10 19:45:40','2020-03-10 19:45:40','',0,'https://watermark.labcp.co/?page_id=529',0,'page','',0),(530,1,'2020-03-10 19:45:40','2020-03-10 19:45:40','','Press Release','','inherit','closed','closed','','529-revision-v1','','','2020-03-10 19:45:40','2020-03-10 19:45:40','',529,'https://watermark.labcp.co/529-revision-v1/',0,'revision','',0),(531,1,'2020-03-10 20:05:20','2020-03-10 20:05:20','','Weddings','','publish','closed','closed','','weddings','','','2020-03-10 20:05:20','2020-03-10 20:05:20','',0,'https://watermark.labcp.co/?page_id=531',0,'page','',0),(533,1,'2020-03-10 20:05:20','2020-03-10 20:05:20','','Weddings','','inherit','closed','closed','','531-revision-v1','','','2020-03-10 20:05:20','2020-03-10 20:05:20','',531,'https://watermark.labcp.co/531-revision-v1/',0,'revision','',0),(534,1,'2020-03-11 15:03:40','2020-03-11 15:03:40','','Contact Us','','inherit','closed','closed','','526-revision-v1','','','2020-03-11 15:03:40','2020-03-11 15:03:40','',526,'https://watermark.labcp.co/526-revision-v1/',0,'revision','',0),(535,1,'2020-03-11 15:11:03','2020-03-11 15:11:03','','Submit Your Application','','publish','closed','closed','','water-opportunities-application','','','2020-03-11 18:33:07','2020-03-11 18:33:07','',547,'https://watermark.labcp.co/?page_id=535',0,'page','',0),(539,1,'2020-03-11 15:12:44','2020-03-11 15:12:44','','Bob & Bryan CHarter','','inherit','open','closed','','bob-bryan-charter','','','2020-03-11 15:12:49','2020-03-11 15:12:49','',535,'https://watermark.labcp.co/app/uploads/2020/03/Bob-Bryan-CHarter.jpg',0,'attachment','image/jpeg',0),(537,1,'2020-03-11 15:11:03','2020-03-11 15:11:03','','Submit Your Application','','inherit','closed','closed','','535-revision-v1','','','2020-03-11 15:11:03','2020-03-11 15:11:03','',535,'https://watermark.labcp.co/535-revision-v1/',0,'revision','',0),(538,1,'2020-03-11 15:11:38','2020-03-11 15:11:38','','Submit Your Application','','inherit','closed','closed','','535-revision-v1','','','2020-03-11 15:11:38','2020-03-11 15:11:38','',535,'https://watermark.labcp.co/535-revision-v1/',0,'revision','',0),(540,1,'2020-03-11 15:13:10','2020-03-11 15:13:10','','Submit Your Application','','inherit','closed','closed','','535-revision-v1','','','2020-03-11 15:13:10','2020-03-11 15:13:10','',535,'https://watermark.labcp.co/535-revision-v1/',0,'revision','',0),(541,1,'2020-03-11 15:14:18','2020-03-11 15:14:18','','Submit Your Application','','inherit','closed','closed','','535-revision-v1','','','2020-03-11 15:14:18','2020-03-11 15:14:18','',535,'https://watermark.labcp.co/535-revision-v1/',0,'revision','',0),(542,1,'2020-03-11 15:16:38','2020-03-11 15:16:38','','3guides','','inherit','open','closed','','3guides','','','2020-03-11 15:16:47','2020-03-11 15:16:47','',535,'https://watermark.labcp.co/app/uploads/2020/03/3guides.jpg',0,'attachment','image/jpeg',0),(543,1,'2020-03-11 15:17:03','2020-03-11 15:17:03','','Submit Your Application','','inherit','closed','closed','','535-revision-v1','','','2020-03-11 15:17:03','2020-03-11 15:17:03','',535,'https://watermark.labcp.co/535-revision-v1/',0,'revision','',0),(544,1,'2020-03-11 15:18:01','2020-03-11 15:18:01','','Submit Your Application','','inherit','closed','closed','','535-revision-v1','','','2020-03-11 15:18:01','2020-03-11 15:18:01','',535,'https://watermark.labcp.co/535-revision-v1/',0,'revision','',0),(545,1,'2020-03-11 15:20:51','2020-03-11 15:20:51','','Submit Your Application','','inherit','closed','closed','','535-revision-v1','','','2020-03-11 15:20:51','2020-03-11 15:20:51','',535,'https://watermark.labcp.co/535-revision-v1/',0,'revision','',0),(547,1,'2020-03-11 15:23:11','2020-03-11 15:23:11','','Employment','','publish','closed','closed','','employment','','','2020-03-11 15:23:11','2020-03-11 15:23:11','',0,'https://watermark.labcp.co/?page_id=547',0,'page','',0),(548,1,'2020-03-11 15:23:11','2020-03-11 15:23:11','','Employment','','inherit','closed','closed','','547-revision-v1','','','2020-03-11 15:23:11','2020-03-11 15:23:11','',547,'https://watermark.labcp.co/547-revision-v1/',0,'revision','',0),(549,1,'2020-03-11 15:27:57','2020-03-11 15:27:57','','Share Your Experience','','publish','closed','closed','','share-your-experience','','','2020-03-11 15:28:39','2020-03-11 15:28:39','',0,'https://watermark.labcp.co/?page_id=549',0,'page','',0),(550,1,'2020-03-11 15:27:48','2020-03-11 15:27:48','','Annapolis Sunset Banner1800x703','','inherit','open','closed','','annapolis-sunset-banner1800x703','','','2020-03-11 15:27:55','2020-03-11 15:27:55','',549,'https://watermark.labcp.co/app/uploads/2020/03/Annapolis-Sunset-Banner1800x703.jpg',0,'attachment','image/jpeg',0),(551,1,'2020-03-11 15:27:57','2020-03-11 15:27:57','','Share Your Experience','','inherit','closed','closed','','549-revision-v1','','','2020-03-11 15:27:57','2020-03-11 15:27:57','',549,'https://watermark.labcp.co/549-revision-v1/',0,'revision','',0),(552,1,'2020-03-11 15:28:39','2020-03-11 15:28:39','','Share Your Experience','','inherit','closed','closed','','549-revision-v1','','','2020-03-11 15:28:39','2020-03-11 15:28:39','',549,'https://watermark.labcp.co/549-revision-v1/',0,'revision','',0),(553,1,'2020-03-11 15:31:36','0000-00-00 00:00:00','&nbsp;\n\nAnnapolis is a beautiful historic seaport that’s great to explore by water! Whether it’s a narrated sightseeing cruise or a day trip to St. Michaels, get out on the water with Watermark for an Unforgettable Journey.\n\nOur boats have a full bar service with light snacks available for purchase and restrooms on board.  Most of our vessels are handicapped accessible and climate controlled. (Learn More - Link to accessibility)\n\nCome on down and find us at Annapolis City Dock, 1 Dock Street and look for the Red umbrella\n\nInterested in a private charter?  Click here - link to YC','Annapolis Cruises','','draft','closed','closed','','','','','2020-03-11 15:31:36','2020-03-11 15:31:36','',0,'https://watermark.labcp.co/?page_id=553',0,'page','',0),(554,1,'2020-03-11 15:38:39','2020-03-11 15:38:39','','Test','','publish','closed','closed','','test','','','2020-03-11 15:38:39','2020-03-11 15:38:39','',131,'https://watermark.labcp.co/?page_id=554',0,'page','',0),(555,1,'2020-03-11 15:38:39','2020-03-11 15:38:39','','Test','','inherit','closed','closed','','554-revision-v1','','','2020-03-11 15:38:39','2020-03-11 15:38:39','',554,'https://watermark.labcp.co/554-revision-v1/',0,'revision','',0),(556,1,'2020-03-11 15:42:21','2020-03-11 15:42:21','','CH Wed Dance RV','','inherit','open','closed','','ch-wed-dance-rv','','','2020-03-11 15:42:40','2020-03-11 15:42:40','',531,'https://watermark.labcp.co/app/uploads/2020/03/CH-Wed-Dance-RV.jpg',0,'attachment','image/jpeg',0),(557,1,'2020-03-11 15:42:22','2020-03-11 15:42:22','','Charter Galley CApt','','inherit','open','closed','','charter-galley-capt','','','2020-03-11 15:42:53','2020-03-11 15:42:53','',531,'https://watermark.labcp.co/app/uploads/2020/03/Charter-Galley-CApt-.jpg',0,'attachment','image/jpeg',0),(558,1,'2020-03-11 15:42:22','2020-03-11 15:42:22','','CM CH Wed Capt Vows','','inherit','open','closed','','cm-ch-wed-capt-vows','','','2020-03-11 15:42:22','2020-03-11 15:42:22','',531,'https://watermark.labcp.co/app/uploads/2020/03/CM-CH-Wed-Capt-Vows.jpg',0,'attachment','image/jpeg',0),(559,1,'2020-03-11 15:42:23','2020-03-11 15:42:23','','CM Gallery WEdding','','inherit','open','closed','','cm-gallery-wedding','','','2020-03-11 15:43:01','2020-03-11 15:43:01','',531,'https://watermark.labcp.co/app/uploads/2020/03/CM-Gallery-WEdding.jpg',0,'attachment','image/jpeg',0),(560,1,'2020-03-11 15:42:24','2020-03-11 15:42:24','','CM Wedding Gal','','inherit','open','closed','','cm-wedding-gal','','','2020-03-11 15:43:13','2020-03-11 15:43:13','',531,'https://watermark.labcp.co/app/uploads/2020/03/CM-Wedding-Gal.jpg',0,'attachment','image/jpeg',0),(561,1,'2020-03-11 15:42:24','2020-03-11 15:42:24','','Cm Wedding Gallery','','inherit','open','closed','','cm-wedding-gallery','','','2020-03-11 15:43:26','2020-03-11 15:43:26','',531,'https://watermark.labcp.co/app/uploads/2020/03/Cm-Wedding-Gallery.jpg',0,'attachment','image/jpeg',0),(562,1,'2020-03-11 15:42:25','2020-03-11 15:42:25','','www.pureinart.com © Pure in Art Photography','www.pureinart.com © Pure in Art Photography','inherit','open','closed','','www-pureinart-com-pure-in-art-photography','','','2020-03-11 15:43:38','2020-03-11 15:43:38','',531,'https://watermark.labcp.co/app/uploads/2020/03/CM-Wedding.jpg',0,'attachment','image/jpeg',0),(563,1,'2020-03-11 15:42:25','2020-03-11 15:42:25','','LS Wedding Flag','','inherit','open','closed','','ls-wedding-flag','','','2020-03-11 15:43:51','2020-03-11 15:43:51','',531,'https://watermark.labcp.co/app/uploads/2020/03/LS-Wedding-Flag.jpg',0,'attachment','image/jpeg',0),(564,1,'2020-03-11 18:33:07','2020-03-11 18:33:07','','Submit Your Application','','inherit','closed','closed','','535-revision-v1','','','2020-03-11 18:33:07','2020-03-11 18:33:07','',535,'https://watermark.labcp.co/535-revision-v1/',0,'revision','',0),(566,1,'2020-03-12 13:16:00','2020-03-12 13:16:00','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','subtitle_shortcode_form','publish','closed','closed','','field_5e6a354081b1d','','','2020-03-12 13:16:00','2020-03-12 13:16:00','',322,'https://watermark.labcp.co/?post_type=acf-field&p=566',43,'acf-field','',0),(567,1,'2020-03-12 13:16:36','2020-03-12 13:16:36','','Private Yacht Charters & Weddings','','inherit','closed','closed','','178-revision-v1','','','2020-03-12 13:16:36','2020-03-12 13:16:36','',178,'https://watermark.labcp.co/178-revision-v1/',0,'revision','',0),(568,1,'2020-03-12 13:18:50','2020-03-12 13:18:50','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','title_shortcode_form','publish','closed','closed','','field_5e6a368bc11db','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=568',37,'acf-field','',0),(569,1,'2020-03-12 13:18:50','2020-03-12 13:18:50','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','subtitle_shortcode_form','publish','closed','closed','','field_5e6a3692c11dc','','','2020-03-12 13:23:08','2020-03-12 13:23:08','',239,'https://watermark.labcp.co/?post_type=acf-field&#038;p=569',38,'acf-field','',0),(571,1,'2020-03-12 13:47:30','2020-03-12 13:47:30','','social-studies','','inherit','open','closed','','social-studies','','','2020-03-12 13:47:30','2020-03-12 13:47:30','',182,'https://watermark.labcp.co/app/uploads/2020/03/social-studies.jpg',0,'attachment','image/jpeg',0),(572,1,'2020-03-12 13:51:02','2020-03-12 13:51:02','','Field Trips','','inherit','closed','closed','','182-revision-v1','','','2020-03-12 13:51:02','2020-03-12 13:51:02','',182,'https://watermark.labcp.co/182-revision-v1/',0,'revision','',0),(573,1,'2020-03-12 14:01:29','2020-03-12 14:01:29','','Employment','','publish','closed','closed','','employment','','','2020-03-18 16:45:30','2020-03-18 16:45:30','',0,'https://watermark.labcp.co/?p=573',1,'nav_menu_item','',0),(574,1,'2020-03-12 14:01:44','2020-03-12 14:01:44','','About Us','','publish','closed','closed','','about-us','','','2020-03-12 14:01:44','2020-03-12 14:01:44','',0,'https://watermark.labcp.co/?p=574',1,'nav_menu_item','',0),(575,1,'2020-03-12 14:02:08','2020-03-12 14:02:08','','Customer Service','','publish','closed','closed','','customer-service','','','2020-03-12 14:02:08','2020-03-12 14:02:08','',0,'https://watermark.labcp.co/?p=575',1,'nav_menu_item','',0),(576,1,'2020-03-12 14:09:01','2020-03-12 14:09:01','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;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 Directions & Parking','link_directions_&_parking','publish','closed','closed','','field_5e6a4266a76bb','','','2020-03-12 14:09:01','2020-03-12 14:09:01','',89,'https://watermark.labcp.co/?post_type=acf-field&p=576',1,'acf-field','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(189,2,0),(188,2,0),(187,2,0),(186,2,0),(190,4,0),(191,4,0),(192,4,0),(193,4,0),(194,4,0),(195,4,0),(196,6,0),(197,6,0),(198,6,0),(199,6,0),(200,6,0),(201,5,0),(202,5,0),(203,3,0),(204,3,0),(207,1,0),(239,1,0),(285,1,0),(322,1,0),(409,17,0),(415,14,0),(415,15,0),(415,16,0),(415,17,0),(511,11,0),(573,9,0),(574,8,0),(575,7,0),(586,9,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,4),(3,3,'nav_menu','',0,2),(4,4,'nav_menu','',0,6),(5,5,'nav_menu','',0,2),(6,6,'nav_menu','',0,5),(7,7,'nav_menu','',0,1),(8,8,'nav_menu','',0,1),(9,9,'nav_menu','',0,2),(10,10,'create_taxonomy_events','',0,0),(11,11,'create_taxonomy_events','',0,1),(14,14,'create_taxonomy_testimonial','',0,1),(15,15,'create_taxonomy_testimonial','',0,1),(16,16,'create_taxonomy_testimonial','',0,1),(17,17,'create_taxonomy_testimonial','',0,2);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main','main',0),(3,'Public Cruises','public-cruises',0),(4,'Private Yacht','private-yacht',0),(5,'Guide Services','guide-services',0),(6,'Field Trips','field-trips',0),(7,'Customer Service','customer-service',0),(8,'About Us','about-us',0),(9,'Employment','employment',0),(10,'Public Cruises &amp; Water Taxi','public-cruises-water-taxi',0),(11,'Guide Services &amp; Walking Tours','guide-services-walking-tours',0),(14,'Field Trips','field-trips',0),(15,'Guide Services &amp; Walking Tours','guide-services-walking-tours',0),(16,'Private Yacht Charters &amp; Weddings','private-yacht-charters-weddings',0),(17,'Public Cruises &amp; Water Taxi','public-cruises-water-taxi',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','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','false'),(11,1,'locale',''),(12,1,'wp_capabilities','a:7:{s:13:\"administrator\";b:1;s:14:\"frm_view_forms\";b:1;s:14:\"frm_edit_forms\";b:1;s:16:\"frm_delete_forms\";b:1;s:19:\"frm_change_settings\";b:1;s:16:\"frm_view_entries\";b:1;s:18:\"frm_delete_entries\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"894dff6ec9d9f97389b8a42c254b6a5e7c9159042f501de870015de97c9ce353\";a:4:{s:10:\"expiration\";i:1587566633;s:2:\"ip\";s:13:\"189.14.150.96\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36\";s:5:\"login\";i:1587393833;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','590'),(18,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(19,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(20,1,'nav_menu_recently_edited','9'),(21,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"189.14.150.0\";}'),(39,1,'frm_reviewed','a:3:{s:4:\"time\";i:1583089607;s:9:\"dismissed\";b:0;s:5:\"asked\";i:0;}'),(59,1,'meta-box-order_page','a:4:{s:6:\"normal\";s:23:\"acf-group_59d681e76d25e\";s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}'),(62,1,'closedpostboxes_page','a:0:{}'),(63,1,'metaboxhidden_page','a:5:{i:0;s:12:\"revisionsdiv\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(60,1,'wp_user-settings','libraryContent=browse&editor=tinymce&hidetb=1&editor_plain_text_paste_warning=1'),(61,1,'wp_user-settings-time','1584476251');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'cappen','$2y$10$QcVzAGt5kHrgGzva09CJCOV3uZ3OMKC1F/qB8VraOwACROBUSIw1m','cappen','dev@cappen.com','','2020-02-12 12:37:58','',0,'cappen');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2021-01-13 11:36:03
